Skip to content

Commit 55c4ba2

Browse files
authored
Merge pull request #77 from W0rma/phpunit12
Support PHPUnit 12
2 parents 66b66d6 + ecfff3a commit 55c4ba2

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
@@ -24,7 +24,7 @@
2424
"ext-mbstring": "*",
2525
"codeception/codeception": "^5.0.8",
2626
"codeception/lib-web": "^1.0.1",
27-
"phpunit/phpunit": "^10.0 || ^11.0",
27+
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2828
"symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0",
2929
"symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0"
3030
},

0 commit comments

Comments
 (0)