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 #3 from wakeapp/add-support-symfony-5
Browse files Browse the repository at this point in the history
Add support Symfony ~5.0
  • Loading branch information
revilon1991 committed Sep 17, 2020
2 parents 7c0a072 + c9323ae commit 0ce9332
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.3.0] - 2020-09-17
### Added
- Added support Symfony ~5.0

## [1.2.0] - 2019-12-10
### Changed
- Auto-registration for the doctrine dbal enum types now performs in `WakeappDbalEnumTypeExtension::prepend()`
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"ext-mbstring": "*",
"doctrine/dbal": "~2.0",
"doctrine/doctrine-bundle": "^1.6",
"symfony/config": "~3.4||~4.0",
"symfony/dependency-injection": "~3.4||~4.0",
"symfony/finder": "~3.4||~4.0",
"symfony/http-kernel": "~3.4||~4.0",
"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",
"symfony/http-kernel": "~3.4||~4.0||~5.0",
"wakeapp/dbal-enum-type": "^1.0"
},

Expand Down

0 comments on commit 0ce9332

Please sign in to comment.