diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e99188e..ea11ea24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index a83ece2f..dcbe0667 100644 --- a/composer.json +++ b/composer.json @@ -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",