|
|
@@ -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": "a5603400dc1d65d4e7fcf53b9f191ee1",
|
|
|
+ "content-hash": "70119fcfb61279fd6695ae48a55a2fde",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "adldap2/adldap2",
|
|
|
@@ -194,6 +194,58 @@
|
|
|
],
|
|
|
"time": "2020-03-26T03:05:01+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "fig/http-message-util",
|
|
|
+ "version": "1.1.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message-util.git",
|
|
|
+ "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
|
|
|
+ "reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/http-message": "The package containing the PSR-7 interfaces"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Fig\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "time": "2020-02-05T20:36:27+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
"version": "6.5.2",
|
|
|
@@ -1443,6 +1495,80 @@
|
|
|
],
|
|
|
"time": "2016-10-13T00:11:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "slim/psr7",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
|
+ "reference": "3c76899e707910779f13d7af95fde12310b0a5ae"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
+ "reference": "3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "fig/http-message-util": "^1.1.2",
|
|
|
+ "php": "^7.2",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "ralouphie/getallheaders": "^3"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "adriansuter/php-autoload-override": "^1.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "http-interop/http-factory-tests": "^0.6.0",
|
|
|
+ "php-http/psr7-integration-tests": "dev-master",
|
|
|
+ "phpstan/phpstan": "^0.12",
|
|
|
+ "phpunit/phpunit": "^8.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Slim\\Psr7\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Josh Lockhart",
|
|
|
+ "email": "hello@joshlockhart.com",
|
|
|
+ "homepage": "http://joshlockhart.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andrew Smith",
|
|
|
+ "email": "a.smith@silentworks.co.uk",
|
|
|
+ "homepage": "http://silentworks.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Rob Allen",
|
|
|
+ "email": "rob@akrabat.com",
|
|
|
+ "homepage": "http://akrabat.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Pierre Berube",
|
|
|
+ "email": "pierre@lgse.com",
|
|
|
+ "homepage": "http://www.lgse.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Strict PSR-7 implementation",
|
|
|
+ "homepage": "https://www.slimframework.com",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "psr-7",
|
|
|
+ "psr7"
|
|
|
+ ],
|
|
|
+ "time": "2020-05-01T14:24:20+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "slim/slim",
|
|
|
"version": "4.0.0",
|