forked from doctrine-extensions/DoctrineExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned the composer.json file to be valid
- Loading branch information
Showing
1 changed file
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/" } | ||
|