From 79538e46231fb89115a298523f596c490703ce31 Mon Sep 17 00:00:00 2001 From: Gregor Gawol <gawol@ub.uni-leipzig.de> Date: Thu, 9 Jul 2020 09:51:31 +0200 Subject: [PATCH] refs #17779 [fid_bbi] getFoundLibraries is null * fixed bug * set new package version --- composer.local.2.fid-bbi.json | 2 +- composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.local.2.fid-bbi.json b/composer.local.2.fid-bbi.json index 5ccbca15c93..31a68183479 100644 --- a/composer.local.2.fid-bbi.json +++ b/composer.local.2.fid-bbi.json @@ -5,7 +5,7 @@ } }, "require": { - "finc/worldcat-search-module": "^0.0.4" + "finc/worldcat-search-module": "^0.0.5" }, "extra": { "vufind": { diff --git a/composer.lock b/composer.lock index 56473bf91c7..d285045d63b 100644 --- a/composer.lock +++ b/composer.lock @@ -615,11 +615,11 @@ }, { "name": "finc/worldcat-search-module", - "version": "v0.0.4", + "version": "v0.0.5", "source": { "type": "git", "url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/worldcat-search-module.git", - "reference": "6a5d4f706406f079cbf6ea2a96f248a62b938c26" + "reference": "ed6493ffa5394160aeb50dde2489e38c6d9e83a8" }, "require": { "finc/vufindhttp-psrcompat": "^0.0", @@ -661,7 +661,7 @@ } ], "description": "Worldcat Search Module", - "time": "2019-09-02T16:28:35+00:00" + "time": "2020-07-09T07:32:39+00:00" }, { "name": "finc/zend-psr18bridge", @@ -2194,20 +2194,20 @@ }, { "name": "psr/http-client", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "496a823ef742b632934724bf769560c2a5c7c44e" + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e", - "reference": "496a823ef742b632934724bf769560c2a5c7c44e", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { - "php": "^7.0", + "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", @@ -2239,7 +2239,7 @@ "psr", "psr-18" ], - "time": "2018-10-30T23:29:13+00:00" + "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", -- GitLab