From 0e35347f578fc3de633e5e75f601df5ec77b9d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Scho=CC=88nthal?= Date: Thu, 22 May 2014 09:54:10 +0200 Subject: [PATCH] tighten imagine dep --- Resources/config/imagine.xml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/imagine.xml b/Resources/config/imagine.xml index f2b0c8183..333ca1314 100644 --- a/Resources/config/imagine.xml +++ b/Resources/config/imagine.xml @@ -99,7 +99,7 @@ - + diff --git a/composer.json b/composer.json index 4c18941c9..cc1889179 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": ">=5.3.2", - "imagine/Imagine": "~0.5", + "imagine/Imagine": "~0.5,<0.7", "symfony/finder": "~2.3", "symfony/filesystem": "~2.3", "symfony/options-resolver": "~2.3",