|
| xqd
@@ -4,8 +4,8 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "hash": "ed9df8b872992035f068a7fe461a635a",
|
|
|
- "content-hash": "76036da3b5b55b91dbe1e1affa01bf9e",
|
|
|
+ "hash": "e3308af55c7d18c0bc5b3579eebd4e76",
|
|
|
+ "content-hash": "073110096f2bec31e6b1586f21a8fb00",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "classpreloader/classpreloader",
|
|
| xqd
@@ -94,6 +94,76 @@
|
|
|
"description": "implementation of xdg base directory specification for php",
|
|
|
"time": "2014-10-24 07:27:01"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "doctrine/cache",
|
|
|
+ "version": "v1.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/cache.git",
|
|
|
+ "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
|
|
|
+ "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "~5.5|~7.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/common": ">2.2,<2.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8|~5.0",
|
|
|
+ "predis/predis": "~1.0",
|
|
|
+ "satooshi/php-coveralls": "~0.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.6.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Roman Borschel",
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jonathan Wage",
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Caching library offering an object-oriented API for many cache backends",
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-29 11:16:17"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "doctrine/inflector",
|
|
|
"version": "v1.1.0",
|
|
| xqd
@@ -161,6 +231,177 @@
|
|
|
],
|
|
|
"time": "2015-11-06 14:35:42"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
+ "version": "6.2.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
+ "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
|
|
|
+ "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "guzzlehttp/promises": "^1.0",
|
|
|
+ "guzzlehttp/psr7": "^1.3.1",
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "phpunit/phpunit": "^4.0",
|
|
|
+ "psr/log": "^1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "6.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Guzzle is a PHP HTTP client library",
|
|
|
+ "homepage": "http://guzzlephp.org/",
|
|
|
+ "keywords": [
|
|
|
+ "client",
|
|
|
+ "curl",
|
|
|
+ "framework",
|
|
|
+ "http",
|
|
|
+ "http client",
|
|
|
+ "rest",
|
|
|
+ "web service"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-08 15:01:37"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
+ "version": "1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/promises.git",
|
|
|
+ "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
|
|
|
+ "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Promise\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Guzzle promises library",
|
|
|
+ "keywords": [
|
|
|
+ "promise"
|
|
|
+ ],
|
|
|
+ "time": "2016-05-18 16:56:05"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "1.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
|
|
|
+ "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "psr/http-message": "~1.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Psr7\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 message implementation",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "stream",
|
|
|
+ "uri"
|
|
|
+ ],
|
|
|
+ "time": "2016-06-24 23:00:38"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "jakub-onderka/php-console-color",
|
|
|
"version": "0.1",
|
|
| xqd
@@ -737,6 +978,156 @@
|
|
|
],
|
|
|
"time": "2016-09-16 12:04:44"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "overtrue/laravel-wechat",
|
|
|
+ "version": "3.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/laravel-wechat.git",
|
|
|
+ "reference": "305b7510a3d5b10dc210a229208fd9965337d525"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/laravel-wechat/zipball/305b7510a3d5b10dc210a229208fd9965337d525",
|
|
|
+ "reference": "305b7510a3d5b10dc210a229208fd9965337d525",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "overtrue/wechat": "~3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Overtrue\\LaravelWechat\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "微信 SDK for Laravel",
|
|
|
+ "keywords": [
|
|
|
+ "laravel",
|
|
|
+ "sdk",
|
|
|
+ "wechat",
|
|
|
+ "weixin"
|
|
|
+ ],
|
|
|
+ "time": "2016-09-05 10:48:54"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/socialite",
|
|
|
+ "version": "1.0.18",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/socialite.git",
|
|
|
+ "reference": "f45a64720c5de067146ebd8645beecb72b18487c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/socialite/zipball/f45a64720c5de067146ebd8645beecb72b18487c",
|
|
|
+ "reference": "f45a64720c5de067146ebd8645beecb72b18487c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "guzzlehttp/guzzle": "~5.0|~6.0",
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~0.9",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Overtrue\\Socialite\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.",
|
|
|
+ "keywords": [
|
|
|
+ "login",
|
|
|
+ "oauth",
|
|
|
+ "qq",
|
|
|
+ "social",
|
|
|
+ "wechat",
|
|
|
+ "weibo"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-12 10:23:13"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "overtrue/wechat",
|
|
|
+ "version": "3.1.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/overtrue/wechat.git",
|
|
|
+ "reference": "ad8efe2e1b87e3798a5f9e4317334edb24a6fbc3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/overtrue/wechat/zipball/ad8efe2e1b87e3798a5f9e4317334edb24a6fbc3",
|
|
|
+ "reference": "ad8efe2e1b87e3798a5f9e4317334edb24a6fbc3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/cache": "~1.4",
|
|
|
+ "ext-openssl": "*",
|
|
|
+ "guzzlehttp/guzzle": "~6.2.1",
|
|
|
+ "monolog/monolog": "^1.17",
|
|
|
+ "overtrue/socialite": ">=1.0.7",
|
|
|
+ "php": ">=5.5.0",
|
|
|
+ "pimple/pimple": "~3.0",
|
|
|
+ "symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0",
|
|
|
+ "symfony/psr-http-message-bridge": "~0.3|^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^1.0@dev",
|
|
|
+ "overtrue/phplint": "dev-master",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "EasyWeChat\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/Payment/helpers.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "overtrue",
|
|
|
+ "email": "anzhengchao@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "微信SDK",
|
|
|
+ "keywords": [
|
|
|
+ "sdk",
|
|
|
+ "wechat",
|
|
|
+ "weixin",
|
|
|
+ "weixin-sdk"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-26 06:02:41"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "paragonie/random_compat",
|
|
|
"version": "v2.0.3",
|
|
| xqd
@@ -785,6 +1176,102 @@
|
|
|
],
|
|
|
"time": "2016-10-17 15:23:22"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "pimple/pimple",
|
|
|
+ "version": "v3.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/silexphp/Pimple.git",
|
|
|
+ "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
|
+ "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Pimple": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Pimple, a simple Dependency Injection Container",
|
|
|
+ "homepage": "http://pimple.sensiolabs.org",
|
|
|
+ "keywords": [
|
|
|
+ "container",
|
|
|
+ "dependency injection"
|
|
|
+ ],
|
|
|
+ "time": "2015-09-11 15:10:35"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "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-06 14:39:51"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/log",
|
|
|
"version": "1.0.2",
|
|
| xqd
@@ -1615,6 +2102,66 @@
|
|
|
"homepage": "https://symfony.com",
|
|
|
"time": "2016-09-29 14:13:09"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/psr-http-message-bridge",
|
|
|
+ "version": "v1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/psr-http-message-bridge.git",
|
|
|
+ "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/66085f246d3893cbdbcec5f5ad15ac60546cf0de",
|
|
|
+ "reference": "66085f246d3893cbdbcec5f5ad15ac60546cf0de",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "psr/http-message": "~1.0",
|
|
|
+ "symfony/http-foundation": "~2.3|~3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/phpunit-bridge": "~2.7|~3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/http-message-implementation": "To use the HttpFoundation factory",
|
|
|
+ "zendframework/zend-diactoros": "To use the Zend Diactoros factory"
|
|
|
+ },
|
|
|
+ "type": "symfony-bridge",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Bridge\\PsrHttpMessage\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "http://symfony.com/contributors"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR HTTP message bridge",
|
|
|
+ "homepage": "http://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr-7"
|
|
|
+ ],
|
|
|
+ "time": "2016-09-14 18:37:20"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/routing",
|
|
|
"version": "v3.1.6",
|