Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Feb 2, 2019
1 parent 3d46e57 commit 71feda8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"zendframework/zend-view": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^7.5"
},
"autoload": {
"psr-4": {
Expand All @@ -58,6 +58,10 @@
"testCi": "cd tests && phpunit -d max_execution_time=0 --coverage-text --coverage-clover ../build/logs/clover.xml --coverage-html ../build/coverage/ && cd .."
},
"config": {
"platform": {
"php": "7.1.0"
},
"optimize-autoloader": true,
"sort-packages": true
},
"extra": {
Expand Down

0 comments on commit 71feda8

Please sign in to comment.