Skip to content

Commit

Permalink
update: allow phpunit v10 and v11
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadschaak committed Jan 10, 2025
1 parent 0998df2 commit 9f5edaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"doctrine/persistence": "^2.2 || ^3.0",
"phpunit/phpunit": "^9.6.0",
"phpunit/phpunit": "^9.6.0 || ^10.0 || ^11.0",
"pimcore/pimcore": "^10.5 || ~11.0.0 || ~11.1.0 || ~11.2.2 || ~11.3.0 || ~11.4.0",
"psr/log": "^1.1.3 || ^2.0 || ^3.0",
"symfony/config": "^5.4 || ^6.4",
Expand Down

0 comments on commit 9f5edaa

Please sign in to comment.