Skip to content

Commit c9d4ca5

Browse files
authored
Allow phpunit 12
Expand version constraint to allow phpunit 12, just released https://phpunit.de/announcements/phpunit-12.html
1 parent 526d83b commit c9d4ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ext-json": "*",
2626
"ext-libxml": "*",
2727
"composer-runtime-api": "^2.0",
28-
"phpunit/phpunit": "^10.0|^11.0",
28+
"phpunit/phpunit": "^10.0|^11.0|^12.0",
2929
"symfony/property-access": "^5.2|^6.2|^7.0",
3030
"symfony/serializer": "^5.2|^6.2|^7.0",
3131
"symfony/yaml": "^5.2|^6.2|^7.0"

0 commit comments

Comments
 (0)