From 4c8b9b7e8d2f2974a7ece2656ccbe6ad0146c09b Mon Sep 17 00:00:00 2001 From: Theodor Truffer Date: Thu, 18 Feb 2021 14:46:49 +0100 Subject: [PATCH] composer lock --- composer.lock | 176 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 174 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 8174a8e..148ddfe 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,180 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "b1ca2cae865502f5f1bca347014357db", - "packages": [], + "content-hash": "55f5e863942c0f10ad2c68fe9cd1124a", + "packages": [ + { + "name": "srag/custominputguis", + "version": "0.42.0", + "source": { + "type": "git", + "url": "https://github.com/studer-raimann/CustomInputGUIs.git", + "reference": "dc83e4083c0134d7eb1644e0204de2f7baa5e62b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/studer-raimann/CustomInputGUIs/zipball/dc83e4083c0134d7eb1644e0204de2f7baa5e62b", + "reference": "dc83e4083c0134d7eb1644e0204de2f7baa5e62b", + "shasum": "" + }, + "require": { + "php": ">=7.0", + "srag/dic": ">=0.1.0" + }, + "require-dev": { + "srag/generateplugininfoshelper": ">=0.1.0" + }, + "type": "library", + "extra": { + "ilias_plugin": { + "ilias_min_version": "5.4.0", + "ilias_max_version": "6.999" + }, + "generate_plugin_readme_template": "SRAG_ILIAS_LIBRARY", + "long_description_template": "src/LONG_DESCRIPTION.md" + }, + "autoload": { + "psr-4": { + "srag\\CustomInputGUIs\\": "src/" + }, + "classmap": [ + "src/MultiSelectSearchNewInputGUI/class.ObjectChildrenAjaxAutoCompleteCtrl.php", + "src/MultiSelectSearchNewInputGUI/class.ObjectsAjaxAutoCompleteCtrl.php", + "src/MultiSelectSearchNewInputGUI/class.OrgUnitAjaxAutoCompleteCtrl.php", + "src/MultiSelectSearchNewInputGUI/class.UsersAjaxAutoCompleteCtrl.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-only" + ], + "authors": [ + { + "name": "studer + raimann ag - Team Custom 1", + "email": "support-custom1@studer-raimann.ch", + "homepage": "https://studer-raimann.ch", + "role": "Developer" + } + ], + "description": "Custom Input-GUI's", + "homepage": "https://github.com/studer-raimann/CustomInputGUIs", + "keywords": [ + "ILIAS", + "PropertyForm", + "gui", + "input", + "table" + ], + "time": "2021-02-18T13:04:56+00:00" + }, + { + "name": "srag/dic", + "version": "0.31.4", + "source": { + "type": "git", + "url": "https://github.com/studer-raimann/DIC.git", + "reference": "615326c06d6f9e27805907c1b92ac19c7f116178" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/studer-raimann/DIC/zipball/615326c06d6f9e27805907c1b92ac19c7f116178", + "reference": "615326c06d6f9e27805907c1b92ac19c7f116178", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "require-dev": { + "srag/generateplugininfoshelper": ">=0.1.0" + }, + "type": "library", + "extra": { + "ilias_plugin": { + "ilias_min_version": "5.4.0", + "ilias_max_version": "6.999" + }, + "generate_plugin_readme_template": "SRAG_ILIAS_LIBRARY", + "long_description_template": "src/LONG_DESCRIPTION.md" + }, + "autoload": { + "psr-4": { + "srag\\DIC\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-only" + ], + "authors": [ + { + "name": "studer + raimann ag - Team Custom 1", + "email": "support-custom1@studer-raimann.ch", + "homepage": "https://studer-raimann.ch", + "role": "Developer" + } + ], + "description": "Use all ILIAS globals in your class", + "homepage": "https://github.com/studer-raimann/DIC", + "keywords": [ + "ILIAS", + "dic", + "globals", + "trait" + ], + "time": "2021-01-29T11:32:02+00:00" + }, + { + "name": "srag/librariesnamespacechanger", + "version": "0.15.0", + "source": { + "type": "git", + "url": "https://github.com/studer-raimann/LibrariesNamespaceChanger.git", + "reference": "37b73f814b319a9a05664df994423c412e2b52f3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/studer-raimann/LibrariesNamespaceChanger/zipball/37b73f814b319a9a05664df994423c412e2b52f3", + "reference": "37b73f814b319a9a05664df994423c412e2b52f3", + "shasum": "" + }, + "require": { + "php": ">=7.0" + }, + "require-dev": { + "srag/generateplugininfoshelper": ">=0.1.0" + }, + "type": "library", + "extra": { + "generate_plugin_readme_template": "SRAG_LIBRARY", + "long_description_template": "src/LONG_DESCRIPTION.md" + }, + "autoload": { + "psr-4": { + "srag\\LibrariesNamespaceChanger\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-3.0-only" + ], + "authors": [ + { + "name": "studer + raimann ag - Team Custom 1", + "email": "support-custom1@studer-raimann.ch", + "homepage": "https://studer-raimann.ch", + "role": "Developer" + } + ], + "description": "Change namespace of libraries to plugin namespace", + "homepage": "https://github.com/studer-raimann/LibrariesNamespaceChanger", + "keywords": [ + "changer", + "libraries", + "namespace" + ], + "time": "2021-01-25T06:48:05+00:00" + } + ], "packages-dev": [], "aliases": [], "minimum-stability": "stable",