Skip to content

Commit b0ace0a

Browse files
Allow Symfony 6
1 parent 9a473b1 commit b0ace0a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.4.1] - 2022-09-09
10+
### Changed
11+
- Allow Symfony 6 dependency.
12+
913
## [0.4.0] - 2020-12-28
1014
### Changed
1115
- Support for PHP 8 and require Guzzle 7.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"php": "^7.2|^8.0",
3232
"firebase/php-jwt": "^5.2",
3333
"guzzlehttp/guzzle": "^7.0",
34-
"symfony/http-foundation": "^3.4|^4.0|^5.0"
34+
"symfony/http-foundation": "^3.4|^4.0|^5.0|^6.0"
3535
},
3636
"config": {
3737
"preferred-install": "dist",

0 commit comments

Comments
 (0)