Skip to content

Commit

Permalink
Allow installation for PHPUnit 5.7, so the tests could be run on PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 15, 2017
1 parent 65ac433 commit 1aa6871
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 @@ -33,12 +33,12 @@
"php-http/guzzle6-adapter": "^1.1",
"php-http/mock-client": "^1.0",
"php-http/message": "^1.0",
"phpunit/phpunit": "^6.4",
"phpunit/phpunit": "^5.7 || ^6.4",
"friendsofphp/php-cs-fixer": "^2.7",
"phpstan/phpstan-shim": "^0.8.5",
"php-coveralls/php-coveralls": "^1.0",
"symfony/var-dumper": "^3.3",
"php-mock/php-mock-phpunit": "^2.0"
"php-mock/php-mock-phpunit": "^1.0 || ^2.0"
},
"scripts": {
"all": [
Expand Down

0 comments on commit 1aa6871

Please sign in to comment.