From 38e74c7b06d525512996182e9e5b5f24443a0f61 Mon Sep 17 00:00:00 2001 From: Robert Lange <robert.lange@uni-leipzig.de> Date: Thu, 30 Nov 2023 14:57:41 +0100 Subject: [PATCH] update composer.lock for adlr with composer2 --- composer.lock | 439 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 438 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index fdcacf5465e..35f9988b67c 100644 --- a/composer.lock +++ b/composer.lock @@ -716,6 +716,102 @@ }, "time": "2023-11-03T12:00:00+00:00" }, + { + "name": "finc/boss-module", + "version": "v3.0.0", + "source": { + "type": "git", + "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/boss-module.git", + "reference": "8db5ee6a9cd4df81b200308f3f082275db3915ec" + }, + "require": { + "ext-json": "*", + "finc/symfony-serializer-zend-bridge": "^0.0.1", + "finc/vufindhttp-psrcompat": "^0.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=7.1", + "psr/http-client": "^1.0", + "symfony/property-info": "^3.4" + }, + "type": "library", + "extra": { + "vufind": { + "themes": { + "res/theme": "boss" + } + } + }, + "autoload": { + "psr-4": { + "finc\\Boss\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Gregor Gawol", + "email": "gawol@ub.uni-leipzig.de" + }, + { + "name": "Pascal Kanter", + "email": "kanter@ub.uni-leipzig.de" + } + ], + "description": "Module for BOSS Webservice", + "time": "2023-08-28T13:01:14+00:00" + }, + { + "name": "finc/dbis-module", + "version": "v5.0.2", + "source": { + "type": "git", + "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/dbis-module.git", + "reference": "fda5a394e814d5afed4c0d89fa209b185e8b5b28" + }, + "require": { + "finc/symfony-serializer-zend-bridge": "^0.0.1", + "finc/vufindhttp-psrcompat": "^0.0", + "php": ">=7.1" + }, + "suggest": { + "laminas/laminas-view": "Use within Laminas context to avoid configuration errors" + }, + "type": "library", + "extra": { + "vufind": { + "themes": { + "res/mixin": "finc-dbis" + } + } + }, + "autoload": { + "psr-4": { + "finc\\Dbis\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Gregor Gawol", + "email": "gawol@ub.uni-leipzig.de" + }, + { + "name": "Sebastian Kehr", + "email": "kehr@ub.uni-leipzig.de" + }, + { + "name": "Robert Lange", + "email": "lange@ub.uni-leipzig.de" + } + ], + "time": "2023-08-30T10:22:12+00:00" + }, { "name": "finc/rules-evaluator", "version": "v0.0.3", @@ -790,6 +886,47 @@ "description": "Reusable adapters for usage with zend-serializer.", "time": "2021-11-11T13:20:31+00:00" }, + { + "name": "finc/vufind-results-grouping", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://git.sc.uni-leipzig.de/ubl/finc/packages/vufind-results-grouping.git", + "reference": "5882f7ae1cc266b2dd340ac65a515de0df7a823a" + }, + "require": { + "php": ">=7.1" + }, + "type": "library", + "extra": { + "vufind": { + "themes": { + "res/theme": "vufind-results-grouping" + } + } + }, + "autoload": { + "psr-4": { + "VuFindResultsGrouping\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Cornelius Amzar", + "email": "cornelius.amzar@bsz-bw.de" + }, + { + "name": "Dorian Merz", + "email": "merz@ub.uni-leipzig.de" + } + ], + "description": "Result Grouping in VuFind result list", + "time": "2023-09-18T13:29:46+00:00" + }, { "name": "finc/vufindhttp-psrcompat", "version": "v0.0.3", @@ -825,6 +962,56 @@ "description": "PSR compatibility layer for vufind-org/vufindhttp", "time": "2021-08-19T10:44:51+00:00" }, + { + "name": "finc/worldcat-search-module", + "version": "v1.1.0", + "source": { + "type": "git", + "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/worldcat-search-module.git", + "reference": "70b7a54e06f98adcc61fe80a3f04f96c6a346c89" + }, + "require": { + "finc/vufindhttp-psrcompat": "^0.0", + "guzzlehttp/psr7": "^1.4", + "netresearch/jsonmapper": "^1.4", + "php": ">=7.1", + "psr/http-client": "^1.0" + }, + "require-dev": { + "http-interop/http-factory-guzzle": "^1.0", + "php-http/guzzle6-adapter": "^2.0", + "php-http/mock-client": "^1.2" + }, + "type": "library", + "extra": { + "vufind": { + "themes": { + "res/theme": "worldcat" + } + } + }, + "autoload": { + "psr-4": { + "finc\\WorldCat\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0" + ], + "authors": [ + { + "name": "Gregor Gawol", + "email": "gawol@ub.uni-leipzig.de" + }, + { + "name": "Sebastian Kehr", + "email": "kehr@ub.uni-leipzig.de" + } + ], + "description": "Worldcat Search Module", + "time": "2023-08-28T13:07:51+00:00" + }, { "name": "finc/zend-psr18bridge", "version": "v0.0.1", @@ -858,6 +1045,111 @@ "description": "PSR 18 compatibility for zend-http clients.", "time": "2019-03-15T09:49:28+00:00" }, + { + "name": "guzzlehttp/psr7", + "version": "1.9.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/1.9.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2023-04-17T16:00:37+00:00" + }, { "name": "jasig/phpcas", "version": "1.3.8", @@ -2866,6 +3158,12 @@ "rss": "https://github.com/laminas/laminas-i18n-resources/releases.atom", "source": "https://github.com/laminas/laminas-i18n-resources" }, + "funding": [ + { + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" + } + ], "time": "2021-09-14T04:16:52+00:00" }, { @@ -4802,6 +5100,57 @@ ], "time": "2020-11-14T18:14:52+00:00" }, + { + "name": "netresearch/jsonmapper", + "version": "v1.6.0", + "source": { + "type": "git", + "url": "https://github.com/cweiske/jsonmapper.git", + "reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06", + "reference": "0d4d1b48d682a93b6bfedf60b88c7750e9cb0b06", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-pcre": "*", + "ext-reflection": "*", + "ext-spl": "*", + "php": ">=5.6" + }, + "require-dev": { + "phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4", + "squizlabs/php_codesniffer": "~1.5" + }, + "type": "library", + "autoload": { + "psr-0": { + "JsonMapper": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "OSL-3.0" + ], + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@cweiske.de", + "homepage": "http://github.com/cweiske/jsonmapper/", + "role": "Developer" + } + ], + "description": "Map nested JSON structures onto PHP classes", + "support": { + "email": "cweiske@cweiske.de", + "issues": "https://github.com/cweiske/jsonmapper/issues", + "source": "https://github.com/cweiske/jsonmapper/tree/master" + }, + "time": "2019-08-15T19:41:25+00:00" + }, { "name": "ocramius/proxy-manager", "version": "2.2.3", @@ -5611,6 +5960,10 @@ } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "support": { + "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" + }, "time": "2021-10-19T17:43:47+00:00" }, { @@ -6045,6 +6398,50 @@ ], "time": "2017-10-23T01:57:42+00:00" }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, { "name": "sabre/vobject", "version": "3.5.3", @@ -6109,6 +6506,11 @@ "jCard", "vCard" ], + "support": { + "forum": "https://groups.google.com/group/sabredav-discuss", + "issues": "https://github.com/sabre-io/vobject/issues", + "source": "https://github.com/fruux/sabre-vobject" + }, "time": "2016-10-07T03:20:40+00:00" }, { @@ -6490,6 +6892,23 @@ ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-10-24T10:57:07+00:00" }, { @@ -6539,6 +6958,23 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v3.4.47" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], "time": "2020-10-24T10:57:07+00:00" }, { @@ -10682,5 +11118,6 @@ "platform-dev": [], "platform-overrides": { "php": "7.3" - } + }, + "plugin-api-version": "2.3.0" } -- GitLab