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.
2 parents c247c81 + da4a6a5 commit d9606c6Copy full SHA for d9606c6
CHANGELOG.md
@@ -4,6 +4,9 @@ Changelog
4
3.x
5
===
6
7
+3.0.0
8
+-----
9
+
10
* Minimum PHP version is now 8.1
11
* Support Symfony 6.4 and 7
12
* Drop obsolete annotations support, use attributes
composer.json
@@ -29,7 +29,7 @@
29
],
30
"require": {
31
"php": "^8.1",
32
- "friendsofsymfony/http-cache": "^2.15 || 3.x-dev",
+ "friendsofsymfony/http-cache": "^2.15 || ^3.0",
33
"symfony/expression-language": "^6.4 || ^7.0",
34
"symfony/framework-bundle": "^6.4 || ^7.0",
35
"symfony/http-foundation": "^6.4 || ^7.0",
0 commit comments