Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Dec 17, 2011
1 parent 1bfbbdb commit 7a63bb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Expand Up @@ -4,7 +4,6 @@
"description": "Symfony DoctrineMigrationsBundle",
"keywords": ["DBAL", "Migrations", "Schema"],
"homepage": "http://www.doctrine-project.org",
"version": "2.1.0",
"license": "MIT",
"authors": [
{
Expand All @@ -22,7 +21,7 @@
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.1"
"symfony/symfony": ">=2.0"
},
"autoload": {
"psr-0": { "Doctrine\\Bundle\\DoctrineMigrationsBundle": "" }
Expand Down

0 comments on commit 7a63bb5

Please sign in to comment.