Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
krowinski committed Feb 18, 2020
1 parent ce5b0d2 commit 41866bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v6.2.0 (2020-02-18)
- Added symfony 5 support #61
- Removed support for symfony 2.3

## v6.1.0 (2020-02-12)
- Added: more support for json data like JSON_REPLACE, JSON_SET, JSON_REMOVE

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"ext-bcmath": "*",
"doctrine/dbal": "^2.5",
"doctrine/collections": "^1.3",
"symfony/event-dispatcher": "^2.8|^3.1|^4.0|^5.0",
"symfony/dependency-injection": "^2.8|^3.1|^4.0|^5.0",
"symfony/event-dispatcher": "^3.1|^4.0|^5.0",
"symfony/dependency-injection": "^3.1|^4.0|^5.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 41866bf

Please sign in to comment.