Skip to content

Commit 063f4ff

Browse files
committed
chore: drop phpunit 8 and 9, bump 10 and 12
1 parent 8df9f94 commit 063f4ff

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
@@ -43,7 +43,7 @@
4343
"symfony/console": "^6 || ^7 || ^8"
4444
},
4545
"require-dev": {
46-
"phpunit/phpunit": "^8 || ^9 || ^10 || ^11 || ^12",
46+
"phpunit/phpunit": "^10.5 || ^11 || ^12.4",
4747
"phpstan/phpstan": "^2.1",
4848
"wdes/coding-standard": "^3.2"
4949
},

0 commit comments

Comments
 (0)