From d40c274e51ee55c35c3687eda58b7123126d596b Mon Sep 17 00:00:00 2001 From: "Daniel Cazalla (ZallaxDev)" <86362063+ZallaxDev@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:10:29 +0200 Subject: [PATCH] Update composer.lock file The composer.lock resulting from the installation of the php-jwt and LTI-PHP dependencies has been added. --- composer.lock | 110 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 9c683e78f31c..7d41f6490f09 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": "38e174d22cd3022993cebc402742487e", + "content-hash": "a76d50e264734da04e87304c7c061beb", "packages": [ { "name": "apereo/phpcas", @@ -137,6 +137,51 @@ ], "time": "2023-11-29T23:19:16+00:00" }, + { + "name": "celtic/lti", + "version": "v5.1.3", + "source": { + "type": "git", + "url": "https://github.com/celtic-project/LTI-PHP.git", + "reference": "b5a4bc14328899086a8b065b1da9b558a935ee10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/celtic-project/LTI-PHP/zipball/b5a4bc14328899086a8b065b1da9b558a935ee10", + "reference": "b5a4bc14328899086a8b065b1da9b558a935ee10", + "shasum": "" + }, + "require": { + "firebase/php-jwt": "^6.8", + "php": ">=8.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "ceLTIc\\LTI\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-or-later" + ], + "authors": [ + { + "name": "Stephen P Vickers", + "email": "stephen@spvsoftwareproducts.com" + } + ], + "description": "PHP class library for building LTI integrations", + "homepage": "https://github.com/celtic-project/LTI-PHP", + "keywords": [ + "LTI" + ], + "support": { + "issues": "https://github.com/celtic-project/LTI-PHP/issues", + "source": "https://github.com/celtic-project/LTI-PHP/tree/v5.1.3" + }, + "time": "2024-10-03T23:03:24+00:00" + }, { "name": "cweagans/composer-patches", "version": "1.7.3", @@ -454,6 +499,69 @@ ], "time": "2023-11-03T12:00:00+00:00" }, + { + "name": "firebase/php-jwt", + "version": "v6.10.1", + "source": { + "type": "git", + "url": "https://github.com/firebase/php-jwt.git", + "reference": "500501c2ce893c824c801da135d02661199f60c5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5", + "reference": "500501c2ce893c824c801da135d02661199f60c5", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "guzzlehttp/guzzle": "^7.4", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "psr/cache": "^2.0||^3.0", + "psr/http-client": "^1.0", + "psr/http-factory": "^1.0" + }, + "suggest": { + "ext-sodium": "Support EdDSA (Ed25519) signatures", + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, + "type": "library", + "autoload": { + "psr-4": { + "Firebase\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Neuman Vong", + "email": "neuman+pear@twilio.com", + "role": "Developer" + }, + { + "name": "Anant Narayanan", + "email": "anant@php.net", + "role": "Developer" + } + ], + "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", + "homepage": "https://github.com/firebase/php-jwt", + "keywords": [ + "jwt", + "php" + ], + "support": { + "issues": "https://github.com/firebase/php-jwt/issues", + "source": "https://github.com/firebase/php-jwt/tree/v6.10.1" + }, + "time": "2024-05-18T18:05:11+00:00" + }, { "name": "geshi/geshi", "version": "v1.0.9.1",