Skip to content

Commit 8200acf

Browse files
Merge pull request #239 from Laravel-Lang/andrey-helldar-patch-1
Added PHPUnit 11/12 support
2 parents 1925421 + 83d58f5 commit 8200acf

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

0 commit comments

Comments
 (0)