From aa8215a18cda70a8f8c58dc787b42e14e5f2470d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Be=C3=B1at=20Espi=C3=B1a?= Date: Tue, 1 Nov 2016 17:39:13 +0100 Subject: [PATCH] Made compatible with BenGorUser v0.7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8cfd389..603fb2f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^5.5 || ^7.0", - "bengor-user/user": "^0.6", + "bengor-user/user": "^0.6 || ^0.7", "symfony/config": "^2.8 || ^3.0", "symfony/translation": "^2.8 || ^3.0", "symfony/twig-bridge": "^2.8 || ^3.0"