From eb030c06b6e9672c9ed190865f5622b000dca724 Mon Sep 17 00:00:00 2001 From: Lev Churakov Date: Fri, 5 Feb 2016 20:40:38 +0300 Subject: [PATCH] Add jms/metadata to require Or there is not so much fun to install. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1839359..793ff78 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "minimum-stability": "stable", "require": { "php": ">=5.3.3", - "symfony/framework-bundle": ">=2.7" + "symfony/framework-bundle": ">=2.7", + "jms/metadata": "^1.5" }, "require-dev": { "symfony/symfony": ">=2.7",