Skip to content

Commit c71dc25

Browse files
Support for PHPUnit 11
1 parent 5d42dbf commit c71dc25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require": {
1818
"php": "^8.1",
1919
"nunomaduro/collision": "^7.8",
20-
"phpunit/phpunit": "^10.3"
20+
"phpunit/phpunit": "^10.3|^11.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require-dev": {
33-
"friendsofphp/php-cs-fixer": "^3.15",
33+
"friendsofphp/php-cs-fixer": "^3.9",
3434
"phpstan/phpstan": "^1.10",
3535
"spatie/phpunit-snapshot-assertions": "^5.0"
3636
},

0 commit comments

Comments
 (0)