From e25621ef792de2c19bd27a1db0f33d8e7594ada7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 10 Sep 2018 11:27:50 +0200 Subject: [PATCH] set deps to stable branch --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 156d13d4b..41540a946 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,12 @@ "classmap": [ "Resources/test/Fixtures/App/app/AppKernel.php" ] }, "require": { - "php": "~7.2", - "chill-project/person": "dev-upgrade-sf3@dev" + "chill-project/person": "~1.5" }, "require-dev": { "fzaninotto/faker": "^1.7", "phpunit/phpunit": "^7.1" }, - "minimum-stability": "dev", - "prefer-stable": true, "license": "AGPL-3.0-or-later", "authors": [ {