From 6816451604d38a232d80c9b00c058891e4467d81 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 30 Sep 2015 11:32:21 +0200 Subject: [PATCH] fixed composer.json --- src/Symfony/Component/Security/Http/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Security/Http/composer.json b/src/Symfony/Component/Security/Http/composer.json index 1964802440..8122940003 100644 --- a/src/Symfony/Component/Security/Http/composer.json +++ b/src/Symfony/Component/Security/Http/composer.json @@ -20,7 +20,7 @@ "symfony/security-core": "~2.8|~3.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/http-foundation": "~2.8|~3.0", - "symfony/http-kernel": "~2.8|~3.0" + "symfony/http-kernel": "~2.8|~3.0", "symfony/property-access": "~2.8|~3.0.0" }, "require-dev": {