From 829c3482dcab427405129ea40decc895236f13da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20GOULPEAU=E2=80=8B=E2=80=8B?= Date: Mon, 2 May 2016 18:09:54 +0200 Subject: [PATCH] Update the composer require section Update the composer require section to fit with doctrine/migration's new builFromSql method, starting by v1.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b7b47a1..3aff580 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,6 @@ "php": ">=5.4.0", "symfony/framework-bundle": "~2.3|~3.0", "doctrine/doctrine-bundle": "~1.0", - "doctrine/migrations": "~1.0" + "doctrine/migrations": "~1.4" } }