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

Commit

Permalink
Merge pull request #11 from wakeapp/HUB-374
Browse files Browse the repository at this point in the history
[HUB-374] update symfony/translation-contracts
  • Loading branch information
kryakozyablik committed Sep 16, 2020
2 parents de1a6b8 + 3404f1d commit 9bfc65d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.11] - 2020-09-16
### Changed
- For `symfony/translation-contracts` added support of the `^2.2`.

## [2.0.10] - 2020-09-10
### Changed
- Accept request parameters in `ApiDtoFactory::getRequestDataByMethod()`
Expand All @@ -7,7 +11,7 @@
- Updated `wakeapp/swagger-resolver-bundle` to the `^0.4.8`.

## [2.0.8] - 2020-09-04
### Patch
### Changed
- Added Symfony 5 support.
- Updated `wakeapp/swagger-resolver-bundle` to the `^0.4.7`.
- Updated `wakeapp/dto-resolver` to the `^1.1`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/dependency-injection": "~3.4||~4.0||~5.0",
"symfony/http-foundation": "~3.4||~4.0||~5.0",
"symfony/http-kernel": "~3.4||~4.0||~5.0",
"symfony/translation-contracts": "^1.1",
"symfony/translation-contracts": "^1.1||^2.2",
"wakeapp/dto-resolver": "^1.1"
},

Expand Down

0 comments on commit 9bfc65d

Please sign in to comment.