We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd22849 commit 78b0cebCopy full SHA for 78b0ceb
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 2.3.0 (2019-09-19)
2
+
3
+* Bumped minimum PHP version to 7.1
4
+* Enforced some coding standards
5
+* Deprecated some options
6
+* Removed deprecations in tests
7
8
## 2.2.2 (2019-06-17)
9
10
New features:
composer.json
@@ -36,7 +36,7 @@
36
},
37
"extra": {
38
"branch-alias": {
39
- "dev-master": "2.2.x-dev"
+ "dev-master": "3.0.x-dev"
40
}
41
42
0 commit comments