Skip to content

Commit 19c7267

Browse files
Merge pull request #54 from stackkit/master
3.1.3
2 parents b6ad3e0 + 4ce3b84 commit 19c7267

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 3.1.3 - 2022-06-19
8+
9+
**Fixed**
10+
11+
- Fixed JWT 5.x/6.x constraint problems
12+
713
## 3.1.2 - 2022-04-24
814

915
**Fixed**

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"ext-json": "*",
1212
"phpseclib/phpseclib": "~2.0",
1313
"google/cloud-tasks": "^1.10",
14-
"thecodingmachine/safe": "^1.0|^2.0",
15-
"firebase/php-jwt": "^5.0"
14+
"thecodingmachine/safe": "^1.0|^2.0"
1615
},
1716
"require-dev": {
1817
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)