Skip to content

Commit 4800981

Browse files
authored
chore(deps): allow phpunit v12, drop v10 (#108)
1 parent 19450ab commit 4800981

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
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.2",
2323
"league/construct-finder": "^1.4",
24-
"phpunit/phpunit": "^10.1 || ^11"
24+
"phpunit/phpunit": "^11 || ^12"
2525
},
2626
"require-dev": {
2727
"cdn77/coding-standard": "^7.0",

0 commit comments

Comments
 (0)