From e14e33bb66122269acccee01569d66af55c38d67 Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Tue, 27 Aug 2024 13:14:58 +0100 Subject: [PATCH] Loosen `lcobucci/jwt` dependency requirements --- CHANGELOG.md | 6 ++++++ composer.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e91aef8..7d185bd 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/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 3.0.0-RC2 - 2024-08-27 + +### Fixed + +- Loosened `lcobucci/jwt` dependency requirements ([#152](https://github.com/jamesedmonston/graphql-authentication/issues/149)) + ## 3.0.0-RC1 - 2024-08-26 ### Added diff --git a/composer.json b/composer.json index 5d3eee5..154c8c8 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jamesedmonston/graphql-authentication", "description": "GraphQL authentication for your headless Craft CMS applications.", "type": "craft-plugin", - "version": "3.0.0-RC1", + "version": "3.0.0-RC2", "keywords": [ "craft", "cms", @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "abraham/twitteroauth": "^7.0", - "craftcms/cms": "^5.0.0", + "craftcms/cms": "^4.0.0 || ^5.0.0", "google/apiclient": "^2.16.0", "lcobucci/jwt": "^5.0.0", "league/oauth2-facebook": "^2.2.0",