Skip to content

Commit

Permalink
Set dependencies back down to something installable on PHP 5.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
KorvinSzanto committed Jun 29, 2019
1 parent c8b46e7 commit 3ea72ca
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 @@ -20,8 +20,8 @@
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.2"
"phpunit/phpunit": "~4.3|^8.0",
"mockery/mockery": "^0.9.9|^1.2"
},
"config": {
"preferred-install": "dist"
Expand Down

0 comments on commit 3ea72ca

Please sign in to comment.