8000 PHP 8 and Guzzle 7 · jarnovanleeuwen/jwtapi@9a473b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a473b1

Browse files
PHP 8 and Guzzle 7
1 parent f2a248d commit 9a473b1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.4.0] - 2020-12-28
10+
### Changed
11+
- Support for PHP 8 and require Guzzle 7.
12+
913
## [0.3.5] - 2020-06-04
1014
### Changed
1115
- Allow Symfony 5 dependency.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
}
2929
},
3030
"require": {
31-
"php": "^7.1",
32-
"firebase/php-jwt": "^5.0",
33-
"guzzlehttp/guzzle": "^6.3",
31+
"php": "^7.2|^8.0",
32+
"firebase/php-jwt": "^5.2",
33+
"guzzlehttp/guzzle": "^7.0",
3434
"symfony/http-foundation": "^3.4|^4.0|^5.0"
3535
},
3636
"config": {

0 commit comments

Comments
 (0)
0