We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6ad3e0 + 4ce3b84 commit 19c7267Copy full SHA for 19c7267
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## 3.1.3 - 2022-06-19
8
+
9
+**Fixed**
10
11
+- Fixed JWT 5.x/6.x constraint problems
12
13
## 3.1.2 - 2022-04-24
14
15
**Fixed**
composer.json
@@ -11,8 +11,7 @@
"ext-json": "*",
"phpseclib/phpseclib": "~2.0",
"google/cloud-tasks": "^1.10",
- "thecodingmachine/safe": "^1.0|^2.0",
- "firebase/php-jwt": "^5.0"
+ "thecodingmachine/safe": "^1.0|^2.0"
16
},
17
"require-dev": {
18
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
0 commit comments