Skip to content

Commit

Permalink
Cleaned the composer.json file to be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Oct 5, 2014
1 parent 6ea6123 commit 4b52282
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,21 @@
],
"support": {
"email": "[email protected]",
"wiki": "https://github.com/l3pp4rd/DoctrineExtensions/tree/master/doc",
"issues": "https://github.com/l3pp4rd/DoctrineExtensions/issues",
"source": "https://github.com/l3pp4rd/DoctrineExtensions"
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/master/doc"
},
"require": {
"php": ">=5.3.2",
"behat/transliterator": "~1.0",
"doctrine/common": "~2.2"
"doctrine/common": "~2.4"
},
"require-dev": {
"doctrine/mongodb": ">=1.0.3",
"doctrine/mongodb-odm": ">=1.0.0-BETA9",
"doctrine/orm": ">=2.4.0-RC1",
"doctrine/common": ">=2.4.0-RC3",
"doctrine/dbal": ">=2.4.0-RC1",
"symfony/yaml": "2.3.1"
"doctrine/mongodb-odm": "~1.0-BETA10",
"doctrine/orm": "~2.4",
"symfony/yaml": "~2.3"
},
"suggest": {
"doctrine/mongodb": ">=1.0.1",
"doctrine/mongodb-odm": ">=1.0.0-BETA7",
"doctrine/orm": ">=2.3.2",
"doctrine/dbal": ">=2.3.2"
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
"doctrine/orm": ">=2.3.2to use the extensions with the ORM"
},
"autoload": {
"psr-0": { "Gedmo\\": "lib/" }
Expand Down

0 comments on commit 4b52282

Please sign in to comment.