diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2020-03-03 17:02:01 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2020-03-03 17:02:01 +0100 |
| commit | 673b1ebc59670f9f5e38428a30826ee67725ac3e (patch) | |
| tree | 922dc618eb95bc30e816b3eba85b4e619565879a | |
| parent | 07889abdc92ce2e4696fd46b4a2a3bfb8c26ed29 (diff) | |
| download | phinde-673b1ebc59670f9f5e38428a30826ee67725ac3e.tar.gz phinde-673b1ebc59670f9f5e38428a30826ee67725ac3e.zip | |
Install composer package pear/http2 for websub
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | composer.lock | 48 |
2 files changed, 49 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 0511c40..ac5e66e 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "pear/console_commandline": "^1.2", "pear/net_url2": "^2.2", "twig/twig": "^1.0", - "pear/http_request2": "^2.3" + "pear/http_request2": "^2.3", + "pear/http2": "^1.1" } } diff --git a/composer.lock b/composer.lock index 7f28c34..dc21808 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": "cb13e7271e7ad4c0fde0184cdfd97ba2", + "content-hash": "b18472a04f09d2cb455a72e339f9fa5a", "packages": [ { "name": "pear/console_commandline", @@ -60,6 +60,52 @@ "time": "2016-07-14T06:00:57+00:00" }, { + "name": "pear/http2", + "version": "v1.1.2", + "source": { + "type": "git", + "url": "https://github.com/pear/HTTP2.git", + "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/HTTP2/zipball/b87527415aa1439d5abc2c620a37f0047c3b1568", + "reference": "b87527415aa1439d5abc2c620a37f0047c3b1568", + "shasum": "" + }, + "require-dev": { + "pear/pear-core": "*" + }, + "type": "library", + "autoload": { + "psr-0": { + "HTTP2": "./" + } + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Michael Wallner", + "email": "mike@php.net", + "role": "Lead" + }, + { + "name": "Philippe Jausions", + "email": "jausions@php.net", + "role": "Lead" + } + ], + "description": "Miscellaneous HTTP utilities", + "homepage": "http://pear.php.net/package/HTTP2", + "time": "2016-08-10T19:11:15+00:00" + }, + { "name": "pear/http_request2", "version": "v2.3.0", "source": { |
