Skip to content

Commit 3587526

Browse files
Merge pull request #1012 from Laravel-Lang/andrey-helldar-patch-1
Added PHPUnit 11/12 support
2 parents cb4adc8 + 6ce482e commit 3587526

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
@@ -31,7 +31,7 @@
3131
},
3232
"require-dev": {
3333
"laravel-lang/status-generator": "^1.19 || ^2.0",
34-
"phpunit/phpunit": "^10.0",
34+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
3535
"symfony/var-dumper": "^6.0 || ^7.0"
3636
},
3737
"minimum-stability": "stable",

0 commit comments

Comments
 (0)