php-alert-client/composer.lock

2078 lines
72 KiB
Plaintext
Raw Permalink Normal View History

2018-05-08 07:35:56 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-07-02 08:33:40 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2018-05-08 07:35:56 +00:00
"This file is @generated automatically"
],
2019-02-26 05:11:55 +00:00
"content-hash": "ff9203293e7978ba588135c0b81d5960",
2018-05-08 07:35:56 +00:00
"packages": [
{
"name": "doctrine/inflector",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
},
"dist": {
"type": "zip",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
2018-05-08 07:35:56 +00:00
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2018-05-08 07:35:56 +00:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2018-05-08 07:35:56 +00:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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",
2019-07-02 08:33:40 +00:00
"version": "1.6.0",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2019-07-02 08:33:40 +00:00
"reference": "dc784032a3f6f4e7a4b882e272b771f6fe4c37cf"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc784032a3f6f4e7a4b882e272b771f6fe4c37cf",
"reference": "dc784032a3f6f4e7a4b882e272b771f6fe4c37cf",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": ">=5.4.0",
2019-02-25 03:27:28 +00:00
"psr/http-message": "~1.0",
2019-07-02 08:33:40 +00:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2018-05-08 07:35:56 +00:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2019-07-02 08:33:40 +00:00
"ext-zlib": "*",
2019-02-25 03:27:28 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2018-05-08 07:35:56 +00:00
},
2019-07-02 08:33:40 +00:00
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
2018-05-08 07:35:56 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "1.6-dev"
2018-05-08 07:35:56 +00:00
}
},
"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",
2019-02-25 03:27:28 +00:00
"psr-7",
2018-05-08 07:35:56 +00:00
"request",
"response",
"stream",
"uri",
"url"
],
2019-07-02 08:33:40 +00:00
"time": "2019-06-30T00:37:05+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "illuminate/contracts",
2019-07-02 08:33:40 +00:00
"version": "v5.8.24",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2019-07-02 08:33:40 +00:00
"reference": "33b4e0ffb89eb2216c764235c9e95fed1f3fab82"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/33b4e0ffb89eb2216c764235c9e95fed1f3fab82",
"reference": "33b4e0ffb89eb2216c764235c9e95fed1f3fab82",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": "^7.1.3",
2019-02-25 03:27:28 +00:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "5.8-dev"
2018-05-08 07:35:56 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2019-07-02 08:33:40 +00:00
"time": "2019-06-11T14:00:26+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "illuminate/filesystem",
2019-07-02 08:33:40 +00:00
"version": "v5.8.24",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
2019-07-02 08:33:40 +00:00
"reference": "3934079a1a68d81084c12b82e962cb23555f4b2e"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/3934079a1a68d81084c12b82e962cb23555f4b2e",
"reference": "3934079a1a68d81084c12b82e962cb23555f4b2e",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"illuminate/contracts": "5.8.*",
"illuminate/support": "5.8.*",
2018-05-08 07:35:56 +00:00
"php": "^7.1.3",
2019-07-02 08:33:40 +00:00
"symfony/finder": "^4.2"
2018-05-08 07:35:56 +00:00
},
"suggest": {
2019-02-25 03:27:28 +00:00
"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)."
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "5.8-dev"
2018-05-08 07:35:56 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Filesystem\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com",
2019-07-02 08:33:40 +00:00
"time": "2019-06-04T14:33:55+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "illuminate/http",
2019-07-02 08:33:40 +00:00
"version": "v5.8.24",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/http.git",
2019-07-02 08:33:40 +00:00
"reference": "597fd8923080117cda4af2aa878e88cef5624840"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/illuminate/http/zipball/597fd8923080117cda4af2aa878e88cef5624840",
"reference": "597fd8923080117cda4af2aa878e88cef5624840",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"ext-json": "*",
"illuminate/session": "5.8.*",
"illuminate/support": "5.8.*",
2018-05-08 07:35:56 +00:00
"php": "^7.1.3",
2019-07-02 08:33:40 +00:00
"symfony/http-foundation": "^4.2",
"symfony/http-kernel": "^4.2"
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "5.8-dev"
2018-05-08 07:35:56 +00:00
}
},
"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-07-02 08:33:40 +00:00
"time": "2019-06-11T19:01:45+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "illuminate/session",
2019-07-02 08:33:40 +00:00
"version": "v5.8.24",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/session.git",
2019-07-02 08:33:40 +00:00
"reference": "762eadf940439344a34acdcf2c31efd0deb9b9ac"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/illuminate/session/zipball/762eadf940439344a34acdcf2c31efd0deb9b9ac",
"reference": "762eadf940439344a34acdcf2c31efd0deb9b9ac",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"ext-json": "*",
"illuminate/contracts": "5.8.*",
"illuminate/filesystem": "5.8.*",
"illuminate/support": "5.8.*",
2018-05-08 07:35:56 +00:00
"php": "^7.1.3",
2019-07-02 08:33:40 +00:00
"symfony/finder": "^4.2",
"symfony/http-foundation": "^4.2"
2018-05-08 07:35:56 +00:00
},
"suggest": {
2019-07-02 08:33:40 +00:00
"illuminate/console": "Required to use the session:table command (5.8.*)."
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "5.8-dev"
2018-05-08 07:35:56 +00:00
}
},
"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-07-02 08:33:40 +00:00
"time": "2019-06-05T13:03:53+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "illuminate/support",
2019-07-02 08:33:40 +00:00
"version": "v5.8.24",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2019-07-02 08:33:40 +00:00
"reference": "b05653f5ecce996734d3facd06a81aff504b6a2f"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/illuminate/support/zipball/b05653f5ecce996734d3facd06a81aff504b6a2f",
"reference": "b05653f5ecce996734d3facd06a81aff504b6a2f",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
2019-02-25 03:27:28 +00:00
"doctrine/inflector": "^1.1",
2019-07-02 08:33:40 +00:00
"ext-json": "*",
2018-05-08 07:35:56 +00:00
"ext-mbstring": "*",
2019-07-02 08:33:40 +00:00
"illuminate/contracts": "5.8.*",
"nesbot/carbon": "^1.26.3 || ^2.0",
2018-05-08 07:35:56 +00:00
"php": "^7.1.3"
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"suggest": {
2019-07-02 08:33:40 +00:00
"illuminate/filesystem": "Required to use the composer class (5.8.*).",
2019-02-25 03:27:28 +00:00
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).",
2019-07-02 08:33:40 +00:00
"symfony/process": "Required to use the composer class (^4.2).",
"symfony/var-dumper": "Required to use the dd function (^4.2).",
"vlucas/phpdotenv": "Required to use the env helper (^3.3)."
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "5.8-dev"
2018-05-08 07:35:56 +00:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2019-07-02 08:33:40 +00:00
"time": "2019-06-19T14:12:17+00:00"
2019-02-25 03:27:28 +00:00
},
{
"name": "influxdb/influxdb-php",
2019-07-02 08:33:40 +00:00
"version": "1.15.0",
2019-02-25 03:27:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/influxdata/influxdb-php.git",
2019-07-02 08:33:40 +00:00
"reference": "bf3415f81962e1ab8c939bc1a08a85f500bead35"
2019-02-25 03:27:28 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/influxdata/influxdb-php/zipball/bf3415f81962e1ab8c939bc1a08a85f500bead35",
"reference": "bf3415f81962e1ab8c939bc1a08a85f500bead35",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2019-02-25 03:27:28 +00:00
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": "^5.5 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
2019-07-02 08:33:40 +00:00
"ext-curl": "Curl extension, needed for Curl driver",
2019-02-25 03:27:28 +00:00
"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"
],
2019-07-02 08:33:40 +00:00
"time": "2019-05-30T00:15:14+00:00"
2019-02-25 03:27:28 +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",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2019-02-25 03:27:28 +00:00
},
"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"
},
{
"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",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2019-02-25 03:27:28 +00:00
},
"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"
2018-05-08 07:35:56 +00:00
},
{
"name": "nesbot/carbon",
2019-07-02 08:33:40 +00:00
"version": "2.20.0",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2019-07-02 08:33:40 +00:00
"reference": "bc671b896c276795fad8426b0aa24e8ade0f2498"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bc671b896c276795fad8426b0aa24e8ade0f2498",
"reference": "bc671b896c276795fad8426b0aa24e8ade0f2498",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/translation": "^3.4 || ^4.0"
2018-05-08 07:35:56 +00:00
},
"require-dev": {
2019-07-02 08:33:40 +00:00
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^1.1",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
2019-02-25 03:27:28 +00:00
},
2018-05-08 07:35:56 +00:00
"type": "library",
2019-02-25 03:27:28 +00:00
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
}
},
2018-05-08 07:35:56 +00:00
"autoload": {
"psr-4": {
2019-07-02 08:33:40 +00:00
"Carbon\\": "src/Carbon/"
2018-05-08 07:35:56 +00:00
}
},
"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"
],
2019-07-02 08:33:40 +00:00
"time": "2019-06-25T10:00:57+00:00"
2019-02-25 03:27:28 +00:00
},
{
"name": "paidian/json-rpc",
2019-07-02 08:33:40 +00:00
"version": "v1.3.4",
2019-02-25 03:27:28 +00:00
"source": {
"type": "git",
"url": "git@git.int.haowumc.com:composer/php-json-rpc.git",
2019-07-02 08:33:40 +00:00
"reference": "ac3f7bb7378f7692da43f8b54821848605281a6d"
2019-02-25 03:27:28 +00:00
},
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/http": "^5.5",
"illuminate/support": "^5.5",
"influxdb/influxdb-php": "^1.14",
"itxq/api-doc-php": "^1.1",
"monolog/monolog": "^1.24"
},
"type": "library",
"autoload": {
"psr-4": {
"JsonRpc\\": "src/"
}
},
"description": "json rpc server/client.",
2019-07-02 08:33:40 +00:00
"time": "2019-04-23T07:17:14+00:00"
2018-05-08 07:35:56 +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",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2018-05-08 07:35:56 +00:00
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2018-05-08 07:35:56 +00:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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",
2019-02-25 03:27:28 +00:00
"version": "1.1.0",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2019-02-25 03:27:28 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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"
],
2019-02-25 03:27:28 +00:00
"time": "2018-11-20T15:27:04+00:00"
2018-05-08 07:35:56 +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",
2019-02-25 03:27:28 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2018-05-08 07:35:56 +00:00
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2019-07-02 08:33:40 +00:00
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +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"
},
2019-02-25 03:27:28 +00:00
{
"name": "ralouphie/getallheaders",
2019-07-02 08:33:40 +00:00
"version": "3.0.3",
2019-02-25 03:27:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-07-02 08:33:40 +00:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2019-02-25 03:27:28 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2019-02-25 03:27:28 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"php": ">=5.6"
2019-02-25 03:27:28 +00:00
},
"require-dev": {
2019-07-02 08:33:40 +00:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2019-02-25 03:27:28 +00:00
},
"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.",
2019-07-02 08:33:40 +00:00
"time": "2019-03-08T08:55:37+00:00"
2019-02-25 03:27:28 +00:00
},
{
2019-07-02 08:33:40 +00:00
"name": "symfony/debug",
"version": "v4.3.2",
2019-02-25 03:27:28 +00:00
"source": {
"type": "git",
2019-07-02 08:33:40 +00:00
"url": "https://github.com/symfony/debug.git",
"reference": "d8f4fb38152e0eb6a433705e5f661d25b32c5fcd"
2019-02-25 03:27:28 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/d8f4fb38152e0eb6a433705e5f661d25b32c5fcd",
"reference": "d8f4fb38152e0eb6a433705e5f661d25b32c5fcd",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2019-02-25 03:27:28 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"php": "^7.1.3",
"psr/log": "~1.0"
2019-02-25 03:27:28 +00:00
},
2019-07-02 08:33:40 +00:00
"conflict": {
"symfony/http-kernel": "<3.4"
2019-02-25 03:27:28 +00:00
},
2019-07-02 08:33:40 +00:00
"require-dev": {
"symfony/http-kernel": "~3.4|~4.0"
2019-02-25 03:27:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "4.3-dev"
2019-02-25 03:27:28 +00:00
}
},
"autoload": {
"psr-4": {
2019-07-02 08:33:40 +00:00
"Symfony\\Component\\Debug\\": ""
2019-02-25 03:27:28 +00:00
},
"exclude-from-classmap": [
2019-07-02 08:33:40 +00:00
"/Tests/"
2019-02-25 03:27:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-02 08:33:40 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2019-02-25 03:27:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-07-02 08:33:40 +00:00
"description": "Symfony Debug Component",
2019-02-25 03:27:28 +00:00
"homepage": "https://symfony.com",
2019-07-02 08:33:40 +00:00
"time": "2019-06-19T15:27:09+00:00"
2019-02-25 03:27:28 +00:00
},
2018-05-08 07:35:56 +00:00
{
2019-07-02 08:33:40 +00:00
"name": "symfony/event-dispatcher",
"version": "v4.3.2",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
2019-07-02 08:33:40 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "d257021c1ab28d48d24a16de79dfab445ce93398"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d257021c1ab28d48d24a16de79dfab445ce93398",
"reference": "d257021c1ab28d48d24a16de79dfab445ce93398",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": "^7.1.3",
2019-07-02 08:33:40 +00:00
"symfony/event-dispatcher-contracts": "^1.1"
2018-05-08 07:35:56 +00:00
},
"conflict": {
2019-07-02 08:33:40 +00:00
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
2018-05-08 07:35:56 +00:00
},
"require-dev": {
2019-07-02 08:33:40 +00:00
"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/http-foundation": "^3.4|^4.0",
"symfony/service-contracts": "^1.1",
"symfony/stopwatch": "~3.4|~4.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "4.3-dev"
2018-05-08 07:35:56 +00:00
}
},
"autoload": {
"psr-4": {
2019-07-02 08:33:40 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2018-05-08 07:35:56 +00:00
},
"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"
}
],
2019-07-02 08:33:40 +00:00
"description": "Symfony EventDispatcher Component",
2018-05-08 07:35:56 +00:00
"homepage": "https://symfony.com",
2019-07-02 08:33:40 +00:00
"time": "2019-06-13T11:03:18+00:00"
2018-05-08 07:35:56 +00:00
},
{
2019-07-02 08:33:40 +00:00
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.5",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
2019-07-02 08:33:40 +00:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
"reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
2019-07-02 08:33:40 +00:00
"php": "^7.1.3"
2018-05-08 07:35:56 +00:00
},
"suggest": {
2019-07-02 08:33:40 +00:00
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
2018-05-08 07:35:56 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "1.1-dev"
2018-05-08 07:35:56 +00:00
}
},
"autoload": {
"psr-4": {
2019-07-02 08:33:40 +00:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2018-05-08 07:35:56 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-07-02 08:33:40 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2018-05-08 07:35:56 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-07-02 08:33:40 +00:00
"description": "Generic abstractions related to dispatching event",
2018-05-08 07:35:56 +00:00
"homepage": "https://symfony.com",
2019-07-02 08:33:40 +00:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-06-20T06:46:26+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "symfony/finder",
2019-07-02 08:33:40 +00:00
"version": "v4.3.2",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-07-02 08:33:40 +00:00
"reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a",
"reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "4.3-dev"
2018-05-08 07:35:56 +00:00
}
},
"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-07-02 08:33:40 +00:00
"time": "2019-06-13T11:03:18+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "symfony/http-foundation",
2019-07-02 08:33:40 +00:00
"version": "v4.3.2",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2019-07-02 08:33:40 +00:00
"reference": "e1b507fcfa4e87d192281774b5ecd4265370180d"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e1b507fcfa4e87d192281774b5ecd4265370180d",
"reference": "e1b507fcfa4e87d192281774b5ecd4265370180d",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": "^7.1.3",
2019-07-02 08:33:40 +00:00
"symfony/mime": "^4.3",
2018-05-08 07:35:56 +00:00
"symfony/polyfill-mbstring": "~1.1"
},
"require-dev": {
2019-02-25 03:27:28 +00:00
"predis/predis": "~1.0",
2018-05-08 07:35:56 +00:00
"symfony/expression-language": "~3.4|~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "4.3-dev"
2018-05-08 07:35:56 +00:00
}
},
"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-07-02 08:33:40 +00:00
"time": "2019-06-26T09:25:00+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "symfony/http-kernel",
2019-07-02 08:33:40 +00:00
"version": "v4.3.2",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2019-07-02 08:33:40 +00:00
"reference": "4150f71e27ed37a74700561b77e3dbd754cbb44d"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4150f71e27ed37a74700561b77e3dbd754cbb44d",
"reference": "4150f71e27ed37a74700561b77e3dbd754cbb44d",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": "^7.1.3",
"psr/log": "~1.0",
"symfony/debug": "~3.4|~4.0",
2019-07-02 08:33:40 +00:00
"symfony/event-dispatcher": "^4.3",
2019-02-25 03:27:28 +00:00
"symfony/http-foundation": "^4.1.1",
2019-07-02 08:33:40 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php73": "^1.9"
2018-05-08 07:35:56 +00:00
},
"conflict": {
2019-07-02 08:33:40 +00:00
"symfony/browser-kit": "<4.3",
2018-05-08 07:35:56 +00:00
"symfony/config": "<3.4",
2019-07-02 08:33:40 +00:00
"symfony/dependency-injection": "<4.3",
2019-02-25 03:27:28 +00:00
"symfony/translation": "<4.2",
"symfony/var-dumper": "<4.1.1",
2018-05-08 07:35:56 +00:00
"twig/twig": "<1.34|<2.4,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "~1.0",
2019-07-02 08:33:40 +00:00
"symfony/browser-kit": "^4.3",
2018-05-08 07:35:56 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
2019-07-02 08:33:40 +00:00
"symfony/dependency-injection": "^4.3",
2018-05-08 07:35:56 +00:00
"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",
2019-02-25 03:27:28 +00:00
"symfony/translation": "~4.2",
2019-07-02 08:33:40 +00:00
"symfony/translation-contracts": "^1.1",
"symfony/var-dumper": "^4.1.1",
"twig/twig": "^1.34|^2.4"
2018-05-08 07:35:56 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "4.3-dev"
2018-05-08 07:35:56 +00:00
}
},
"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-07-02 08:33:40 +00:00
"time": "2019-06-26T14:26:16+00:00"
},
{
"name": "symfony/mime",
"version": "v4.3.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/ec2c5565de60e03f33d4296a655e3273f0ad1f8b",
"reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"egulias/email-validator": "^2.0",
"symfony/dependency-injection": "~3.4|^4.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.3-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"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": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"time": "2019-06-04T09:22:54+00:00"
2019-02-25 03:27:28 +00:00
},
{
"name": "symfony/polyfill-ctype",
2019-07-02 08:33:40 +00:00
"version": "v1.11.0",
2019-02-25 03:27:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-07-02 08:33:40 +00:00
"reference": "82ebae02209c21113908c229e9883c419720738a"
2019-02-25 03:27:28 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
"reference": "82ebae02209c21113908c229e9883c419720738a",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2019-02-25 03:27:28 +00:00
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "1.11-dev"
2019-02-25 03:27:28 +00:00
}
},
"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",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2019-07-02 08:33:40 +00:00
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.9"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"time": "2019-03-04T13:44:35+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2019-07-02 08:33:40 +00:00
"version": "v1.11.0",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-07-02 08:33:40 +00:00
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
"reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-07-02 08:33:40 +00:00
"dev-master": "1.11-dev"
2018-05-08 07:35:56 +00:00
}
},
"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"
],
2019-07-02 08:33:40 +00:00
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"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 backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.11.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
"reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.11-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"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 backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2019-02-06T07:57:58+00:00"
2018-05-08 07:35:56 +00:00
},
{
"name": "symfony/translation",
2019-07-02 08:33:40 +00:00
"version": "v4.3.2",
2018-05-08 07:35:56 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2019-07-02 08:33:40 +00:00
"reference": "934ab1d18545149e012aa898cf02e9f23790f7a0"
2018-05-08 07:35:56 +00:00
},
"dist": {
"type": "zip",
2019-07-02 08:33:40 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/934ab1d18545149e012aa898cf02e9f23790f7a0",
"reference": "934ab1d18545149e012aa898cf02e9f23790f7a0",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
2018-05-08 07:35:56 +00:00
},
"require": {
"php": "^7.1.3",
2019-07-02 08:33:40 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.2"
2018-05-08 07:35:56 +00:00
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
2019-02-25 03:27:28 +00:00
"provide": {
2019-07-02 08:33:40 +00:00
"symfony/translation-implementation": "1.0"
2019-02-25 03:27:28 +00:00
},
2018-05-08 07:35:56 +00:00
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
2019-02-25 03:27:28 +00:00
"symfony/console": "~3.4|~4.0",
2018-05-08 07:35:56 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2019-07-02 08:33:40 +00:00
"symfony/http-kernel": "~3.4|~4.0",
2018-05-08 07:35:56 +00:00
"symfony/intl": "~3.4|~4.0",
2019-07-02 08:33:40 +00:00
"symfony/service-contracts": "^1.1.2",
"symfony/var-dumper": "~3.4|~4.0",
2018-05-08 07:35:56 +00:00
"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": {
2019-07-02 08:33:40 +00:00
"dev-master": "4.3-dev"
2018-05-08 07:35:56 +00:00
}
},
"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-07-02 08:33:40 +00:00
"time": "2019-06-13T11:03:18+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v1.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
"reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
"shasum": "",
"mirrors": [
{
"url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
"preferred": true
}
]
},
"require": {
"php": "^7.1.3"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-06-13T11:15:36+00:00"
2018-05-08 07:35:56 +00:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}