aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-25 14:31:03 +0200
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-04-25 14:31:03 +0200
commit67ddc700d16e6287fb4449ece62082bc9feae481 (patch)
tree27249d2e80b0ef23ec649ee3b7f25cf7f4b05190 /composer.lock
parent40aead99f7e4dd7537f0b097d01ec01aa7bb4f64 (diff)
update league/oauth2-client to v2.8.1, fixes #5534
Closes #5534 Merge request studip/studip!4157
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock31
1 files changed, 13 insertions, 18 deletions
diff --git a/composer.lock b/composer.lock
index c0143fb..3858e4a 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "58cbd3d119b73577942e946658105cfd",
+ "content-hash": "745e3ab48291893856bc7542ada3fbdf",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -1649,35 +1649,30 @@
},
{
"name": "league/oauth2-client",
- "version": "2.7.0",
+ "version": "2.8.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
- "reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
+ "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
- "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
+ "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
+ "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
"shasum": ""
},
"require": {
- "guzzlehttp/guzzle": "^6.0 || ^7.0",
- "paragonie/random_compat": "^1 || ^2 || ^9.99",
- "php": "^5.6 || ^7.0 || ^8.0"
+ "ext-json": "*",
+ "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
+ "php": "^7.1 || >=8.0.0 <8.5.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
- "php-parallel-lint/php-parallel-lint": "^1.3.1",
- "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
- "squizlabs/php_codesniffer": "^2.3 || ^3.0"
+ "php-parallel-lint/php-parallel-lint": "^1.4",
+ "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
+ "squizlabs/php_codesniffer": "^3.11"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-2.x": "2.0.x-dev"
- }
- },
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
@@ -1713,9 +1708,9 @@
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
- "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
+ "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
},
- "time": "2023-04-16T18:19:15+00:00"
+ "time": "2025-02-26T04:37:30+00:00"
},
{
"name": "league/oauth2-server",