From a98a047772cb354b6514f31df5fcb32511e826fd Mon Sep 17 00:00:00 2001 From: Damiano Ciarla Date: Mon, 28 Jul 2014 10:03:31 +0200 Subject: [PATCH] Updated symfony version in composer --- .gitignore | 5 ++++- composer.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef43191..68e5526 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ web/bundles/* app/config/parameters.ini app/config/parameters.yml /nbproject/private/ -/nbproject/ \ No newline at end of file +/nbproject/ + +# PhpStorm +.idea \ No newline at end of file diff --git a/composer.json b/composer.json index 7228b18..eb3fb99 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=5.3.2", - "symfony/symfony": "2.3.*" + "symfony/symfony": "~2.3" }, "autoload": { "psr-0": { "DCS\\RatingBundle": "" }