Skip to content

Commit 704dd0e

Browse files
committed
feat: support phpunit 12
1 parent fa052d5 commit 704dd0e

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": "^5 || ^6 || ^7 || ^8"
4444
},
4545
"require-dev": {
46-
"phpunit/phpunit": "^8 || ^9 || ^10|| ^11",
46+
"phpunit/phpunit": "^8 || ^9 || ^10 || ^11 || ^12",
4747
"phpstan/phpstan": "^1.4.6",
4848
"wdes/coding-standard": "^3.2"
4949
},

0 commit comments

Comments
 (0)