Skip to content

Commit

Permalink
feat: allow phpunit v11 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod authored Feb 4, 2024
1 parent d6760ae commit 57bdb42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require": {
"php": "^8.2",
"league/construct-finder": "^1.2",
"phpunit/phpunit": "^10",
"phpunit/phpunit": "^10.1 || ^11",
"thecodingmachine/safe": "^2"
},
"require-dev": {
Expand All @@ -32,7 +32,6 @@
"phpstan/phpstan": "^1",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "^10.1",
"thecodingmachine/phpstan-safe-rule": "^1.0"
},
"config": {
Expand Down

0 comments on commit 57bdb42

Please sign in to comment.