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 9a473b1 commit b0ace0aCopy full SHA for b0ace0a
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.4.1] - 2022-09-09
10
+### Changed
11
+- Allow Symfony 6 dependency.
12
+
13
## [0.4.0] - 2020-12-28
14
### Changed
15
- Support for PHP 8 and require Guzzle 7.
composer.json
@@ -31,7 +31,7 @@
31
"php": "^7.2|^8.0",
32
"firebase/php-jwt": "^5.2",
33
"guzzlehttp/guzzle": "^7.0",
34
- "symfony/http-foundation": "^3.4|^4.0|^5.0"
+ "symfony/http-foundation": "^3.4|^4.0|^5.0|^6.0"
35
},
36
"config": {
37
"preferred-install": "dist",
0 commit comments