From 9d5891daeb5c1acfe33586b36a577672e50c075a Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 7 Jan 2013 10:32:27 +0100 Subject: [PATCH] Update requirements --- composer.json | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/composer.json b/composer.json index 49a399e..8e6afe3 100644 --- a/composer.json +++ b/composer.json @@ -1,24 +1,24 @@ -{ - "name": "nelmio/cors-bundle", - "description": "Adds CORS headers support in your Symfony2 application", - "keywords": ["cors", "crossdomain", "api"], - "type": "symfony-bundle", - "license": "MIT", - "authors": [ - { - "name": "Nelmio", - "homepage": "http://nelm.io" - }, - { - "name": "Symfony Community", - "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" - } - ], - "require": { - "symfony/framework-bundle": ">=2.0,<2.2-dev" - }, - "autoload": { - "psr-0": { "Nelmio\\CorsBundle": "" } - }, - "target-dir": "Nelmio/CorsBundle" -} \ No newline at end of file +{ + "name": "nelmio/cors-bundle", + "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony2 application", + "keywords": ["cors", "crossdomain", "api"], + "type": "symfony-bundle", + "license": "MIT", + "authors": [ + { + "name": "Nelmio", + "homepage": "http://nelm.io" + }, + { + "name": "Symfony Community", + "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" + } + ], + "require": { + "symfony/framework-bundle": "~2.0" + }, + "autoload": { + "psr-0": { "Nelmio\\CorsBundle": "" } + }, + "target-dir": "Nelmio/CorsBundle" +}