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 #4 from wakeapp/HUB-375
Browse files Browse the repository at this point in the history
HUB-375
  • Loading branch information
kryakozyablik committed Sep 18, 2020
2 parents 0ce9332 + 6adb19f commit 79eb457
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.1] - 2020-09-18
### Changed
- Added support doctrine/doctrine-bundle ^2.1

## [1.3.0] - 2020-09-17
### Added
- Added support Symfony ~5.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": "~7.1",
"ext-mbstring": "*",
"doctrine/dbal": "~2.0",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/doctrine-bundle": "^1.6||^2.1",
"symfony/config": "~3.4||~4.0||~5.0",
"symfony/dependency-injection": "~3.4||~4.0||~5.0",
"symfony/finder": "~3.4||~4.0||~5.0",
Expand Down

0 comments on commit 79eb457

Please sign in to comment.