aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-06-25 04:12:34 +0000
committerMarcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de>2025-06-25 04:12:34 +0000
commit0c965e2dbae3984323ae896bd6dd16a2cf0ec92d (patch)
tree0be931437fd77672d567d933a8f18027eff2cdfb
parent212be8a303bf10cc14fe0f43388e6ad1a10b6045 (diff)
Make composer lib `guzzlehttp/guzzle` an explicit requirement.
Closes #5655 Merge request studip/studip!4277
-rw-r--r--composer.json3
-rw-r--r--composer.lock2
2 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 6d5b920..278b2f6 100644
--- a/composer.json
+++ b/composer.json
@@ -136,7 +136,8 @@
"oat-sa/lib-lti1p3-ags": "2.0.2",
"phpseclib/phpseclib2_compat": "1.0.6",
"oat-sa/lib-lti1p3-deep-linking": "4.1.0",
- "lcobucci/jwt": "^4.3"
+ "lcobucci/jwt": "^4.3",
+ "guzzlehttp/guzzle": "^7.9.2"
},
"replace": {
"symfony/polyfill-php54": "*",
diff --git a/composer.lock b/composer.lock
index 8a4e674..6377a6a 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": "fbb6e2513417cc90573c02f148753cd4",
+ "content-hash": "dc44dd49880b457f30e1faec87e74daf",
"packages": [
{
"name": "algo26-matthias/idna-convert",