2019-01-12 23:23:55 +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#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2019-06-21 21:05:13 +00:00
|
|
|
"content-hash": "ba074004640df6fbfd575edbf073650f",
|
2019-01-12 23:23:55 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "aura/autoload",
|
|
|
|
"version": "2.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/auraphp/Aura.Autoload.git",
|
|
|
|
"reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/auraphp/Aura.Autoload/zipball/306a7f8d3cb58fb6f94bcff1dddf20c543f68668",
|
|
|
|
"reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"aura": {
|
|
|
|
"type": "library"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Aura\\Autoload\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aura.Autoload Contributors",
|
|
|
|
"homepage": "https://github.com/auraphp/Aura.Autoload/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a PSR-4 compliant autoloader implementation.",
|
|
|
|
"homepage": "https://github.com/auraphp/Aura.Autoload",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-4",
|
|
|
|
"SPL autoloader",
|
|
|
|
"autoload",
|
|
|
|
"autoloader",
|
|
|
|
"class loader"
|
|
|
|
],
|
|
|
|
"time": "2016-10-03T19:36:19+00:00"
|
|
|
|
},
|
2019-01-26 21:46:33 +00:00
|
|
|
{
|
|
|
|
"name": "erusev/parsedown",
|
|
|
|
"version": "1.7.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
|
|
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
|
|
|
|
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.8.35"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"Parsedown": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Emanuil Rusev",
|
|
|
|
"email": "hello@erusev.com",
|
|
|
|
"homepage": "http://erusev.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parser for Markdown.",
|
|
|
|
"homepage": "http://parsedown.org",
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"time": "2018-03-08T01:11:30+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "erusev/parsedown-extra",
|
|
|
|
"version": "0.7.1",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/erusev/parsedown-extra.git",
|
|
|
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
|
|
|
"reference": "0db5cce7354e4b76f155d092ab5eb3981c21258c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"erusev/parsedown": "~1.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"ParsedownExtra": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Emanuil Rusev",
|
|
|
|
"email": "hello@erusev.com",
|
|
|
|
"homepage": "http://erusev.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An extension of Parsedown that adds support for Markdown Extra.",
|
|
|
|
"homepage": "https://github.com/erusev/parsedown-extra",
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"markdown extra",
|
|
|
|
"parsedown",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"time": "2015-11-01T10:19:22+00:00"
|
|
|
|
},
|
2019-01-12 23:23:55 +00:00
|
|
|
{
|
|
|
|
"name": "jeremeamia/SuperClosure",
|
|
|
|
"version": "2.4.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jeremeamia/super_closure.git",
|
|
|
|
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
|
|
|
|
"reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
|
|
|
|
"php": ">=5.4",
|
|
|
|
"symfony/polyfill-php56": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^4.0|^5.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SuperClosure\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeremy Lindblom",
|
|
|
|
"email": "jeremeamia@gmail.com",
|
|
|
|
"homepage": "https://github.com/jeremeamia",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Serialize Closure objects, including their context and binding",
|
|
|
|
"homepage": "https://github.com/jeremeamia/super_closure",
|
|
|
|
"keywords": [
|
|
|
|
"closure",
|
|
|
|
"function",
|
|
|
|
"lambda",
|
|
|
|
"parser",
|
|
|
|
"serializable",
|
|
|
|
"serialize",
|
|
|
|
"tokenizer"
|
|
|
|
],
|
|
|
|
"time": "2018-03-21T22:21:57+00:00"
|
|
|
|
},
|
2019-06-21 21:05:13 +00:00
|
|
|
{
|
|
|
|
"name": "mjaschen/phpgeo",
|
|
|
|
"version": "2.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mjaschen/phpgeo.git",
|
|
|
|
"reference": "0aaec41e7aff030a55db30bb8f6c2671faf03892"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/0aaec41e7aff030a55db30bb8f6c2671faf03892",
|
|
|
|
"reference": "0aaec41e7aff030a55db30bb8f6c2671faf03892",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
|
|
|
"phpmd/phpmd": "^2.6",
|
|
|
|
"phpunit/phpunit": "~6.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.2",
|
|
|
|
"vimeo/psalm": "~3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Location\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marcus Jaschen",
|
|
|
|
"email": "mjaschen@gmail.com",
|
|
|
|
"homepage": "https://www.marcusjaschen.de/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple Geo Library",
|
|
|
|
"homepage": "https://phpgeo.marcusjaschen.de/",
|
|
|
|
"keywords": [
|
|
|
|
"Polygon",
|
|
|
|
"area",
|
|
|
|
"bearing",
|
|
|
|
"bounds",
|
|
|
|
"calculation",
|
|
|
|
"coordinate",
|
|
|
|
"distance",
|
|
|
|
"earth",
|
|
|
|
"ellipsoid",
|
|
|
|
"geo",
|
|
|
|
"geofence",
|
|
|
|
"gis",
|
|
|
|
"gps",
|
|
|
|
"haversine",
|
|
|
|
"length",
|
|
|
|
"point",
|
|
|
|
"polyline",
|
|
|
|
"projection",
|
|
|
|
"simplify",
|
|
|
|
"track",
|
|
|
|
"vincenty"
|
|
|
|
],
|
|
|
|
"time": "2019-03-21T18:53:24+00:00"
|
|
|
|
},
|
2019-01-12 23:23:55 +00:00
|
|
|
{
|
|
|
|
"name": "nikic/php-parser",
|
|
|
|
"version": "v4.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
|
"reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
|
|
|
|
"reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
"php": ">=7.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.5 || ^7.0"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"bin/php-parse"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "4.2-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpParser\\": "lib/PhpParser"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nikita Popov"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A PHP parser written in PHP",
|
|
|
|
"keywords": [
|
|
|
|
"parser",
|
|
|
|
"php"
|
|
|
|
],
|
|
|
|
"time": "2019-01-12T16:31:37+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/invoker",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/Invoker.git",
|
|
|
|
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
|
|
|
|
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"psr/container": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"athletic/athletic": "~0.1.8",
|
|
|
|
"phpunit/phpunit": "~4.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Invoker\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "Generic and extensible callable invoker",
|
|
|
|
"homepage": "https://github.com/PHP-DI/Invoker",
|
|
|
|
"keywords": [
|
|
|
|
"callable",
|
|
|
|
"dependency",
|
|
|
|
"dependency-injection",
|
|
|
|
"injection",
|
|
|
|
"invoke",
|
|
|
|
"invoker"
|
|
|
|
],
|
|
|
|
"time": "2017-03-20T19:28:22+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/php-di",
|
|
|
|
"version": "6.0.5",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/PHP-DI.git",
|
|
|
|
"reference": "5e8b809960d5c3bfa096a90da9a78650e80b1f0e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/5e8b809960d5c3bfa096a90da9a78650e80b1f0e",
|
|
|
|
"reference": "5e8b809960d5c3bfa096a90da9a78650e80b1f0e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"jeremeamia/superclosure": "^2.0",
|
|
|
|
"nikic/php-parser": "^2.0|^3.0|^4.0",
|
|
|
|
"php": ">=7.0.0",
|
|
|
|
"php-di/invoker": "^2.0",
|
|
|
|
"php-di/phpdoc-reader": "^2.0.1",
|
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/container-implementation": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/annotations": "~1.2",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.4",
|
|
|
|
"mnapoli/phpunit-easymock": "~1.0",
|
|
|
|
"ocramius/proxy-manager": "~2.0.2",
|
|
|
|
"phpstan/phpstan": "^0.9.2",
|
|
|
|
"phpunit/phpunit": "~6.4"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
|
|
|
|
"ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"DI\\": "src/"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "The dependency injection container for humans",
|
|
|
|
"homepage": "http://php-di.org/",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interop",
|
|
|
|
"dependency injection",
|
|
|
|
"di",
|
|
|
|
"ioc",
|
|
|
|
"psr11"
|
|
|
|
],
|
|
|
|
"time": "2018-09-17T15:34:44+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "php-di/phpdoc-reader",
|
|
|
|
"version": "2.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHP-DI/PhpDocReader.git",
|
|
|
|
"reference": "7d0de60b9341933c8afd172a6255cd7557601e0e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/7d0de60b9341933c8afd172a6255cd7557601e0e",
|
|
|
|
"reference": "7d0de60b9341933c8afd172a6255cd7557601e0e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~4.6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PhpDocReader\\": "src/PhpDocReader"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
|
|
|
|
"keywords": [
|
|
|
|
"phpdoc",
|
|
|
|
"reflection"
|
|
|
|
],
|
|
|
|
"time": "2018-02-18T17:39:01+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",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"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": "symfony/polyfill-php56",
|
|
|
|
"version": "v1.10.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php56.git",
|
|
|
|
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
|
|
|
|
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"symfony/polyfill-util": "~1.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.9-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php56\\": ""
|
|
|
|
},
|
|
|
|
"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 5.6+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"time": "2018-09-21T06:26:08+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-util",
|
|
|
|
"version": "v1.10.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-util.git",
|
|
|
|
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
|
|
|
|
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.9-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Util\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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 utilities for portability of PHP codes",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compat",
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"time": "2018-09-30T16:36:12+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "yosymfony/parser-utils",
|
|
|
|
"version": "v2.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/yosymfony/parser-utils.git",
|
|
|
|
"reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/yosymfony/parser-utils/zipball/00bec9a12722b21f2baf7f9db35f127e90c162c9",
|
|
|
|
"reference": "00bec9a12722b21f2baf7f9db35f127e90c162c9",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Yosymfony\\ParserUtils\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Victor Puertas",
|
|
|
|
"email": "vpgugr@gmail.com",
|
|
|
|
"homepage": "http://yosymfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parser utilities",
|
|
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
|
|
"keywords": [
|
|
|
|
"lexer",
|
|
|
|
"parser"
|
|
|
|
],
|
|
|
|
"time": "2018-06-29T15:31:11+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "yosymfony/toml",
|
|
|
|
"version": "v1.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/yosymfony/toml.git",
|
|
|
|
"reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/yosymfony/toml/zipball/bdab92ad920d0e36810a3a3e4a998d23f3498f8e",
|
|
|
|
"reference": "bdab92ad920d0e36810a3a3e4a998d23f3498f8e",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1",
|
|
|
|
"yosymfony/parser-utils": "^2.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^7.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Yosymfony\\Toml\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Victor Puertas",
|
|
|
|
"email": "vpgugr@gmail.com",
|
|
|
|
"homepage": "http://yosymfony.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A PHP parser for TOML compatible with specification 0.4.0",
|
|
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
|
|
"keywords": [
|
|
|
|
"mojombo",
|
|
|
|
"parser",
|
|
|
|
"toml"
|
|
|
|
],
|
|
|
|
"time": "2018-08-08T15:08:14+00:00"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|