diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c79c992..df856760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased +- [#455](https://github.com/Shopify/shopify-api-php/pull/450) [Minor] Update firebase/php-jwt to ^7.0 ## v6.1.0 - 2026-01-21 - [#450](https://github.com/Shopify/shopify-api-php/pull/450) [Minor] Add support for 2026-01 API version diff --git a/composer.json b/composer.json index 20b00d68..6308149e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-json": "*", "ext-mbstring": "*", "doctrine/inflector": "^2.0", - "firebase/php-jwt": "^5.2 || ^6.2", + "firebase/php-jwt": "^7.0", "guzzlehttp/guzzle": "^7.0", "guzzlehttp/psr7": "^2.0", "psr/http-client": "^1.0",