Skip to content

Commit c6c34a5

Browse files
committed
[add] support for PHPUnit 11 & 12
1 parent d427609 commit c6c34a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/http-foundation": "^6.0 || ^6.2 || ^7.0"
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^9.0.0 || ^10.0.0",
26+
"phpunit/phpunit": "^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
2727
"squizlabs/php_codesniffer": "^3.5.8"
2828
},
2929
"autoload": {

0 commit comments

Comments
 (0)