|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
{
|
|
|
|
|
"_readme": [
|
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
|
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
|
"This file is @generated automatically"
|
|
|
|
|
],
|
|
|
|
|
"hash": "af4e01de78a82c5ba2d344546aced79f",
|
|
|
|
|
"hash": "a88dd029af703576c81e0b941d2d723b",
|
|
|
|
|
"packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "classpreloader/classpreloader",
|
|
|
|
@ -826,6 +826,55 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2015-05-02 15:40:40"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/http-message",
|
|
|
|
|
"version": "1.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
|
|
|
"reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
|
|
|
|
|
"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",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http",
|
|
|
|
|
"http-message",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-7",
|
|
|
|
|
"request",
|
|
|
|
|
"response"
|
|
|
|
|
],
|
|
|
|
|
"time": "2015-05-04 20:22:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/log",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
@ -1749,6 +1798,153 @@
|
|
|
|
|
"environment"
|
|
|
|
|
],
|
|
|
|
|
"time": "2014-12-05 15:19:21"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "zendframework/zend-diactoros",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
|
|
"reference": "9fd285ecc32edfa015dd7cc91e18f6c1c07618a7"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/9fd285ecc32edfa015dd7cc91e18f6c1c07618a7",
|
|
|
|
|
"reference": "9fd285ecc32edfa015dd7cc91e18f6c1c07618a7",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.5",
|
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
|
},
|
|
|
|
|
"provide": {
|
|
|
|
|
"psr/http-message-implementation": "~1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "~4.6",
|
|
|
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.0-dev",
|
|
|
|
|
"dev-develop": "1.1-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Zend\\Diactoros\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-2-Clause"
|
|
|
|
|
],
|
|
|
|
|
"description": "PSR HTTP Message implementations",
|
|
|
|
|
"homepage": "https://github.com/zendframework/zend-diactoros",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-7"
|
|
|
|
|
],
|
|
|
|
|
"time": "2015-05-21 16:37:54"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "zendframework/zend-escaper",
|
|
|
|
|
"version": "2.4.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
|
|
|
|
"reference": "13f468ff824f3c83018b90aff892a1b3201383a9"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9",
|
|
|
|
|
"reference": "13f468ff824f3c83018b90aff892a1b3201383a9",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.3.23"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"fabpot/php-cs-fixer": "1.7.*",
|
|
|
|
|
"phpunit/phpunit": "~4.0",
|
|
|
|
|
"satooshi/php-coveralls": "dev-master"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "2.4-dev",
|
|
|
|
|
"dev-develop": "2.5-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Zend\\Escaper\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"homepage": "https://github.com/zendframework/zend-escaper",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"escaper",
|
|
|
|
|
"zf2"
|
|
|
|
|
],
|
|
|
|
|
"time": "2015-05-07 14:55:31"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "zendframework/zend-stratigility",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/zendframework/zend-stratigility.git",
|
|
|
|
|
"reference": "98969e37739c6a60fc2e2151c1923478abbd89ed"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/98969e37739c6a60fc2e2151c1923478abbd89ed",
|
|
|
|
|
"reference": "98969e37739c6a60fc2e2151c1923478abbd89ed",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.4.8",
|
|
|
|
|
"psr/http-message": "~1.0.0",
|
|
|
|
|
"zendframework/zend-escaper": "~2.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "3.7.*",
|
|
|
|
|
"squizlabs/php_codesniffer": "~2.0",
|
|
|
|
|
"zendframework/zend-diactoros": "~1.0"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., zendframework/zend-diactoros"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.0-dev",
|
|
|
|
|
"dev-develop": "1.1-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Zend\\Stratigility\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"description": "Middleware for PHP",
|
|
|
|
|
"homepage": "https://github.com/zendframework/zend-stratigility",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http",
|
|
|
|
|
"middleware",
|
|
|
|
|
"psr-7"
|
|
|
|
|
],
|
|
|
|
|
"time": "2015-05-21 17:29:52"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"packages-dev": [
|
|
|
|
|