From 8295c1bbceb9aec7038d77f2da06abe483d565fc Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Tue, 10 Sep 2024 11:14:21 +0200 Subject: [PATCH] Prepare release (#433) * Fixes Makefile * Adjusted `auditor` requirement --- Makefile | 2 +- composer.json | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 88c3417..9cb90e7 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ endef .PHONY: tests tests: validate_matrix $(eval $(call set_args,tests)) - #$(call common_setup) + $(call common_setup) PHP_VERSION=$(php) SYMFONY_VERSION=$(sf) \ sh -c "docker compose $(compose_files) run --rm --remove-orphans php-cli vendor/bin/phpunit $(args)" diff --git a/composer.json b/composer.json index 47c9497..c1ec8e6 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,10 @@ } ], "require": { - "php": ">=8.1", + "php": ">=8.2", "ext-intl": "*", - "damienharper/auditor": "dev-master", + "damienharper/auditor": "^2.3|^3.0", "doctrine/doctrine-bundle": "^2.0", - "doctrine/orm": "^2.13|^3.2", "symfony/asset": "^5.4|^6.4|^7.0", "symfony/doctrine-bridge": "^5.4|^6.4|^7.0", "symfony/event-dispatcher": "^5.4|^6.4|^7.0",