Skip to content

Commit

Permalink
drop support phpunit<9.1 , according to prophecy-phpunit requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
sasezaki committed Nov 16, 2024
1 parent 1470fd3 commit d78f12b
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 2,081 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,7 @@ jobs:
- "7.4"

phpunit-version:
- "8.0.0"
- "9.0.0"
- "9.1.0"

dependencies:
- "lowest"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"ergebnis/php-cs-fixer-config": "^2.2 || ^3.0 || ^4.0 || ^5.0",
"phpspec/prophecy": "^1.7.0",
"phpspec/prophecy-phpunit": "^2.2",
"phpunit/phpunit": "^8.0.0 || ^9.0.0"
"phpunit/phpunit": "^9.1.0"
},
"conflict": {
"phpspec/prophecy": "<1.17.0 || >=2.0.0",
"phpunit/phpunit": "<8.0.0 || >=12.0.0"
"phpunit/phpunit": "<9.1.0 || >=12.0.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit d78f12b

Please sign in to comment.