Skip to content

Commit b488ab4

Browse files
authored
Update composer.json with support for Laravel/PHPUnit 11.x (#3)
1 parent a79a499 commit b488ab4

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
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"require": {
66
"php": "^8.2",
7-
"phpunit/phpunit": "^10.5"
7+
"phpunit/phpunit": "^10.5|^11.0"
88
},
99
"require-dev": {
1010
"tracy/tracy": "^2.10",

0 commit comments

Comments
 (0)