Skip to content

Commit

Permalink
Merge pull request #8 from robiningelbrecht/support-for-phpunit-11
Browse files Browse the repository at this point in the history
Support for PHPUnit 11
  • Loading branch information
robiningelbrecht committed Feb 18, 2024
2 parents 5d42dbf + c71dc25 commit 2b694fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require": {
"php": "^8.1",
"nunomaduro/collision": "^7.8",
"phpunit/phpunit": "^10.3"
"phpunit/phpunit": "^10.3|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -30,7 +30,7 @@
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15",
"friendsofphp/php-cs-fixer": "^3.9",
"phpstan/phpstan": "^1.10",
"spatie/phpunit-snapshot-assertions": "^5.0"
},
Expand Down

0 comments on commit 2b694fc

Please sign in to comment.