|
|
|
@@ -4,8 +4,166 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"content-hash": "7f769bc9dabc952a9e9210886c4900c8", |
|
|
|
"content-hash": "ed2d4bb6d2a2abe584b5f0867281d0ab", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "myclabs/php-enum", |
|
|
|
"version": "1.7.6", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/myclabs/php-enum.git", |
|
|
|
"reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/5f36467c7a87e20fbdc51e524fd8f9d1de80187c", |
|
|
|
"reference": "5f36467c7a87e20fbdc51e524fd8f9d1de80187c", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"ext-json": "*", |
|
|
|
"php": ">=7.1" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "^7", |
|
|
|
"squizlabs/php_codesniffer": "1.*", |
|
|
|
"vimeo/psalm": "^3.8" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"MyCLabs\\Enum\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "PHP Enum contributors", |
|
|
|
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "PHP Enum implementation", |
|
|
|
"homepage": "http://github.com/myclabs/php-enum", |
|
|
|
"keywords": [ |
|
|
|
"enum" |
|
|
|
], |
|
|
|
"time": "2020-02-14T08:15:52+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "nyholm/psr7", |
|
|
|
"version": "1.2.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/Nyholm/psr7.git", |
|
|
|
"reference": "55ff6b76573f5b242554c9775792bd59fb52e11c" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/55ff6b76573f5b242554c9775792bd59fb52e11c", |
|
|
|
"reference": "55ff6b76573f5b242554c9775792bd59fb52e11c", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.1", |
|
|
|
"php-http/message-factory": "^1.0", |
|
|
|
"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": { |
|
|
|
"http-interop/http-factory-tests": "dev-master", |
|
|
|
"php-http/psr7-integration-tests": "dev-master", |
|
|
|
"phpunit/phpunit": "^7.5" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.0-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Nyholm\\Psr7\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Tobias Nyholm", |
|
|
|
"email": "tobias.nyholm@gmail.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Martijn van der Ven", |
|
|
|
"email": "martijn@vanderven.se" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "A fast PHP7 implementation of PSR-7", |
|
|
|
"homepage": "http://tnyholm.se", |
|
|
|
"keywords": [ |
|
|
|
"psr-17", |
|
|
|
"psr-7" |
|
|
|
], |
|
|
|
"time": "2019-09-05T13:24:16+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "php-http/message-factory", |
|
|
|
"version": "v1.0.2", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/php-http/message-factory.git", |
|
|
|
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
|
|
|
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.4", |
|
|
|
"psr/http-message": "^1.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"extra": { |
|
|
|
"branch-alias": { |
|
|
|
"dev-master": "1.0-dev" |
|
|
|
} |
|
|
|
}, |
|
|
|
"autoload": { |
|
|
|
"psr-4": { |
|
|
|
"Http\\Message\\": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Márk Sági-Kazár", |
|
|
|
"email": "mark.sagikazar@gmail.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Factory interfaces for PSR-7 HTTP Message", |
|
|
|
"homepage": "http://php-http.org", |
|
|
|
"keywords": [ |
|
|
|
"factory", |
|
|
|
"http", |
|
|
|
"message", |
|
|
|
"stream", |
|
|
|
"uri" |
|
|
|
], |
|
|
|
"time": "2015-12-19T14:08:53+00:00" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "psr/cache", |
|
|
|
"version": "1.0.1", |
|
|
|
@@ -147,6 +305,157 @@ |
|
|
|
], |
|
|
|
"time": "2019-01-08T18:20:26+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.3", |
|
|
|
|