Skip to content

Commit

Permalink
downgrade phpunit to 7 to support php 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Aug 15, 2019
1 parent 03a9d87 commit d2240e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
}
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"phpunit/phpunit": "~7.0",
"phpbench/phpbench": "^0.14.0"
},
"scripts": {
Expand Down

0 comments on commit d2240e2

Please sign in to comment.