Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.x' into 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Nov 21, 2023
2 parents 3562529 + b3e6c25 commit 4bcd5b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

# Version 1

## 1.8.1 - 2023-11-21

- Allow installation with Symfony 7.

## 1.8.0 - 2023-04-28

- Avoid PHP warning about serializing resources when serializing the response by detaching the stream.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
"require-dev": {
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0",
Expand Down

0 comments on commit 4bcd5b1

Please sign in to comment.