Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
do not enable not existing phpcr-odm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectricMaxxx committed Jun 13, 2018
1 parent dc5f6a8 commit 57e13b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^7.1",
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
"doctrine/phpcr-bundle": "^1.3 || ^2.0",
"doctrine/phpcr-odm": "^1.4 || ^2.0",
"doctrine/phpcr-odm": "^1.4",
"symfony-cmf/core-bundle": "^2.1",
"symfony-cmf/content-bundle": "^2.1",
"symfony-cmf/menu-bundle": "^2.2",
Expand All @@ -35,5 +35,7 @@
"branch-alias": {
"dev-master": "2.1-dev"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 57e13b6

Please sign in to comment.