diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2024-05-07 18:31:11 +0000 |
|---|---|---|
| committer | Rasmus Fuhse <fuhse@data-quest.de> | 2024-05-07 18:31:11 +0000 |
| commit | 2c4c41a7733923cbd0f9f93eb7c90ad412efda1f (patch) | |
| tree | 985e3e59ed6d6fa35cf4cc79e736b1bd8e3e8670 /composer.lock | |
| parent | 59c6b7f62e2d3d27cd1a4027cd18be5b9a21f64e (diff) | |
Resolve "edu-sharing/auth-plugin umstellen auf composer"
Closes #4120
Merge request studip/studip!2964
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 52 |
1 files changed, 50 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index c469e1e..ffde9ba 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": "69b82b7aa6db216cb8afdb9da520b4e7", + "content-hash": "535218b1c9cca9acd1f2c554c59e5113", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -296,6 +296,53 @@ "time": "2023-06-19T06:10:36+00:00" }, { + "name": "edu-sharing/auth-plugin", + "version": "8.0.x-dev", + "source": { + "type": "git", + "url": "https://github.com/edu-sharing/php-auth-plugin.git", + "reference": "4dc40c400afea63bd75ddd5ad4cea8033e477e72" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/edu-sharing/php-auth-plugin/zipball/4dc40c400afea63bd75ddd5ad4cea8033e477e72", + "reference": "4dc40c400afea63bd75ddd5ad4cea8033e477e72", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "ext-json": "*", + "ext-openssl": "*", + "php": ">= 8.0" + }, + "require-dev": { + "phpunit/phpunit": "^9" + }, + "default-branch": true, + "type": "library", + "autoload": { + "psr-4": { + "EduSharingApiClient\\": "src/EduSharing" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-only" + ], + "authors": [ + { + "name": "Torsten Simon", + "email": "simon@edu-sharing.net" + } + ], + "description": "Plugin to provide authentification via Auth By App with a edu-sharing repository", + "support": { + "issues": "https://github.com/edu-sharing/php-auth-plugin/issues", + "source": "https://github.com/edu-sharing/php-auth-plugin/tree/8.0" + }, + "time": "2024-04-02T10:02:58+00:00" + }, + { "name": "ezyang/htmlpurifier", "version": "v4.17.0", "source": { @@ -7829,7 +7876,8 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "phpxmlrpc/extras": 10 + "phpxmlrpc/extras": 10, + "edu-sharing/auth-plugin": 20 }, "prefer-stable": false, "prefer-lowest": false, |
