Skip to content

Commit 256c10d

Browse files
committed
Add option for PHPUnit 12
1 parent b3e3fab commit 256c10d

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
@@ -24,7 +24,7 @@
2424
"illuminate/translation": "^10|^11"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^10.0 || ^11.0",
27+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2828
"phpstan/phpstan": "^2",
2929
"squizlabs/php_codesniffer": "^3.8",
3030
"slevomat/coding-standard": "~8.0"

0 commit comments

Comments
 (0)