Skip to content

Commit 41866bf

Browse files
committed
changelog update
1 parent ce5b0d2 commit 41866bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes
22

3+
## v6.2.0 (2020-02-18)
4+
- Added symfony 5 support #61
5+
- Removed support for symfony 2.3
6+
37
## v6.1.0 (2020-02-12)
48
- Added: more support for json data like JSON_REPLACE, JSON_SET, JSON_REMOVE
59

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"ext-bcmath": "*",
1919
"doctrine/dbal": "^2.5",
2020
"doctrine/collections": "^1.3",
21-
"symfony/event-dispatcher": "^2.8|^3.1|^4.0|^5.0",
22-
"symfony/dependency-injection": "^2.8|^3.1|^4.0|^5.0",
21+
"symfony/event-dispatcher": "^3.1|^4.0|^5.0",
22+
"symfony/dependency-injection": "^3.1|^4.0|^5.0",
2323
"psr/simple-cache": "^1.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)