Skip to content

Commit a487486

Browse files
committed
Allow phpunit versions 10, 11 and 12
1 parent 29cb8b2 commit a487486

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
@@ -20,7 +20,7 @@
2020
"psr/container": "^1.0|^2.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^9.0",
23+
"phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12",
2424
"athletic/athletic": "~0.1.8",
2525
"mnapoli/hard-mode": "~0.3.0"
2626
},

0 commit comments

Comments
 (0)