Skip to content

Commit 89e7e19

Browse files
committed
Add option for PHPUnit 12
1 parent e4da42e commit 89e7e19

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
@@ -18,7 +18,7 @@
1818
"php": "^8.2"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "^10.0 || ^11.0",
21+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2222
"phpstan/phpstan": "^2.1",
2323
"squizlabs/php_codesniffer": "^3.8",
2424
"slevomat/coding-standard": "~8.0"

0 commit comments

Comments
 (0)