diff --git a/CHANGELOG.md b/CHANGELOG.md index 20689c0..170bcaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 3.1.3 - 2022-06-19 + +**Fixed** + +- Fixed JWT 5.x/6.x constraint problems + ## 3.1.2 - 2022-04-24 **Fixed** diff --git a/composer.json b/composer.json index f5af2cd..c01c313 100644 --- a/composer.json +++ b/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" }, "require-dev": { "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",