We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f26b5f commit 2795e23Copy full SHA for 2795e23
.gitattributes
@@ -1,5 +1,6 @@
1
.gitattributes export-ignore
2
.gitignore export-ignore
3
+.php_cs export-ignore
4
.travis.yml export-ignore
5
phpunit.xml.dist export-ignore
6
tests export-ignore
CHANGELOG.md
@@ -1,4 +1,4 @@
-## 3.0.0 (to be released)
+## 3.0.0 (2019-12-01)
* [BC break] removed deprecated features
* [BC break] made final all classes that implement an interface
composer.json
@@ -37,7 +37,7 @@
37
},
38
"extra": {
39
"branch-alias": {
40
- "dev-master": "3.0.x-dev"
+ "dev-master": "3.1.x-dev"
41
}
42
43
0 commit comments