We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3562529 + b3e6c25 commit 4bcd5b1Copy full SHA for 4bcd5b1
CHANGELOG.md
@@ -9,6 +9,10 @@
9
10
# Version 1
11
12
+## 1.8.1 - 2023-11-21
13
+
14
+- Allow installation with Symfony 7.
15
16
## 1.8.0 - 2023-04-28
17
18
- Avoid PHP warning about serializing resources when serializing the response by detaching the stream.
composer.json
@@ -15,7 +15,7 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"php-http/client-common": "^1.9 || ^2.0",
"psr/http-factory-implementation": "^1.0",
- "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
+ "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
19
},
20
"require-dev": {
21
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0",
0 commit comments