Skip to content

Commit

Permalink
Allow PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
angelov committed Feb 11, 2024
1 parent 7c3f1d5 commit 1e3e33f
Show file tree
Hide file tree
Showing 3 changed files with 283 additions and 271 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php-vcr/php-vcr": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.0 || ^11.0",
"squizlabs/php_codesniffer": "^3.7",
"phpstan/phpstan": "^1.10"
},
Expand Down
Loading

0 comments on commit 1e3e33f

Please sign in to comment.