Skip to content

Commit

Permalink
Remove support for PHPUnit 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Sep 16, 2023
1 parent 38755cb commit 4177b03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ jobs:
- "7.4"

phpunit-version:
- "6.0.0"
- "7.0.0"
- "8.0.0"
- "9.0.0"

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"ergebnis/license": "^1.0.0",
"ergebnis/php-cs-fixer-config": "~2.2.0",
"phpspec/prophecy": "^1.17.0",
"phpunit/phpunit": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
"phpunit/phpunit": "^8.0.0 || ^9.0.0"
},
"conflict": {
"phpspec/prophecy": "<1.17.0,>=2.0.0",
"phpunit/phpunit": "<6.0.0,>=10.0.0"
"phpunit/phpunit": "<8.0.0,>=10.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4177b03

Please sign in to comment.