Skip to content

Commit

Permalink
Remove adapter bundles from the composer.json (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj authored and greg0ire committed Jun 15, 2016
1 parent 74eacf9 commit 2b0e16e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,13 @@
"symfony/phpunit-bridge": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/phpcr-odm": "if you translate odm documents",
"knplabs/doctrine-behaviors": "if you translate orm entities with the knplabs behaviours",
"sonata-project/doctrine-orm-admin-bundle": "if you persist orm entities",
"sonata-project/doctrine-phpcr-admin-bundle": "if you persist phpcr-odm documents",
"stof/doctrine-extensions-bundle": "if you translate orm entities with the gedmo extensions"
},
"conflict": {
"doctrine/phpcr-odm": ">=2.0",
"knplabs/doctrine-behaviors": "<1.0 || >=2.0",
"sonata-project/doctrine-orm-admin-bundle": "<3.0 || >=4.0",
"stof/doctrine-extensions-bundle": "<1.1 || >=2.0"
},
"autoload": {
Expand Down

0 comments on commit 2b0e16e

Please sign in to comment.