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 58ab791 commit a4106ffCopy full SHA for a4106ff
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## NOT RELEASED
4
5
+### Added
6
+
7
+- Support for Symfony 8
8
9
## 1.26.0
10
11
### Added
composer.json
@@ -18,7 +18,7 @@
18
"psr/cache": "^1.0 || ^2.0 || ^3.0",
19
"psr/log": "^1.0 || ^2.0 || ^3.0",
20
"symfony/deprecation-contracts": "^2.1 || ^3.0",
21
- "symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0 || ^7.0",
+ "symfony/http-client": "^4.4.16 || ^5.1.7 || ^6.0 || ^7.0 || ^8.0",
22
"symfony/http-client-contracts": "^1.1.8 || ^2.0 || ^3.0",
23
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
24
},
@@ -38,7 +38,7 @@
38
39
"extra": {
40
"branch-alias": {
41
- "dev-master": "1.26-dev"
+ "dev-master": "1.27-dev"
42
}
43
44
0 commit comments