We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864d560 commit fe95606Copy full SHA for fe95606
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Changelog
2
=========
3
4
+3.0.0
5
+-----
6
+
7
+* Support Symfony 6
8
9
2.3.4
10
-----
11
README.md
@@ -31,9 +31,7 @@ when building Symfony full stack applications.
31
32
## Requirements
33
34
-* PHP 7.2 / 7.3 / 7.4
35
-* Symfony
36
-* See also the `require` section of [composer.json](composer.json)
+See the `require` section of [composer.json](composer.json)
37
38
## Documentation
39
composer.json
@@ -42,7 +42,7 @@
42
},
43
"extra": {
44
"branch-alias": {
45
- "dev-master": "2.x-dev"
+ "dev-master": "3.x-dev"
46
}
47
48
0 commit comments