Skip to content

Commit

Permalink
Update PHPUnit
Browse files Browse the repository at this point in the history
- PHPUnit 6.x is broken on PHP 7.4
- PHPUnit 8.x+ requires updating test cases for return types

-> We'll stick to 7.x for now
  • Loading branch information
mark-gerarts committed May 1, 2020
1 parent 7340b86 commit a273e3a
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 @@ -27,7 +27,7 @@
"require-dev": {
"symfony/var-dumper": "^3.3",
"symfony/debug": "^3.3",
"phpunit/phpunit": "^6.4",
"mark-gerarts/phpstan-automapper-plus": "^0.1.0"
"mark-gerarts/phpstan-automapper-plus": "^0.1.0",
"phpunit/phpunit": "^7.0"
}
}

0 comments on commit a273e3a

Please sign in to comment.