From 71546c61f64f7e1f915688e224101d894fe9a47d Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 8 Feb 2016 10:07:22 +0100 Subject: [PATCH] Changed requirements --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 31a3ad65..75506de8 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "description": "Symfony 2 bundle which allows to encrypt data in database with some encrypt algorithm", "require": { "php": ">=5.4", - "symfony/framework-bundle": ">=2.0", + "symfony/framework-bundle": ">=2.5", "doctrine/orm": ">=2.5", "ext-mcrypt": "*" },