Skip to content

Commit

Permalink
Fix composer.json requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesedmonston committed Aug 27, 2024
1 parent e14e33b commit b0ee23f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-RC3 - 2024-08-28

### Fixed

- Loosened `lcobucci/jwt` dependency requirements ([#152](https://github.com/jamesedmonston/graphql-authentication/issues/149))

## 3.0.0-RC2 - 2024-08-27

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"require": {
"php": "^8.2",
"abraham/twitteroauth": "^7.0",
"craftcms/cms": "^4.0.0 || ^5.0.0",
"craftcms/cms": "^5.0.0",
"google/apiclient": "^2.16.0",
"lcobucci/jwt": "^5.0.0",
"lcobucci/jwt": "^4.0.0 || ^5.0.0",
"league/oauth2-facebook": "^2.2.0",
"thenetworg/oauth2-azure": "^2.2.0"
},
Expand Down

0 comments on commit b0ee23f

Please sign in to comment.