revert phpunit to ~5.0, which is required by other bundles

This commit is contained in:
Julien Fastré 2017-06-22 22:02:28 +02:00
parent 669d823f72
commit a9da9acdd2

View File

@ -32,13 +32,13 @@
"doctrine/migrations": "~1.0",
"symfony/monolog-bundle": "^2.7",
"chill-project/main": "dev-master@dev",
"phpoffice/phpspreadsheet": "dev-develop#9e835676a6a2df9f7e445a28d4d89f6bd296a7c5@dev",
"phpunit/phpunit": "^6.2"
"phpoffice/phpspreadsheet": "dev-develop#9e835676a6a2df9f7e445a28d4d89f6bd296a7c5@dev"
},
"require-dev": {
"chill-project/person": "dev-master@dev",
"fzaninotto/faker": "~1",
"doctrine/doctrine-fixtures-bundle": "~2.2"
"doctrine/doctrine-fixtures-bundle": "~2.2",
"phpunit/phpunit": "^6.2"
},
"scripts": {
"post-install-cmd": [