Skip to content

Commit

Permalink
Merge 2.x into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Jun 16, 2016
2 parents 74be89a + c1098af commit 78b6c6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.2](https://github.com/sonata-project/SonataTranslationBundle/compare/2.0.1...2.0.2) - 2016-06-15
### Fixed
- Remove wrong `doctrine-orm-admin-bundle` and `doctrine-phpcr-admin-bundle` composer requirements

## [2.0.1](https://github.com/sonata-project/SonataTranslationBundle/compare/2.0.0...2.0.1) - 2016-06-07
### Fixed
- Fix wrong conflict rule for `doctrine-orm-admin-bundle`
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 78b6c6e

Please sign in to comment.