Skip to content

Commit 2b694fc

Browse files
Merge pull request #8 from robiningelbrecht/support-for-phpunit-11
Support for PHPUnit 11
2 parents 5d42dbf + c71dc25 commit 2b694fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
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)