Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Jan 7, 2013
1 parent 3172469 commit 9d5891d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
{
"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"
}

0 comments on commit 9d5891d

Please sign in to comment.