Skip to content

Commit 9cdaa6a

Browse files
authored
Merge pull request #209 from mfruehauf/patch-1
Allow phpunit 12
2 parents 526d83b + c9d4ca5 commit 9cdaa6a

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)