Skip to content

Commit 0a3a524

Browse files
committed
Added PHPunit 12 as dev dependency when possible
1 parent 6a7cb8d commit 0a3a524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": ">=8.2.0"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "^11.0",
17+
"phpunit/phpunit": "^12.0 || ^11.0",
1818
"php-coveralls/php-coveralls": "^2.0",
1919
"vimeo/psalm": "^6.0",
2020
"rector/rector": "^2.0.17"

0 commit comments

Comments
 (0)