2019-01-04 03:59:05 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2019-01-29 10:58:58 +00:00
|
|
|
"content-hash": "dcf38bcb34b2690d5c6cdd46c9cb1280",
|
2019-01-04 03:59:05 +00:00
|
|
|
"packages": [
|
2019-01-05 03:25:30 +00:00
|
|
|
{
|
|
|
|
"name": "doctrine/inflector",
|
|
|
|
"version": "v1.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
|
|
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
|
|
|
|
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
|
"homepage": "http://www.doctrine-project.org",
|
|
|
|
"keywords": [
|
|
|
|
"inflection",
|
|
|
|
"pluralize",
|
|
|
|
"singularize",
|
|
|
|
"string"
|
|
|
|
],
|
|
|
|
"time": "2018-01-09T20:05:19+00:00"
|
|
|
|
},
|
2019-01-04 03:59:05 +00:00
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
|
"version": "6.3.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
|
|
|
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/promises": "^1.0",
|
|
|
|
"guzzlehttp/psr7": "^1.4",
|
|
|
|
"php": ">=5.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
|
|
|
|
"psr/log": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "Required for using the Log middleware"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "6.3-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": "2018-04-22T15:46:56+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/promises",
|
|
|
|
"version": "v1.3.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
|
|
|
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4-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-12-20T10:07:11+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
|
"version": "1.5.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
|
|
"reference": "9f83dded91781a01c63574e387eaa769be769115"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
|
|
|
|
"reference": "9f83dded91781a01c63574e387eaa769be769115",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"psr/http-message": "~1.0",
|
|
|
|
"ralouphie/getallheaders": "^2.0.5"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.5-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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response",
|
|
|
|
"stream",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
|
|
|
"time": "2018-12-04T20:46:45+00:00"
|
|
|
|
},
|
|
|
|
{
|
2019-01-05 03:25:30 +00:00
|
|
|
"name": "illuminate/contracts",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v5.7.20",
|
2019-01-04 03:59:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-01-05 03:25:30 +00:00
|
|
|
"url": "https://github.com/illuminate/contracts.git",
|
|
|
|
"reference": "758927e5e925c1d442a1faaa1356675ceba0194c"
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-05 03:25:30 +00:00
|
|
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/758927e5e925c1d442a1faaa1356675ceba0194c",
|
|
|
|
"reference": "758927e5e925c1d442a1faaa1356675ceba0194c",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"require": {
|
2019-01-05 03:25:30 +00:00
|
|
|
"php": "^7.1.3",
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
"psr/simple-cache": "^1.0"
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2019-01-05 03:25:30 +00:00
|
|
|
"dev-master": "5.7-dev"
|
2019-01-04 03:59:05 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2019-01-05 03:25:30 +00:00
|
|
|
"Illuminate\\Contracts\\": ""
|
2019-01-04 03:59:05 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-01-05 03:25:30 +00:00
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
2019-01-04 03:59:05 +00:00
|
|
|
}
|
|
|
|
],
|
2019-01-05 03:25:30 +00:00
|
|
|
"description": "The Illuminate Contracts package.",
|
|
|
|
"homepage": "https://laravel.com",
|
|
|
|
"time": "2018-11-15T13:49:08+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/filesystem",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v5.7.20",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/filesystem.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "19ba2ac5f85b7505d7c2bf6307d10633f9f3c6b0"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/19ba2ac5f85b7505d7c2bf6307d10633f9f3c6b0",
|
|
|
|
"reference": "19ba2ac5f85b7505d7c2bf6307d10633f9f3c6b0",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"illuminate/contracts": "5.7.*",
|
|
|
|
"illuminate/support": "5.7.*",
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/finder": "^4.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"league/flysystem": "Required to use the Flysystem local and FTP drivers (^1.0).",
|
|
|
|
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
|
|
|
|
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
|
|
|
|
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
|
|
|
|
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0)."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Filesystem\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
2019-01-04 03:59:05 +00:00
|
|
|
],
|
2019-01-05 03:25:30 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Filesystem package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2018-12-28T14:33:29+00:00"
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
{
|
2019-01-05 03:25:30 +00:00
|
|
|
"name": "illuminate/http",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v5.7.20",
|
2019-01-04 03:59:05 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-01-05 03:25:30 +00:00
|
|
|
"url": "https://github.com/illuminate/http.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "4592866213f7283a345aae2b04d0685450fd2d73"
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/illuminate/http/zipball/4592866213f7283a345aae2b04d0685450fd2d73",
|
|
|
|
"reference": "4592866213f7283a345aae2b04d0685450fd2d73",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"require": {
|
2019-01-05 03:25:30 +00:00
|
|
|
"illuminate/session": "5.7.*",
|
|
|
|
"illuminate/support": "5.7.*",
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/http-foundation": "^4.1",
|
|
|
|
"symfony/http-kernel": "^4.1"
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
2019-01-05 03:25:30 +00:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Http\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Http package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-04T23:18:04+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/session",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v5.7.20",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/session.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "7e2a7bcf01a16e03c2f97bffccc7e7f0fd0ed9da"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/illuminate/session/zipball/7e2a7bcf01a16e03c2f97bffccc7e7f0fd0ed9da",
|
|
|
|
"reference": "7e2a7bcf01a16e03c2f97bffccc7e7f0fd0ed9da",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"illuminate/contracts": "5.7.*",
|
|
|
|
"illuminate/filesystem": "5.7.*",
|
|
|
|
"illuminate/support": "5.7.*",
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/finder": "^4.1",
|
|
|
|
"symfony/http-foundation": "^4.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"illuminate/console": "Required to use the session:table command (5.7.*)."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.7-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Session\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Session package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-01T13:45:22+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/support",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v5.7.20",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/support.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/illuminate/support/zipball/ea3f30dd824bba52bcff4290dc7431b0ffb478e1",
|
|
|
|
"reference": "ea3f30dd824bba52bcff4290dc7431b0ffb478e1",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/inflector": "^1.1",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"illuminate/contracts": "5.7.*",
|
|
|
|
"nesbot/carbon": "^1.26.3",
|
|
|
|
"php": "^7.1.3"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"tightenco/collect": "<5.5.33"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"illuminate/filesystem": "Required to use the composer class (5.7.*).",
|
|
|
|
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
|
|
|
|
"ramsey/uuid": "Required to use Str::uuid() (^3.7).",
|
|
|
|
"symfony/process": "Required to use the composer class (^4.1).",
|
|
|
|
"symfony/var-dumper": "Required to use the dd function (^4.1)."
|
2019-01-04 03:59:05 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
2019-01-05 03:25:30 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.7-dev"
|
|
|
|
}
|
|
|
|
},
|
2019-01-04 03:59:05 +00:00
|
|
|
"autoload": {
|
2019-01-05 03:25:30 +00:00
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Support\\": ""
|
|
|
|
},
|
2019-01-04 03:59:05 +00:00
|
|
|
"files": [
|
2019-01-05 03:25:30 +00:00
|
|
|
"helpers.php"
|
2019-01-04 03:59:05 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2019-01-05 03:25:30 +00:00
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
2019-01-04 03:59:05 +00:00
|
|
|
}
|
|
|
|
],
|
2019-01-05 03:25:30 +00:00
|
|
|
"description": "The Illuminate Support package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-07T13:39:07+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
2019-01-29 10:58:58 +00:00
|
|
|
{
|
|
|
|
"name": "influxdb/influxdb-php",
|
|
|
|
"version": "1.14.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/influxdata/influxdb-php.git",
|
|
|
|
"reference": "570bd5cdedb9b1c1628dceea5785bc40e08f7e48"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/570bd5cdedb9b1c1628dceea5785bc40e08f7e48",
|
|
|
|
"reference": "570bd5cdedb9b1c1628dceea5785bc40e08f7e48",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
|
|
"php": "^5.5 || ^7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^5.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"stefanotorresi/influxdb-php-async": "An asyncronous client for InfluxDB, implemented via ReactPHP."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"InfluxDB\\": "src/InfluxDB"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Gianluca Arbezzano",
|
|
|
|
"email": "gianarb92@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Martinez",
|
|
|
|
"email": "danimartcas@hotmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Stephen Hoogendijk",
|
|
|
|
"email": "stephen@tca0.nl"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "InfluxDB client library for PHP",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"influxdata",
|
|
|
|
"influxdb",
|
|
|
|
"influxdb class",
|
|
|
|
"influxdb client",
|
|
|
|
"influxdb library",
|
|
|
|
"time series"
|
|
|
|
],
|
|
|
|
"time": "2018-07-06T10:13:39+00:00"
|
|
|
|
},
|
2019-01-14 07:47:37 +00:00
|
|
|
{
|
|
|
|
"name": "itxq/api-doc-php",
|
|
|
|
"version": "v1.1.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/itxq/api-doc-php.git",
|
|
|
|
"reference": "79ac71cf09da49491cfb92722d6f6e13ad8f6482"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/itxq/api-doc-php/zipball/79ac71cf09da49491cfb92722d6f6e13ad8f6482",
|
|
|
|
"reference": "79ac71cf09da49491cfb92722d6f6e13ad8f6482",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"itxq\\apidoc\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"Apache-2.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "IT小强xqitw.cn",
|
|
|
|
"email": "360237521@qq.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "api-doc-php",
|
|
|
|
"time": "2018-06-24T04:20:25+00:00"
|
|
|
|
},
|
2019-01-10 03:49:10 +00:00
|
|
|
{
|
|
|
|
"name": "monolog/monolog",
|
|
|
|
"version": "1.24.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
|
|
"graylog2/gelf-php": "~1.0",
|
|
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
|
|
"php-console/php-console": "^3.1.3",
|
|
|
|
"phpunit/phpunit": "~4.5",
|
|
|
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
|
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
|
|
"sentry/sentry": "^0.13",
|
|
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Monolog\\": "src/Monolog"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jordi Boggiano",
|
|
|
|
"email": "j.boggiano@seld.be",
|
|
|
|
"homepage": "http://seld.be"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"time": "2018-11-05T09:00:11+00:00"
|
|
|
|
},
|
2019-01-05 03:25:30 +00:00
|
|
|
{
|
|
|
|
"name": "nesbot/carbon",
|
|
|
|
"version": "1.36.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
|
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
|
|
|
|
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.9",
|
|
|
|
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
|
|
|
|
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"laravel": {
|
|
|
|
"providers": [
|
|
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Brian Nesbitt",
|
|
|
|
"email": "brian@nesbot.com",
|
|
|
|
"homepage": "http://nesbot.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A simple API extension for DateTime.",
|
|
|
|
"homepage": "http://carbon.nesbot.com",
|
|
|
|
"keywords": [
|
|
|
|
"date",
|
|
|
|
"datetime",
|
|
|
|
"time"
|
|
|
|
],
|
|
|
|
"time": "2018-12-28T10:07:33+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
|
|
|
"time": "2017-02-14T16:28:37+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",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"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.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
|
|
|
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
|
|
|
"time": "2018-11-20T15:27:04+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/simple-cache",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\SimpleCache\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interfaces for simple caching",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"caching",
|
|
|
|
"psr",
|
|
|
|
"psr-16",
|
|
|
|
"simple-cache"
|
|
|
|
],
|
|
|
|
"time": "2017-10-23T01:57:42+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ralouphie/getallheaders",
|
|
|
|
"version": "2.0.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
|
|
|
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~3.7.0",
|
|
|
|
"satooshi/php-coveralls": ">=1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/getallheaders.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Ralph Khattar",
|
|
|
|
"email": "ralph.khattar@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A polyfill for getallheaders.",
|
|
|
|
"time": "2016-02-11T07:05:27+00:00"
|
|
|
|
},
|
|
|
|
{
|
2019-01-16 07:49:07 +00:00
|
|
|
"name": "symfony/contracts",
|
|
|
|
"version": "v1.0.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-01-16 07:49:07 +00:00
|
|
|
"url": "https://github.com/symfony/contracts.git",
|
|
|
|
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-16 07:49:07 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
|
|
|
|
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
2019-01-16 07:49:07 +00:00
|
|
|
"php": "^7.1.3"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-01-16 07:49:07 +00:00
|
|
|
"psr/cache": "^1.0",
|
|
|
|
"psr/container": "^1.0"
|
2019-01-14 09:03:45 +00:00
|
|
|
},
|
2019-01-16 07:49:07 +00:00
|
|
|
"suggest": {
|
|
|
|
"psr/cache": "When using the Cache contracts",
|
|
|
|
"psr/container": "When using the Service contracts",
|
|
|
|
"symfony/cache-contracts-implementation": "",
|
|
|
|
"symfony/service-contracts-implementation": "",
|
|
|
|
"symfony/translation-contracts-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
2019-01-05 03:25:30 +00:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"**/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A set of abstractions extracted out of the Symfony components",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"time": "2018-12-05T08:06:11+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/debug",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v4.2.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/debug.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
|
|
|
|
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/http-kernel": "<3.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/http-kernel": "~3.4|~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Debug\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Debug Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-03T09:07:35+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v4.2.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
|
|
|
|
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/contracts": "^1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~3.4|~4.0",
|
|
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
|
|
"symfony/expression-language": "~3.4|~4.0",
|
|
|
|
"symfony/stopwatch": "~3.4|~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/http-kernel": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony EventDispatcher Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-05T16:37:49+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v4.2.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
|
|
|
|
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Finder Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-03T09:07:35+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-foundation",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v4.2.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "a633d422a09242064ba24e44a6e1494c5126de86"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
|
|
|
|
"reference": "a633d422a09242064ba24e44a6e1494c5126de86",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/polyfill-mbstring": "~1.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"predis/predis": "~1.0",
|
|
|
|
"symfony/expression-language": "~3.4|~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpFoundation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-05T16:37:49+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-kernel",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v4.2.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/http-kernel.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b",
|
|
|
|
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/contracts": "^1.0.2",
|
|
|
|
"symfony/debug": "~3.4|~4.0",
|
|
|
|
"symfony/event-dispatcher": "~4.1",
|
|
|
|
"symfony/http-foundation": "^4.1.1",
|
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<3.4",
|
|
|
|
"symfony/dependency-injection": "<4.2",
|
|
|
|
"symfony/translation": "<4.2",
|
|
|
|
"symfony/var-dumper": "<4.1.1",
|
|
|
|
"twig/twig": "<1.34|<2.4,>=2"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/cache": "~1.0",
|
|
|
|
"symfony/browser-kit": "~3.4|~4.0",
|
|
|
|
"symfony/config": "~3.4|~4.0",
|
|
|
|
"symfony/console": "~3.4|~4.0",
|
|
|
|
"symfony/css-selector": "~3.4|~4.0",
|
|
|
|
"symfony/dependency-injection": "^4.2",
|
|
|
|
"symfony/dom-crawler": "~3.4|~4.0",
|
|
|
|
"symfony/expression-language": "~3.4|~4.0",
|
|
|
|
"symfony/finder": "~3.4|~4.0",
|
|
|
|
"symfony/process": "~3.4|~4.0",
|
|
|
|
"symfony/routing": "~3.4|~4.0",
|
|
|
|
"symfony/stopwatch": "~3.4|~4.0",
|
|
|
|
"symfony/templating": "~3.4|~4.0",
|
|
|
|
"symfony/translation": "~4.2",
|
|
|
|
"symfony/var-dumper": "^4.1.1"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/browser-kit": "",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/console": "",
|
|
|
|
"symfony/dependency-injection": "",
|
|
|
|
"symfony/var-dumper": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony HttpKernel Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-06T16:19:23+00:00"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
|
"version": "v1.10.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
|
|
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.9-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Gert de Pagter",
|
2019-01-29 10:58:58 +00:00
|
|
|
"email": "backendtea@gmail.com"
|
2019-01-05 03:25:30 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for ctype functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"ctype",
|
|
|
|
"polyfill",
|
|
|
|
"portable"
|
|
|
|
],
|
|
|
|
"time": "2018-08-06T14:22:27+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
|
"version": "v1.10.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
|
|
|
|
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.9-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"mbstring",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"time": "2018-09-21T13:07:52+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/translation",
|
2019-01-14 07:41:18 +00:00
|
|
|
"version": "v4.2.2",
|
2019-01-05 03:25:30 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/translation.git",
|
2019-01-14 07:41:18 +00:00
|
|
|
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0"
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2019-01-14 07:41:18 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
|
|
|
|
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
|
2019-01-10 03:49:10 +00:00
|
|
|
"shasum": "",
|
|
|
|
"mirrors": [
|
|
|
|
{
|
|
|
|
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
"preferred": true
|
|
|
|
}
|
|
|
|
]
|
2019-01-05 03:25:30 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.1.3",
|
|
|
|
"symfony/contracts": "^1.0.2",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<3.4",
|
|
|
|
"symfony/dependency-injection": "<3.4",
|
|
|
|
"symfony/yaml": "<3.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"symfony/translation-contracts-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~3.4|~4.0",
|
|
|
|
"symfony/console": "~3.4|~4.0",
|
|
|
|
"symfony/dependency-injection": "~3.4|~4.0",
|
|
|
|
"symfony/finder": "~2.8|~3.0|~4.0",
|
|
|
|
"symfony/intl": "~3.4|~4.0",
|
|
|
|
"symfony/yaml": "~3.4|~4.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log-implementation": "To use logging capability in translator",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Translation\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony Translation Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2019-01-14 07:41:18 +00:00
|
|
|
"time": "2019-01-03T09:07:35+00:00"
|
2019-01-04 03:59:05 +00:00
|
|
|
}
|
|
|
|
],
|
2019-01-14 07:47:37 +00:00
|
|
|
"packages-dev": [],
|
2019-01-04 03:59:05 +00:00
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|