File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 3.1.3 - 2022-06-19
8
+
9
+ ** Fixed**
10
+
11
+ - Fixed JWT 5.x/6.x constraint problems
12
+
7
13
## 3.1.2 - 2022-04-24
8
14
9
15
** Fixed**
Original file line number Diff line number Diff line change 11
11
"ext-json" : " *" ,
12
12
"phpseclib/phpseclib" : " ~2.0" ,
13
13
"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"
16
15
},
17
16
"require-dev" : {
18
17
"orchestra/testbench" : " ^4.0 || ^5.0 || ^6.0 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments