Skip to content

Commit fe95606

Browse files
committed
major version bump
1 parent 864d560 commit fe95606

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
3.0.0
5+
-----
6+
7+
* Support Symfony 6
8+
49
2.3.4
510
-----
611

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ when building Symfony full stack applications.
3131

3232
## Requirements
3333

34-
* PHP 7.2 / 7.3 / 7.4
35-
* Symfony
36-
* See also the `require` section of [composer.json](composer.json)
34+
See the `require` section of [composer.json](composer.json)
3735

3836
## Documentation
3937

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"extra": {
4444
"branch-alias": {
45-
"dev-master": "2.x-dev"
45+
"dev-master": "3.x-dev"
4646
}
4747
}
4848
}

0 commit comments

Comments
 (0)