Skip to content

Commit 4bcd5b1

Browse files
committedNov 21, 2023
Merge remote-tracking branch 'origin/1.x' into 2.x
2 parents 3562529 + b3e6c25 commit 4bcd5b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010
# Version 1
1111

12+
## 1.8.1 - 2023-11-21
13+
14+
- Allow installation with Symfony 7.
15+
1216
## 1.8.0 - 2023-04-28
1317

1418
- Avoid PHP warning about serializing resources when serializing the response by detaching the stream.

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"psr/cache": "^1.0 || ^2.0 || ^3.0",
1616
"php-http/client-common": "^1.9 || ^2.0",
1717
"psr/http-factory-implementation": "^1.0",
18-
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
18+
"symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
1919
},
2020
"require-dev": {
2121
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)