From a9da9acdd2292f61fa5bc450d767bee993d3bf29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 22 Jun 2017 22:02:28 +0200 Subject: [PATCH] revert phpunit to ~5.0, which is required by other bundles --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 44d167139..e1ba8518f 100644 --- a/composer.json +++ b/composer.json @@ -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": [