Skip to content

Commit

Permalink
Prepare release (#433)
Browse files Browse the repository at this point in the history
* Fixes Makefile

* Adjusted `auditor` requirement
  • Loading branch information
DamienHarper authored Sep 10, 2024
1 parent 42ba294 commit 8295c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8295c1b

Please sign in to comment.