Skip to content

Commit

Permalink
Downgrade phpunit version to support php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tattali committed Mar 24, 2019
1 parent 9614684 commit 052950f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -20,9 +20,10 @@
},
"require-dev": {
"phpspec/prophecy": "^1.8",
"phpunit/phpunit": "^8.0",
"phpunit/phpunit": "^7.5",
"symfony/dotenv": "^4.2",
"symfony/phpunit-bridge": "^4.2"
"symfony/phpunit-bridge": "^4.2",
"symfony/yaml": "^4.2"
},
"suggest": {
"symfony/orm-pack": "To support Doctrine ORM and Migration.",
Expand Down

0 comments on commit 052950f

Please sign in to comment.