We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5b0d2 commit 41866bfCopy full SHA for 41866bf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release Notes
2
3
+## v6.2.0 (2020-02-18)
4
+- Added symfony 5 support #61
5
+- Removed support for symfony 2.3
6
+
7
## v6.1.0 (2020-02-12)
8
- Added: more support for json data like JSON_REPLACE, JSON_SET, JSON_REMOVE
9
composer.json
@@ -18,8 +18,8 @@
18
"ext-bcmath": "*",
19
"doctrine/dbal": "^2.5",
20
"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",
+ "symfony/event-dispatcher": "^3.1|^4.0|^5.0",
+ "symfony/dependency-injection": "^3.1|^4.0|^5.0",
23
"psr/simple-cache": "^1.0"
24
},
25
"require-dev": {
0 commit comments