Skip to content

Commit 67a8592

Browse files
committed
Add option for PHPUnit 12
1 parent d74e2e9 commit 67a8592

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
@@ -32,7 +32,7 @@
3232
"illuminate/validation": "^10|^11|^12"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^10.0 || ^11.0",
35+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
3636
"phpstan/phpstan": "^2.1",
3737
"symfony/uid": "^5.1|^6.2",
3838
"slevomat/coding-standard": "~8.0",

0 commit comments

Comments
 (0)