Skip to content

Commit

Permalink
Downgrade phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysiekpiasecki committed Jun 1, 2016
1 parent 5124208 commit e74d367
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 226 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"require": {
"php": ">=5.6",
"php": ">=5.5.9",
"symfony/symfony": "3.0.*",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
Expand All @@ -34,7 +34,7 @@
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.0",
"fabpot/php-cs-fixer": "^1.0",
"phpunit/phpunit": "^5.0"
"phpunit/phpunit": "^4.8.0"
},
"scripts": {
"post-install-cmd": [
Expand Down
Loading

0 comments on commit e74d367

Please sign in to comment.