Skip to content
Snippets Groups Projects
Commit 31764d49 authored by Sebastian Kehr's avatar Sebastian Kehr :rowboat_tone2: Committed by Dorian Merz
Browse files

refs #16681 [fid] add dependency to finc/vufindhttp-psrcompat

parent 238f5c0a
No related merge requests found
......@@ -6,6 +6,7 @@
},
"require": {
"finc/symfony-serializer-zend-bridge": "^0.0.1",
"finc/vufindhttp-psrcompat": "^0.0.2",
"phpdocumentor/reflection-docblock": "^4.3",
"symfony/http-foundation": "^3.4",
"zendframework/zend-i18n-resources": "^2.6"
......
......@@ -170,6 +170,7 @@
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"homepage": "https://github.com/container-interop/container-interop",
"abandoned": "psr/container",
"time": "2017-02-14T19:40:03+00:00"
},
{
......@@ -577,6 +578,74 @@
"description": "Reusable adapters for usage with zend-serializer.",
"time": "2019-05-07T12:27:13+00:00"
},
{
"name": "finc/vufindhttp-psrcompat",
"version": "v0.0.2",
"source": {
"type": "git",
"url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/vufindhttp-psrcompat.git",
"reference": "462ebd51d69f3e81e6c2167dda05f7ffa18fa942"
},
"require": {
"finc/zend-psr18bridge": "~0.0.1",
"php": "^7.1",
"vufind-org/vufindhttp": "~2.1"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"finc\\VuFindHttpPsrCompat\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Sebastian Kehr",
"email": "kehr@ub.uni-leipzig.de"
}
],
"description": "PSR compatibility layer for vufind-org/vufindhttp",
"time": "2019-06-13T10:58:08+00:00"
},
{
"name": "finc/zend-psr18bridge",
"version": "v0.0.1",
"source": {
"type": "git",
"url": "https://git.sc.uni-leipzig.de/ubl/finc/fid/zend-psr18bridge.git",
"reference": "6f97dd4c6949e44c144631bf428f48d4298149b8"
},
"require": {
"php": "^7.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"zendframework/zend-psr7bridge": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"finc\\ZendPsr18Bridge\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Sebastian Kehr",
"email": "kehr@ub.uni-leipzig.de"
}
],
"description": "PSR 18 compatibility for zend-http clients.",
"time": "2019-03-15T09:49:28+00:00"
},
{
"name": "ghislainf/zf2-whoops",
"version": "dev-master",
......@@ -1955,6 +2024,157 @@
],
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/http-client",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
"reference": "496a823ef742b632934724bf769560c2a5c7c44e",
"shasum": ""
},
"require": {
"php": "^7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"time": "2018-10-30T23:29:13+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.1.0",
......@@ -3273,7 +3493,7 @@
{
"name": "David Maus",
"email": "maus@hab.de",
"role": "Developer"
"role": "developer"
},
{
"name": "Demian Katz",
......@@ -3838,6 +4058,73 @@
],
"time": "2018-04-09T13:21:36+00:00"
},
{
"name": "zendframework/zend-diactoros",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
"reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
"reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev",
"dev-release-1.8": "1.8.x-dev"
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"keywords": [
"http",
"psr",
"psr-7"
],
"time": "2019-11-13T19:16:13+00:00"
},
{
"name": "zendframework/zend-dom",
"version": "2.7.1",
......@@ -5187,6 +5474,60 @@
],
"time": "2018-01-30T15:52:44+00:00"
},
{
"name": "zendframework/zend-psr7bridge",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-psr7bridge.git",
"reference": "99c558f96be01d535fc9692250312342d76d4098"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/99c558f96be01d535fc9692250312342d76d4098",
"reference": "99c558f96be01d535fc9692250312342d76d4098",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0",
"zendframework/zend-diactoros": "^1.7 || ^2.0",
"zendframework/zend-http": "^2.7"
},
"conflict": {
"zendframework/zend-stdlib": "< 3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.15 || ^6.5.6",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\Psr7Bridge\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR-7 &lt;-&gt; zend-http message conversions",
"keywords": [
"ZendFramework",
"http",
"psr",
"psr-7",
"zend",
"zf"
],
"time": "2018-12-20T16:48:40+00:00"
},
{
"name": "zendframework/zend-router",
"version": "3.2.0",
......@@ -5877,6 +6218,7 @@
"rest",
"zf2"
],
"abandoned": true,
"time": "2014-03-05T22:32:09+00:00"
},
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment