We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d42dbf commit c71dc25Copy full SHA for c71dc25
composer.json
@@ -17,7 +17,7 @@
17
"require": {
18
"php": "^8.1",
19
"nunomaduro/collision": "^7.8",
20
- "phpunit/phpunit": "^10.3"
+ "phpunit/phpunit": "^10.3|^11.0"
21
},
22
"autoload": {
23
"psr-4": {
@@ -30,7 +30,7 @@
30
}
31
32
"require-dev": {
33
- "friendsofphp/php-cs-fixer": "^3.15",
+ "friendsofphp/php-cs-fixer": "^3.9",
34
"phpstan/phpstan": "^1.10",
35
"spatie/phpunit-snapshot-assertions": "^5.0"
36
0 commit comments