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