2017-08-14 16:49:04 +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"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"hash": "35f3b333ec7c89d8bef3ff8bac6eef61",
|
|
|
|
"content-hash": "b3718dd9de9285dd5e966d4ac8de92d6",
|
2017-08-14 16:49:04 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "doctrine/inflector",
|
|
|
|
"version": "v1.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
|
|
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
|
|
|
|
"reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.2"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.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"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-07-22 12:18:28"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/guzzle",
|
|
|
|
"version": "6.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
|
|
|
|
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"guzzlehttp/promises": "^1.0",
|
|
|
|
"guzzlehttp/psr7": "^1.4",
|
|
|
|
"php": ">=5.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0",
|
|
|
|
"psr/log": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "Required for using the Log middleware"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "6.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
|
|
"homepage": "http://guzzlephp.org/",
|
|
|
|
"keywords": [
|
|
|
|
"client",
|
|
|
|
"curl",
|
|
|
|
"framework",
|
|
|
|
"http",
|
|
|
|
"http client",
|
|
|
|
"rest",
|
|
|
|
"web service"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-06-22 18:50:49"
|
2017-08-14 16:49:04 +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",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2016-12-20 10:07:11"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
|
"version": "1.4.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
|
|
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
|
|
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions_include.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Dowling",
|
|
|
|
"email": "mtdowling@gmail.com",
|
|
|
|
"homepage": "https://github.com/mtdowling"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Tobias Schultze",
|
|
|
|
"homepage": "https://github.com/Tobion"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"message",
|
|
|
|
"request",
|
|
|
|
"response",
|
|
|
|
"stream",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-03-20 17:10:46"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/console",
|
|
|
|
"version": "v5.4.27",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/console.git",
|
|
|
|
"reference": "bdc5c6f53cb474e2aeec46b6a9999fcedfb62a4e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/illuminate/console/zipball/bdc5c6f53cb474e2aeec46b6a9999fcedfb62a4e",
|
|
|
|
"reference": "bdc5c6f53cb474e2aeec46b6a9999fcedfb62a4e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"illuminate/contracts": "5.4.*",
|
|
|
|
"illuminate/support": "5.4.*",
|
|
|
|
"nesbot/carbon": "~1.20",
|
|
|
|
"php": ">=5.6.4",
|
|
|
|
"symfony/console": "~3.2"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (~6.0).",
|
|
|
|
"mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
|
|
|
|
"symfony/process": "Required to use scheduling component (~3.2)."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Console\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Console package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-06-10 13:11:18"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/container",
|
|
|
|
"version": "v5.4.27",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/container.git",
|
|
|
|
"reference": "c5b8a02a34a52c307f16922334c355c5eef725a6"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/illuminate/container/zipball/c5b8a02a34a52c307f16922334c355c5eef725a6",
|
|
|
|
"reference": "c5b8a02a34a52c307f16922334c355c5eef725a6",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"illuminate/contracts": "5.4.*",
|
|
|
|
"php": ">=5.6.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Container\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Container package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-05-24 14:15:53"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/contracts",
|
|
|
|
"version": "v5.4.27",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/contracts.git",
|
|
|
|
"reference": "31f0193eb14aa3ee07841dc254081425616e79f0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/31f0193eb14aa3ee07841dc254081425616e79f0",
|
|
|
|
"reference": "31f0193eb14aa3ee07841dc254081425616e79f0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.6.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-04-19 20:17:43"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/database",
|
|
|
|
"version": "v5.4.27",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/database.git",
|
|
|
|
"reference": "199393c01cdb87c98aaed9be098b5699415b3bcf"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/illuminate/database/zipball/199393c01cdb87c98aaed9be098b5699415b3bcf",
|
|
|
|
"reference": "199393c01cdb87c98aaed9be098b5699415b3bcf",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"illuminate/container": "5.4.*",
|
|
|
|
"illuminate/contracts": "5.4.*",
|
|
|
|
"illuminate/support": "5.4.*",
|
|
|
|
"nesbot/carbon": "~1.20",
|
|
|
|
"php": ">=5.6.4"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
|
|
|
|
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
|
|
|
|
"illuminate/console": "Required to use the database commands (5.4.*).",
|
|
|
|
"illuminate/events": "Required to use the observers with Eloquent (5.4.*).",
|
|
|
|
"illuminate/filesystem": "Required to use the migrations (5.4.*).",
|
|
|
|
"illuminate/pagination": "Required to paginate the result set (5.4.*)."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Database\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Database package.",
|
|
|
|
"homepage": "https://laravel.com",
|
|
|
|
"keywords": [
|
|
|
|
"database",
|
|
|
|
"laravel",
|
|
|
|
"orm",
|
|
|
|
"sql"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-06-15 19:07:41"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/events",
|
|
|
|
"version": "v5.4.27",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/events.git",
|
|
|
|
"reference": "ebdca3b0305e9fc954afb9e422c4559482cd11e6"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/illuminate/events/zipball/ebdca3b0305e9fc954afb9e422c4559482cd11e6",
|
|
|
|
"reference": "ebdca3b0305e9fc954afb9e422c4559482cd11e6",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"illuminate/container": "5.4.*",
|
|
|
|
"illuminate/contracts": "5.4.*",
|
|
|
|
"illuminate/support": "5.4.*",
|
|
|
|
"php": ">=5.6.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Illuminate\\Events\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "The Illuminate Events package.",
|
|
|
|
"homepage": "https://laravel.com",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-05-02 12:57:00"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "illuminate/support",
|
|
|
|
"version": "v5.4.27",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/illuminate/support.git",
|
|
|
|
"reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/illuminate/support/zipball/a42393b56d0ec75f55e760f2a47bcf85a17a278d",
|
|
|
|
"reference": "a42393b56d0ec75f55e760f2a47bcf85a17a278d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"doctrine/inflector": "~1.0",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"illuminate/contracts": "5.4.*",
|
|
|
|
"paragonie/random_compat": "~1.4|~2.0",
|
|
|
|
"php": ">=5.6.4"
|
|
|
|
},
|
|
|
|
"replace": {
|
|
|
|
"tightenco/collect": "self.version"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"illuminate/filesystem": "Required to use the composer class (5.2.*).",
|
|
|
|
"symfony/process": "Required to use the composer class (~3.2).",
|
|
|
|
"symfony/var-dumper": "Required to use the dd function (~3.2)."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "5.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-06-15 12:35:32"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nesbot/carbon",
|
|
|
|
"version": "1.22.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
|
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
|
|
|
|
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0",
|
|
|
|
"symfony/translation": "~2.6 || ~3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "~2",
|
|
|
|
"phpunit/phpunit": "~4.0 || ~5.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.23-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Carbon\\": "src/Carbon/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-01-16 07:55:07"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "paragonie/random_compat",
|
|
|
|
"version": "v2.0.10",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
|
|
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
|
|
|
|
"reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.*|5.*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/random.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Paragon Initiative Enterprises",
|
|
|
|
"email": "security@paragonie.com",
|
|
|
|
"homepage": "https://paragonie.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
|
|
"keywords": [
|
|
|
|
"csprng",
|
|
|
|
"pseudorandom",
|
|
|
|
"random"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-03-13 16:27:32"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/http-message",
|
|
|
|
"version": "1.0.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
"keywords": [
|
|
|
|
"http",
|
|
|
|
"http-message",
|
|
|
|
"psr",
|
|
|
|
"psr-7",
|
|
|
|
"request",
|
|
|
|
"response"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2016-08-06 14:39:51"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/log",
|
|
|
|
"version": "1.0.2",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
|
|
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2016-10-10 12:19:37"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/console",
|
|
|
|
"version": "v3.3.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
|
"reference": "b0878233cb5c4391347e5495089c7af11b8e6201"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201",
|
|
|
|
"reference": "b0878233cb5c4391347e5495089c7af11b8e6201",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9",
|
|
|
|
"symfony/debug": "~2.8|~3.0",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~3.3",
|
|
|
|
"symfony/dependency-injection": "~3.3",
|
|
|
|
"symfony/event-dispatcher": "~2.8|~3.0",
|
|
|
|
"symfony/filesystem": "~2.8|~3.0",
|
|
|
|
"symfony/http-kernel": "~2.8|~3.0",
|
|
|
|
"symfony/process": "~2.8|~3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "For using the console logger",
|
|
|
|
"symfony/event-dispatcher": "",
|
|
|
|
"symfony/filesystem": "",
|
|
|
|
"symfony/process": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Console\\": ""
|
|
|
|
},
|
|
|
|
"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 Console Component",
|
|
|
|
"homepage": "https://symfony.com",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-07-29 21:27:59"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/debug",
|
|
|
|
"version": "v3.3.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/debug.git",
|
|
|
|
"reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
|
|
|
|
"reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9",
|
|
|
|
"psr/log": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/http-kernel": "~2.8|~3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.3-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",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-07-28 15:27:31"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2017-08-16 22:50:35 +00:00
|
|
|
"version": "v1.5.0",
|
2017-08-14 16:49:04 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2017-08-16 22:50:35 +00:00
|
|
|
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2017-08-16 22:50:35 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
|
|
|
|
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
|
2017-08-14 16:49:04 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2017-08-16 22:50:35 +00:00
|
|
|
"dev-master": "1.5-dev"
|
2017-08-14 16:49:04 +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"
|
|
|
|
],
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-06-14 15:44:48"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/process",
|
|
|
|
"version": "v3.3.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/process.git",
|
|
|
|
"reference": "07432804942b9f6dd7b7377faf9920af5f95d70a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a",
|
|
|
|
"reference": "07432804942b9f6dd7b7377faf9920af5f95d70a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.3-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\Process\\": ""
|
|
|
|
},
|
|
|
|
"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 Process Component",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"time": "2017-07-13 13:05:09"
|
2017-08-14 16:49:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/translation",
|
|
|
|
"version": "v3.3.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/translation.git",
|
|
|
|
"reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
|
|
|
|
"reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.5.9",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/config": "<2.8",
|
|
|
|
"symfony/yaml": "<3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
|
|
|
"symfony/config": "~2.8|~3.0",
|
|
|
|
"symfony/intl": "^2.8.18|^3.2.5",
|
|
|
|
"symfony/yaml": "~3.3"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"psr/log": "To use logging capability in translator",
|
|
|
|
"symfony/config": "",
|
|
|
|
"symfony/yaml": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "3.3-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",
|
2017-08-16 22:50:35 +00:00
|
|
|
"time": "2017-06-24 16:45:30"
|
2017-08-14 16:49:04 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|