Skip to content

Commit

Permalink
Merge pull request #628 from FriendsOfSymfony/prepare-release
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
dbu committed May 4, 2024
2 parents c247c81 + da4a6a5 commit d9606c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,9 @@ Changelog
3.x
===

3.0.0
-----

* Minimum PHP version is now 8.1
* Support Symfony 6.4 and 7
* Drop obsolete annotations support, use attributes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -29,7 +29,7 @@
],
"require": {
"php": "^8.1",
"friendsofsymfony/http-cache": "^2.15 || 3.x-dev",
"friendsofsymfony/http-cache": "^2.15 || ^3.0",
"symfony/expression-language": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/http-foundation": "^6.4 || ^7.0",
Expand Down

0 comments on commit d9606c6

Please sign in to comment.