Skip to content

Commit

Permalink
set PHPUnit to 8.x to use same version across all builds
Browse files Browse the repository at this point in the history
Actually there are no unit tets implemented, however CI builds fail...
  • Loading branch information
stklcode committed Apr 10, 2020
1 parent 4463fa7 commit 8d0e033
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 @@ -23,8 +23,8 @@
"require-dev": {
"php": ">=7",
"consolidation/robo": "^2",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",
"phpunit/phpunit": "^8",
"phpunit/php-code-coverage": "^7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6",
"slowprog/composer-copy-file": "~0.3",
"squizlabs/php_codesniffer": "^3.5",
Expand Down

0 comments on commit 8d0e033

Please sign in to comment.