2015-07-22 15:47:01 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-10-06 00:56:53 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-07-22 15:47:01 +00:00
"This file is @generated automatically"
],
2019-10-06 00:56:53 +00:00
"content-hash": "a608ac65c9ceee5c2ec58435fc3af57e",
2015-07-22 15:47:01 +00:00
"packages": [
{
2016-12-30 08:15:36 +00:00
"name": "consolidation/annotated-command",
2019-10-06 00:56:53 +00:00
"version": "2.12.0",
2016-02-17 16:03:00 +00:00
"source": {
"type": "git",
2016-12-30 08:15:36 +00:00
"url": "https://github.com/consolidation/annotated-command.git",
2019-10-06 00:56:53 +00:00
"reference": "512a2e54c98f3af377589de76c43b24652bcb789"
2016-02-17 16:03:00 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789",
"reference": "512a2e54c98f3af377589de76c43b24652bcb789",
2016-02-17 16:03:00 +00:00
"shasum": ""
},
2016-12-30 08:15:36 +00:00
"require": {
2019-10-06 00:56:53 +00:00
"consolidation/output-formatters": "^3.4",
"php": ">=5.4.5",
"psr/log": "^1",
"symfony/console": "^2.8|^3|^4",
"symfony/event-dispatcher": "^2.5|^3|^4",
"symfony/finder": "^2.5|^3|^4"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"g1a/composer-test-scenarios": "^3",
"php-coveralls/php-coveralls": "^1",
"phpunit/phpunit": "^6",
2016-12-30 08:15:36 +00:00
"squizlabs/php_codesniffer": "^2.7"
},
"type": "library",
"extra": {
2019-10-06 00:56:53 +00:00
"scenarios": {
"symfony4": {
"require": {
"symfony/console": "^4.0"
},
"config": {
"platform": {
"php": "7.1.3"
}
}
},
"symfony2": {
"require": {
"symfony/console": "^2.8"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36"
},
"remove": [
"php-coveralls/php-coveralls"
],
"config": {
"platform": {
"php": "5.4.8"
}
},
"scenario-options": {
"create-lockfile": "false"
}
},
"phpunit4": {
"require-dev": {
"phpunit/phpunit": "^4.8.36"
},
"remove": [
"php-coveralls/php-coveralls"
],
"config": {
"platform": {
"php": "5.4.8"
}
}
}
},
2016-12-30 08:15:36 +00:00
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\AnnotatedCommand\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Initialize Symfony Console commands from annotated command class methods.",
2019-10-06 00:56:53 +00:00
"time": "2019-03-08T16:55:03+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "consolidation/output-formatters",
2019-10-06 00:56:53 +00:00
"version": "3.5.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
2019-10-06 00:56:53 +00:00
"reference": "99ec998ffb697e0eada5aacf81feebfb13023605"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605",
"reference": "99ec998ffb697e0eada5aacf81feebfb13023605",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"dflydev/dot-access-data": "^1.1.0",
2016-12-30 08:15:36 +00:00
"php": ">=5.4.0",
2019-10-06 00:56:53 +00:00
"symfony/console": "^2.8|^3|^4",
"symfony/finder": "^2.5|^3|^4"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"g1a/composer-test-scenarios": "^3",
"php-coveralls/php-coveralls": "^1",
"phpunit/phpunit": "^5.7.27",
"squizlabs/php_codesniffer": "^2.7",
"symfony/var-dumper": "^2.8|^3|^4",
"victorjonsson/markdowndocs": "^1.3"
},
"suggest": {
"symfony/var-dumper": "For using the var_dump formatter"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
2019-10-06 00:56:53 +00:00
"scenarios": {
"symfony4": {
"require": {
"symfony/console": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
"config": {
"platform": {
"php": "7.1.3"
}
}
},
"symfony3": {
"require": {
"symfony/console": "^3.4",
"symfony/finder": "^3.4",
"symfony/var-dumper": "^3.4"
},
"config": {
"platform": {
"php": "5.6.32"
}
}
},
"symfony2": {
"require": {
"symfony/console": "^2.8"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36"
},
"remove": [
"php-coveralls/php-coveralls"
],
"config": {
"platform": {
"php": "5.4.8"
}
},
"scenario-options": {
"create-lockfile": "false"
}
}
},
2016-12-30 08:15:36 +00:00
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.x-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
"Consolidation\\OutputFormatters\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Format text by applying transformations provided by plug-in formatters.",
2019-10-06 00:56:53 +00:00
"time": "2019-05-30T23:16:01+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "deployer/deployer",
2019-10-06 00:56:53 +00:00
"version": "v4.3.4",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/deployphp/deployer.git",
2019-10-06 00:56:53 +00:00
"reference": "8fc00d4877b7d15c385cba4cf0eef4e78c4e9b75"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/deployphp/deployer/zipball/8fc00d4877b7d15c385cba4cf0eef4e78c4e9b75",
"reference": "8fc00d4877b7d15c385cba4cf0eef4e78c4e9b75",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"elfet/pure": "~2.0|~3.0",
2016-12-30 08:15:36 +00:00
"monolog/monolog": "^1.21",
"php": ">=5.6.0",
"phpseclib/phpseclib": "~2.0",
"pimple/pimple": "~3.0",
"symfony/console": "~2.6|~3.0",
"symfony/process": "~2.6|~3.0",
"symfony/yaml": "~2.6|~3.0"
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"deployer/phar-update": "~2.0",
"phpunit/phpunit": "~5.7",
"symfony/finder": "~2.6|~3.0"
2016-12-30 08:15:36 +00:00
},
"suggest": {
2019-10-06 00:56:53 +00:00
"ext-sockets": "For parallel deployment"
2016-12-30 08:15:36 +00:00
},
"bin": [
"bin/dep"
],
"type": "library",
"autoload": {
"psr-4": {
"Deployer\\": "src/"
2019-10-06 00:56:53 +00:00
},
"files": [
"src/functions.php"
]
2016-12-30 08:15:36 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Medvedev",
"email": "anton@medv.io"
}
],
"description": "Deployment Tool",
"homepage": "https://deployer.org",
2019-10-06 00:56:53 +00:00
"time": "2018-09-18T10:23:44+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "dflydev/dot-access-data",
"version": "v1.1.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.3.2"
2016-12-30 08:15:36 +00:00
},
2016-02-17 16:03:00 +00:00
"type": "library",
2019-10-06 00:56:53 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2016-02-17 16:03:00 +00:00
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-0": {
"Dflydev\\DotAccessData": "src"
2015-07-22 15:47:01 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2016-12-30 08:15:36 +00:00
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"access",
"data",
"dot",
"notation"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2017-01-20T21:14:22+00:00"
2015-07-22 15:47:01 +00:00
},
2016-01-08 11:59:58 +00:00
{
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "@stable"
},
"type": "project",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2019-10-06 00:56:53 +00:00
"time": "2014-10-24T07:27:01+00:00"
},
{
"name": "doctrine/inflector",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
"shasum": ""
},
"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"
2016-01-08 11:59:58 +00:00
},
2015-07-22 15:47:01 +00:00
{
2015-11-17 15:41:07 +00:00
"name": "drush/drush",
2019-10-06 00:56:53 +00:00
"version": "8.3.0",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2015-11-17 15:41:07 +00:00
"url": "https://github.com/drush-ops/drush.git",
2019-10-06 00:56:53 +00:00
"reference": "59454e59b1139d3c0264504e42359397d828d459"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/drush-ops/drush/zipball/59454e59b1139d3c0264504e42359397d828d459",
"reference": "59454e59b1139d3c0264504e42359397d828d459",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"consolidation/annotated-command": "^2.12.0",
"consolidation/output-formatters": "~3",
"pear/console_table": "~1.3.1",
2016-12-30 08:15:36 +00:00
"php": ">=5.4.5",
2016-01-14 18:29:57 +00:00
"psr/log": "~1.0",
2016-01-08 11:59:58 +00:00
"psy/psysh": "~0.6",
2019-10-06 00:56:53 +00:00
"symfony/console": "~2.7|^3",
"symfony/event-dispatcher": "~2.7|^3",
"symfony/finder": "~2.7|^3",
"symfony/var-dumper": "~2.7|^3",
"symfony/yaml": "~2.3|^3",
"webflo/drupal-finder": "^1.1.0",
2016-12-30 08:15:36 +00:00
"webmozart/path-util": "~2"
2015-11-17 15:41:07 +00:00
},
"require-dev": {
2016-01-14 18:29:57 +00:00
"phpunit/phpunit": "4.*",
2019-10-06 00:56:53 +00:00
"symfony/console": "~2.7",
"symfony/event-dispatcher": "~2.7",
"symfony/finder": "~2.7",
"symfony/process": "2.7.*",
"symfony/var-dumper": "~2.7",
"symfony/yaml": "~2.3"
2016-01-08 11:59:58 +00:00
},
"suggest": {
"drush/config-extra": "Provides configuration workflow commands, such as config-merge.",
"ext-pcntl": "*"
2015-07-22 15:47:01 +00:00
},
2015-11-17 15:41:07 +00:00
"bin": [
"drush",
2016-01-08 11:59:58 +00:00
"drush.launcher",
2015-11-17 15:41:07 +00:00
"drush.php",
"drush.complete.sh"
],
2015-07-22 15:47:01 +00:00
"type": "library",
"extra": {
"branch-alias": {
2016-12-30 08:15:36 +00:00
"dev-master": "8.0.x-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
"psr-0": {
2016-12-30 08:15:36 +00:00
"Drush": "lib/",
"Consolidation": "lib/"
2019-10-06 00:56:53 +00:00
},
"psr-4": {
"Drush\\": "src/"
2016-12-30 08:15:36 +00:00
}
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"GPL-2.0-or-later"
2015-07-22 15:47:01 +00:00
],
"authors": [
{
2015-11-17 15:41:07 +00:00
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
},
{
"name": "Owen Barton",
"email": "drupal@owenbarton.com"
},
{
"name": "Mark Sonnabaum",
"email": "marksonnabaum@gmail.com"
},
{
"name": "Antoine Beaupré",
"email": "anarcat@koumbit.org"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Jonathan Araña Cruz",
"email": "jonhattan@faita.net"
},
{
"name": "Jonathan Hedstrom",
"email": "jhedstrom@gmail.com"
2015-07-22 15:47:01 +00:00
},
{
2015-11-17 15:41:07 +00:00
"name": "Christopher Gervais",
"email": "chris@ergonlogic.com"
2016-01-08 11:59:58 +00:00
},
{
"name": "Dave Reid",
"email": "dave@davereid.net"
},
{
"name": "Damian Lee",
"email": "damiankloip@googlemail.com"
2015-07-22 15:47:01 +00:00
}
],
2015-11-17 15:41:07 +00:00
"description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
"homepage": "http://www.drush.org",
2019-10-06 00:56:53 +00:00
"time": "2019-07-09T21:53:08+00:00"
2015-07-22 15:47:01 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "elfet/pure",
2019-10-06 00:56:53 +00:00
"version": "v3.0.0",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/antonmedv/purephp.git",
"reference": "05aa6b44cea9b0457ec1e5e67e8278cd89d47f21"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/antonmedv/purephp/zipball/05aa6b44cea9b0457ec1e5e67e8278cd89d47f21",
"reference": "05aa6b44cea9b0457ec1e5e67e8278cd89d47f21",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2016-12-30 08:15:36 +00:00
"react/react": "~0.4",
2019-10-06 00:56:53 +00:00
"symfony/console": "~2.6 || ~3.0 || ~4.0",
"symfony/debug": "~2.6 || ~3.0 || ~4.0",
"symfony/expression-language": "~2.6 || ~3.0 || ~4.0"
2015-07-22 15:47:01 +00:00
},
"require-dev": {
2016-12-30 08:15:36 +00:00
"phpunit/phpunit": "~4.4",
2019-10-06 00:56:53 +00:00
"symfony/finder": "~2.6 || ~3.0 || ~4.0",
"symfony/process": "~2.6 || ~3.0 || ~4.0"
2015-07-22 15:47:01 +00:00
},
2016-12-30 08:15:36 +00:00
"bin": [
"pure"
],
2015-07-22 15:47:01 +00:00
"type": "library",
"autoload": {
2016-12-30 08:15:36 +00:00
"psr-4": {
"Pure\\": "src/"
2015-07-22 15:47:01 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-12-30 08:15:36 +00:00
"MIT"
2015-07-22 15:47:01 +00:00
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Anton Medvedev",
2019-10-06 00:56:53 +00:00
"email": "anton@elfet.ru"
2015-07-22 15:47:01 +00:00
}
],
2016-12-30 08:15:36 +00:00
"description": "Pure PHP key-value storage",
2019-10-06 00:56:53 +00:00
"time": "2018-09-18T08:59:27+00:00"
2015-07-22 15:47:01 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "evenement/evenement",
2019-10-06 00:56:53 +00:00
"version": "v2.1.0",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2016-12-30 08:15:36 +00:00
"url": "https://github.com/igorw/evenement.git",
2019-10-06 00:56:53 +00:00
"reference": "6ba9a777870ab49f417e703229d53931ed40fd7a"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a",
"reference": "6ba9a777870ab49f417e703229d53931ed40fd7a",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2016-12-30 08:15:36 +00:00
"php": ">=5.4.0"
2015-07-22 15:47:01 +00:00
},
2019-10-06 00:56:53 +00:00
"require-dev": {
"phpunit/phpunit": "^6.0||^5.7||^4.8.35"
},
2015-07-22 15:47:01 +00:00
"type": "library",
2016-12-30 08:15:36 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2015-07-22 15:47:01 +00:00
"autoload": {
2016-05-05 07:07:49 +00:00
"psr-0": {
2016-12-30 08:15:36 +00:00
"Evenement": "src"
2015-07-22 15:47:01 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Igor Wiedler",
2019-10-06 00:56:53 +00:00
"email": "igor@wiedler.ch"
2015-07-22 15:47:01 +00:00
}
],
2016-12-30 08:15:36 +00:00
"description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
"event-dispatcher",
"event-emitter"
],
2019-10-06 00:56:53 +00:00
"time": "2017-07-17T17:39:19+00:00"
2015-07-22 15:47:01 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "guzzlehttp/guzzle",
2019-10-06 00:56:53 +00:00
"version": "6.3.3",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2016-12-30 08:15:36 +00:00
"url": "https://github.com/guzzle/guzzle.git",
2019-10-06 00:56:53 +00:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2016-12-30 08:15:36 +00:00
"guzzlehttp/promises": "^1.0",
2019-10-06 00:56:53 +00:00
"guzzlehttp/psr7": "^1.4",
2016-12-30 08:15:36 +00:00
"php": ">=5.5"
2015-11-17 15:41:07 +00:00
},
2016-12-30 08:15:36 +00:00
"require-dev": {
"ext-curl": "*",
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2016-12-30 08:15:36 +00:00
"psr/log": "^1.0"
2015-07-22 15:47:01 +00:00
},
2019-10-06 00:56:53 +00:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2015-07-22 15:47:01 +00:00
"type": "library",
2016-12-30 08:15:36 +00:00
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "6.3-dev"
2016-12-30 08:15:36 +00:00
}
},
2015-07-22 15:47:01 +00:00
"autoload": {
2016-12-30 08:15:36 +00:00
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-12-30 08:15:36 +00:00
"MIT"
2015-07-22 15:47:01 +00:00
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-07-22 15:47:01 +00:00
}
],
2016-12-30 08:15:36 +00:00
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
2016-05-05 07:07:49 +00:00
"keywords": [
2016-12-30 08:15:36 +00:00
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
2016-05-05 07:07:49 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2018-04-22T15:46:56+00:00"
2015-07-22 15:47:01 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "guzzlehttp/promises",
"version": "v1.3.1",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2016-12-30 08:15:36 +00:00
"url": "https://github.com/guzzle/promises.git",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2016-12-30 08:15:36 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
2016-12-30 08:15:36 +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"
],
2019-10-06 00:56:53 +00:00
"time": "2016-12-20T10:07:11+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "guzzlehttp/psr7",
2019-10-06 00:56:53 +00:00
"version": "1.6.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2019-10-06 00:56:53 +00:00
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2019-10-06 00:56:53 +00:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2016-12-30 08:15:36 +00:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "1.6-dev"
2016-12-30 08:15:36 +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"
2019-10-06 00:56:53 +00:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-12-30 08:15:36 +00:00
"keywords": [
"http",
"message",
2019-10-06 00:56:53 +00:00
"psr-7",
"request",
"response",
2016-12-30 08:15:36 +00:00
"stream",
2019-10-06 00:56:53 +00:00
"uri",
"url"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-07-01T23:21:34+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "hirak/prestissimo",
"version": "0.3.9",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/hirak/prestissimo.git",
"reference": "01bed92c45e84d01a96f5d15c6e49958cbd57f36"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/hirak/prestissimo/zipball/01bed92c45e84d01a96f5d15c6e49958cbd57f36",
"reference": "01bed92c45e84d01a96f5d15c6e49958cbd57f36",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"composer-plugin-api": "^1.0.0",
"ext-curl": "*",
"php": "^5.3.2 || ^7.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"composer/composer": "1.0.0",
"phpunit/phpunit": "4.8.* || 5.7.* || ^6.3",
"squizlabs/php_codesniffer": "^2.5"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"type": "composer-plugin",
2016-12-30 08:15:36 +00:00
"extra": {
2019-10-06 00:56:53 +00:00
"class": "Hirak\\Prestissimo\\Plugin"
2016-12-30 08:15:36 +00:00
},
2015-07-22 15:47:01 +00:00
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"Hirak\\Prestissimo\\": "src/"
2016-05-05 07:07:49 +00:00
}
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Hiraku NAKANO",
"email": "hiraku@tojiru.net"
2015-07-22 15:47:01 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "composer parallel install plugin",
2016-05-05 07:07:49 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"install",
"parallel",
"speedup"
2016-05-05 07:07:49 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-05-04T08:16:12+00:00"
2015-07-22 15:47:01 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "illuminate/container",
"version": "v6.0.2",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/illuminate/container.git",
"reference": "ae5b4a82e5ae13f6779cbda9cea50d9761a7ca17"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/illuminate/container/zipball/ae5b4a82e5ae13f6779cbda9cea50d9761a7ca17",
"reference": "ae5b4a82e5ae13f6779cbda9cea50d9761a7ca17",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"illuminate/contracts": "^6.0",
"illuminate/support": "^6.0",
"php": "^7.2",
"psr/container": "^1.0"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "6.0-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"Illuminate\\Container\\": ""
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "The Illuminate Container package.",
"homepage": "https://laravel.com",
"time": "2019-08-20T14:05:59+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "illuminate/contracts",
"version": "v6.0.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/illuminate/contracts.git",
"reference": "e5d7a6daa4beab3ec7c2d24679e213883a5fc09d"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/e5d7a6daa4beab3ec7c2d24679e213883a5fc09d",
"reference": "e5d7a6daa4beab3ec7c2d24679e213883a5fc09d",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.2",
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "6.0-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"Illuminate\\Contracts\\": ""
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
"time": "2019-08-24T15:24:36+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "illuminate/support",
"version": "v6.0.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/illuminate/support.git",
"reference": "64669342920e11fb91bd1af838e3d69dac525eae"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/illuminate/support/zipball/64669342920e11fb91bd1af838e3d69dac525eae",
"reference": "64669342920e11fb91bd1af838e3d69dac525eae",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"doctrine/inflector": "^1.1",
"ext-json": "*",
"ext-mbstring": "*",
"illuminate/contracts": "^6.0",
"nesbot/carbon": "^2.0",
"php": "^7.2"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"suggest": {
"illuminate/filesystem": "Required to use the composer class (^6.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).",
"symfony/process": "Required to use the composer class (^4.3.4).",
"symfony/var-dumper": "Required to use the dd function (^4.3.4).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^3.3)."
},
"type": "library",
2016-12-30 08:15:36 +00:00
"extra": {
2019-10-06 00:56:53 +00:00
"branch-alias": {
"dev-master": "6.0-dev"
}
2016-12-30 08:15:36 +00:00
},
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
2016-12-30 08:15:36 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
"time": "2019-09-03T17:25:40+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "jakub-onderka/php-console-color",
2019-10-06 00:56:53 +00:00
"version": "v0.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
2019-10-06 00:56:53 +00:00
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.4.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
2019-10-06 00:56:53 +00:00
"jakub-onderka/php-parallel-lint": "1.0",
2016-12-30 08:15:36 +00:00
"jakub-onderka/php-var-dump-check": "0.*",
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "~4.3",
2016-12-30 08:15:36 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
2019-10-06 00:56:53 +00:00
"email": "jakub.onderka@gmail.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"time": "2018-09-29T17:23:10+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "jakub-onderka/php-console-highlighter",
"version": "v0.3.2",
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
"shasum": ""
},
"require": {
"jakub-onderka/php-console-color": "~0.1",
"php": ">=5.3.0"
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
"jakub-onderka/php-parallel-lint": "~0.5",
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JakubOnderka\\PhpConsoleHighlighter": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
2019-10-06 00:56:53 +00:00
"time": "2015-04-20T18:58:01+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "katzgrau/klogger",
"version": "1.2.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/katzgrau/KLogger.git",
"reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
"reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.3",
"psr/log": "^1.0.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "4.0.*"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"Katzgrau\\KLogger\\": "src/"
},
"classmap": [
"src/"
]
2016-12-30 08:15:36 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"MIT"
2016-12-30 08:15:36 +00:00
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Kenny Katzgrau",
"email": "katzgrau@gmail.com"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "Dan Horrigan",
"email": "dan@dhorrigan.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "A Simple Logging Class",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"logging"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2016-11-07T19:29:14+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "laravel/installer",
"version": "v2.1.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/laravel/installer.git",
"reference": "576e22d0587ac1b6402500fa94d6f37bd498b3f5"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/laravel/installer/zipball/576e22d0587ac1b6402500fa94d6f37bd498b3f5",
"reference": "576e22d0587ac1b6402500fa94d6f37bd498b3f5",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"ext-zip": "*",
"guzzlehttp/guzzle": "~6.0",
"symfony/console": "~3.0|~4.0",
"symfony/filesystem": "~3.0|~4.0",
"symfony/process": "~3.0|~4.0"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"bin": [
"laravel"
],
2016-12-30 08:15:36 +00:00
"type": "library",
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"Laravel\\Installer\\Console\\": "src/"
}
2016-12-30 08:15:36 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "Laravel application installer.",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"laravel"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-04-30T15:36:56+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "laravel/valet",
"version": "v2.4.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/laravel/valet.git",
"reference": "eb0f03869c8bb87080e88dbcf1e70fe70ba93b40"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/laravel/valet/zipball/eb0f03869c8bb87080e88dbcf1e70fe70ba93b40",
"reference": "eb0f03869c8bb87080e88dbcf1e70fe70ba93b40",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"illuminate/container": "~5.1 | ^6.0",
"mnapoli/silly": "~1.0",
"nategood/httpful": "~0.2",
"php": ">=5.6",
"symfony/process": "~2.7|~3.0|~4.0",
"tightenco/collect": "^5.3 | ^6.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"mockery/mockery": "^1.2.3",
"phpunit/phpunit": "~5.7"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"bin": [
"valet"
],
2016-12-30 08:15:36 +00:00
"type": "library",
"autoload": {
2019-10-06 00:56:53 +00:00
"files": [
"cli/includes/compatibility.php",
"cli/includes/facades.php",
"cli/includes/helpers.php"
],
2016-12-30 08:15:36 +00:00
"psr-4": {
2019-10-06 00:56:53 +00:00
"Valet\\": "cli/Valet/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "A more enjoyable local development experience for Mac.",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"laravel",
"wwdhhd",
"zonda"
],
"time": "2019-09-11T00:33:44+00:00"
},
{
"name": "mnapoli/silly",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/mnapoli/silly.git",
"reference": "5f7f34f4db75685e6fe7d652c12d9a7b6e8034d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mnapoli/silly/zipball/5f7f34f4db75685e6fe7d652c12d9a7b6e8034d6",
"reference": "5f7f34f4db75685e6fe7d652c12d9a7b6e8034d6",
"shasum": ""
},
"require": {
"php": ">=7.0",
"php-di/invoker": "~2.0",
"psr/container": "^1.0",
"symfony/console": "~3.0|~4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"mnapoli/phpunit-easymock": "~1.0",
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Silly\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Silly CLI micro-framework based on Symfony Console",
"keywords": [
"PSR-11",
"cli",
"console",
"framework",
"micro-framework",
"silly"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2018-12-26T21:17:30+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "monolog/monolog",
2019-10-06 00:56:53 +00:00
"version": "1.25.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2019-10-06 00:56:53 +00:00
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
"reference": "70e65a5470a42cfec1a7da00d30edb6e617e8dcf",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"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",
2019-10-06 00:56:53 +00:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2016-12-30 08:15:36 +00:00
},
"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"
],
2019-10-06 00:56:53 +00:00
"time": "2019-09-06T13:49:17+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "nategood/httpful",
"version": "0.2.20",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/nategood/httpful.git",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"ext-curl": "*",
"php": ">=5.3"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "*"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-0": {
"Httpful": "src/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"MIT"
2016-12-30 08:15:36 +00:00
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Nate Good",
"email": "me@nategood.com",
"homepage": "http://nategood.com"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"api",
"curl",
"http",
"requests",
"rest",
"restful"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2015-10-26T16:11:30+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "nesbot/carbon",
"version": "2.24.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "934459c5ac0658bc765ad1e53512c7c77adcac29"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/934459c5ac0658bc765ad1e53512c7c77adcac29",
"reference": "934459c5ac0658bc765ad1e53512c7c77adcac29",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/translation": "^3.4 || ^4.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^1.1",
"phpmd/phpmd": "dev-php-7.1-compatibility",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
2016-12-30 08:15:36 +00:00
},
"bin": [
2019-10-06 00:56:53 +00:00
"bin/carbon"
2016-12-30 08:15:36 +00:00
],
"type": "library",
"extra": {
2019-10-06 00:56:53 +00:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"Carbon\\": "src/Carbon/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "A API extension for DateTime that supports 281 different languages.",
"homepage": "http://carbon.nesbot.com",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"date",
"datetime",
"time"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-08-31T16:37:55+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "nikic/php-parser",
"version": "v2.1.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
"reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"ext-tokenizer": "*",
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"bin": [
"bin/php-parse"
],
2016-12-30 08:15:36 +00:00
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "2.1-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"PhpParser\\": "lib/PhpParser"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"BSD-3-Clause"
2016-12-30 08:15:36 +00:00
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Nikita Popov"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2016-09-16T12:04:44+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "pantheon-systems/terminus",
"version": "0.13.6",
"source": {
"type": "git",
"url": "https://github.com/pantheon-systems/terminus.git",
"reference": "4bd9ab6a57f970e5f149dd153545efa4ff936f45"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pantheon-systems/terminus/zipball/4bd9ab6a57f970e5f149dd153545efa4ff936f45",
"reference": "4bd9ab6a57f970e5f149dd153545efa4ff936f45",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.2",
"katzgrau/klogger": "^1.2",
"php": ">=5.5.9",
"psy/psysh": "^0.7",
"ramsey/array_column": "^1.1",
"rmccue/requests": "^1.6",
"symfony/finder": "~2.7|^3.1",
"symfony/yaml": "~2.1|^3.1",
"twig/twig": "^1.0",
"vlucas/phpdotenv": "^2.3",
"wp-cli/php-cli-tools": "~0.11.1"
},
"require-dev": {
"behat/behat": "^3.1",
"php-vcr/php-vcr": "^1.2",
"php-vcr/phpunit-testlistener-vcr": "@stable",
"phpunit/phpcov": "^2.0",
"phpunit/phpunit": "^4.0",
"satooshi/php-coveralls": "^1.0",
"sebastian/phpcpd": "^2.0",
"squizlabs/php_codesniffer": "^2.0"
},
"bin": [
"bin/terminus.bat",
"bin/terminus"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Terminus\\": [
"php/",
"php/Terminus/"
],
"Pantheon\\Terminus\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A command line interface for Pantheon",
"homepage": "http://getpantheon.com",
"keywords": [
"cli",
"drupal",
"pantheon",
"terminus",
"wordpress"
],
2019-10-06 00:56:53 +00:00
"time": "2016-12-13T17:04:24+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "pear/console_table",
2019-10-06 00:56:53 +00:00
"version": "v1.3.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Table.git",
2019-10-06 00:56:53 +00:00
"reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
"reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"suggest": {
"pear/Console_Color2": ">=0.1.2"
},
"type": "library",
"autoload": {
"classmap": [
"Table.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jan Schneider",
"homepage": "http://pear.php.net/user/yunosh"
},
{
"name": "Tal Peer",
"homepage": "http://pear.php.net/user/tal"
},
{
"name": "Xavier Noguer",
"homepage": "http://pear.php.net/user/xnoguer"
},
{
"name": "Richard Heyes",
"homepage": "http://pear.php.net/user/richard"
}
],
"description": "Library that makes it easy to build console style tables.",
"homepage": "http://pear.php.net/package/Console_Table/",
"keywords": [
"console"
],
2019-10-06 00:56:53 +00:00
"time": "2018-01-25T20:47:17+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "php-di/invoker",
"version": "2.0.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"psr/container": "~1.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"athletic/athletic": "~0.1.8",
"phpunit/phpunit": "~4.5"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"Invoker\\": "src/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-10-06 00:56:53 +00:00
"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"
2016-12-30 08:15:36 +00:00
},
{
"name": "phpseclib/phpseclib",
2019-10-06 00:56:53 +00:00
"version": "2.0.23",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
2019-10-06 00:56:53 +00:00
"reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
"reference": "c78eb5058d5bb1a183133c36d4ba5b6675dfa099",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phing/phing": "~2.7",
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
2016-12-30 08:15:36 +00:00
"sami/sami": "~2.0",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
"ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
},
"type": "library",
"autoload": {
"files": [
"phpseclib/bootstrap.php"
],
"psr-4": {
"phpseclib\\": "phpseclib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"role": "Lead Developer"
},
{
"name": "Patrick Monnerat",
"email": "pm@datasphere.ch",
"role": "Developer"
},
{
"name": "Andreas Fischer",
"email": "bantu@phpbb.com",
"role": "Developer"
},
{
"name": "Hans-Jürgen Petrich",
"email": "petrich@tronic-media.com",
"role": "Developer"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"role": "Developer"
}
],
"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
"homepage": "http://phpseclib.sourceforge.net",
"keywords": [
"BigInteger",
"aes",
"asn.1",
"asn1",
"blowfish",
"crypto",
"cryptography",
"encryption",
"rsa",
"security",
"sftp",
"signature",
"signing",
"ssh",
"twofish",
"x.509",
"x509"
],
2019-10-06 00:56:53 +00:00
"time": "2019-09-17T03:41:22+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "pimple/pimple",
2019-10-06 00:56:53 +00:00
"version": "v3.2.3",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
2019-10-06 00:56:53 +00:00
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32",
"reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.3.0",
"psr/container": "^1.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.2"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.2.x-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-0": {
"Pimple": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"container",
"dependency injection"
],
2019-10-06 00:56:53 +00:00
"time": "2018-01-21T07:42:36+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
2019-10-06 00:56:53 +00:00
"time": "2016-08-06T20:24:11+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"
2016-12-30 08:15:36 +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"
],
2019-10-06 00:56:53 +00:00
"time": "2016-08-06T14:39:51+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "psr/log",
2019-10-06 00:56:53 +00:00
"version": "1.1.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2019-10-06 00:56:53 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2016-12-30 08:15:36 +00:00
"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"
],
2019-10-06 00:56:53 +00:00
"time": "2018-11-20T15:27:04+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "psr/simple-cache",
"version": "1.0.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "psy/psysh",
"version": "v0.7.2",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
"reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
"jakub-onderka/php-console-highlighter": "0.3.*",
"nikic/php-parser": "^1.2.1|~2.0",
"php": ">=5.3.9",
"symfony/console": "~2.3.10|^2.4.2|~3.0",
"symfony/var-dumper": "~2.7|~3.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
"fabpot/php-cs-fixer": "~1.5",
"phpunit/phpunit": "~3.7|~4.0|~5.0",
"squizlabs/php_codesniffer": "~2.0",
"symfony/finder": "~2.1|~3.0"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.8.x-dev"
}
},
"autoload": {
"files": [
"src/Psy/functions.php"
],
"psr-4": {
"Psy\\": "src/Psy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2019-10-06 00:56:53 +00:00
"time": "2016-03-09T05:03:14+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "ramsey/array_column",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/ramsey/array_column.git",
"reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/array_column/zipball/f8e52eb28e67eb50e613b451dd916abcf783c1db",
"reference": "f8e52eb28e67eb50e613b451dd916abcf783c1db",
"shasum": ""
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "0.8.*",
"phpunit/phpunit": "~4.5",
"satooshi/php-coveralls": "0.6.*",
"squizlabs/php_codesniffer": "~2.2"
},
"type": "library",
"autoload": {
"files": [
"src/array_column.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"homepage": "http://benramsey.com"
}
],
"description": "Provides functionality for array_column() to projects using PHP earlier than version 5.5.",
"homepage": "https://github.com/ramsey/array_column",
"keywords": [
"array",
"array_column",
"column"
],
2019-10-06 00:56:53 +00:00
"abandoned": true,
"time": "2015-03-20T22:07:39+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/cache",
2019-10-06 00:56:53 +00:00
"version": "v0.4.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
2019-10-06 00:56:53 +00:00
"reference": "75494f26b4ef089db9bf8c90b63c296246e099e8"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/cache/zipball/75494f26b4ef089db9bf8c90b63c296246e099e8",
"reference": "75494f26b4ef089db9bf8c90b63c296246e099e8",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/promise": "~2.0|~1.1"
},
2019-10-06 00:56:53 +00:00
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
2016-12-30 08:15:36 +00:00
"type": "library",
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"React\\Cache\\": "src/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-10-06 00:56:53 +00:00
"description": "Async, Promise-based cache interface for ReactPHP",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"cache",
"caching",
"promise",
"reactphp"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2017-12-20T16:47:13+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/child-process",
2019-10-06 00:56:53 +00:00
"version": "v0.4.3",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/child-process.git",
2019-10-06 00:56:53 +00:00
"reference": "b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/child-process/zipball/b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6",
"reference": "b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"evenement/evenement": "^2.0 || ^1.0",
"php": ">=5.3.0",
"react/event-loop": "^0.4 || ^0.3",
"react/stream": "^0.5 || ^0.4.4"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "^5.0 || ^4.8.10",
2016-12-30 08:15:36 +00:00
"sebastian/environment": "~1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\ChildProcess\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Library for executing child processes.",
"keywords": [
"process"
],
2019-10-06 00:56:53 +00:00
"time": "2017-03-14T13:23:20+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/dns",
2019-10-06 00:56:53 +00:00
"version": "v0.4.17",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
2019-10-06 00:56:53 +00:00
"reference": "0f30c6ceb71504d359d51132a97e1703051f1589"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/dns/zipball/0f30c6ceb71504d359d51132a97e1703051f1589",
"reference": "0f30c6ceb71504d359d51132a97e1703051f1589",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
2019-10-06 00:56:53 +00:00
"react/cache": "^1.0 || ^0.6 || ^0.5 || ^0.4 || ^0.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.1 || ^1.2.1",
"react/promise-timer": "^1.2",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5"
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Dns\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-10-06 00:56:53 +00:00
"description": "Async DNS resolver for ReactPHP",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"async",
2016-12-30 08:15:36 +00:00
"dns",
2019-10-06 00:56:53 +00:00
"dns-resolver",
"reactphp"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-04-01T07:31:55+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/event-loop",
2019-10-06 00:56:53 +00:00
"version": "v0.4.3",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
2019-10-06 00:56:53 +00:00
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
"reference": "8bde03488ee897dc6bb3d91e4e17c353f9c5252f",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
2019-10-06 00:56:53 +00:00
"require-dev": {
"phpunit/phpunit": "~4.8"
},
2016-12-30 08:15:36 +00:00
"suggest": {
"ext-event": "~1.0",
"ext-libev": "*",
"ext-libevent": ">=0.1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\EventLoop\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Event loop abstraction layer that libraries can use for evented I/O.",
"keywords": [
"asynchronous",
"event-loop"
],
2019-10-06 00:56:53 +00:00
"time": "2017-04-27T10:56:23+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/http",
2019-10-06 00:56:53 +00:00
"version": "v0.4.4",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/http.git",
2019-10-06 00:56:53 +00:00
"reference": "aac319bd789cbc7b478d42cde2d03596e97e3222"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/http/zipball/aac319bd789cbc7b478d42cde2d03596e97e3222",
"reference": "aac319bd789cbc7b478d42cde2d03596e97e3222",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"evenement/evenement": "^2.0 || ^1.0",
"php": ">=5.3.0",
2016-12-30 08:15:36 +00:00
"react/socket": "^0.4",
2019-10-06 00:56:53 +00:00
"react/stream": "^0.4.4",
"ringcentral/psr7": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^4.8.10||^5.0"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Library for building an evented http server.",
"keywords": [
"http"
],
2019-10-06 00:56:53 +00:00
"time": "2017-02-13T14:12:50+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/http-client",
2019-10-06 00:56:53 +00:00
"version": "v0.4.17",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/http-client.git",
2019-10-06 00:56:53 +00:00
"reference": "75ee8a113f156834aaabfe0055e8db531cb4892c"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/http-client/zipball/75ee8a113f156834aaabfe0055e8db531cb4892c",
"reference": "75ee8a113f156834aaabfe0055e8db531cb4892c",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"evenement/evenement": "~2.0",
"guzzlehttp/psr7": "^1.0",
"php": ">=5.4.0",
"react/dns": "0.4.*",
"react/event-loop": "0.4.*",
"react/promise": "~2.2",
"react/socket-client": "^0.5 || ^0.4 || ^0.3",
"react/stream": "0.4.*"
},
2019-10-06 00:56:53 +00:00
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10"
},
2016-12-30 08:15:36 +00:00
"type": "library",
"autoload": {
"psr-4": {
"React\\HttpClient\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Asynchronous HTTP client library.",
"keywords": [
"http"
],
2019-10-06 00:56:53 +00:00
"time": "2017-03-20T09:55:48+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/promise",
2019-10-06 00:56:53 +00:00
"version": "v2.7.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
2019-10-06 00:56:53 +00:00
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
"reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
2019-10-06 00:56:53 +00:00
"require-dev": {
"phpunit/phpunit": "~4.8"
},
2016-12-30 08:15:36 +00:00
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2019-10-06 00:56:53 +00:00
"time": "2019-01-07T21:25:54+00:00"
},
{
"name": "react/promise-timer",
"version": "v1.5.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.7.0 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Timer\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
"homepage": "https://github.com/reactphp/promise-timer",
"keywords": [
"async",
"event-loop",
"promise",
"reactphp",
"timeout",
"timer"
],
"time": "2019-03-27T18:10:32+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/react",
"version": "v0.4.2",
"source": {
"type": "git",
"url": "https://github.com/reactphp/react.git",
"reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/react/zipball/457b6b8a16a37c11278cac0870d6d2ff911c5765",
"reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"react/cache": "0.4.*",
"react/child-process": "0.4.*",
"react/dns": "0.4.*",
"react/event-loop": "0.4.*",
"react/http": "0.4.*",
"react/http-client": "0.4.*",
"react/promise": "~2.1",
"react/socket": "0.4.*",
"react/socket-client": "0.4.*",
"react/stream": "0.4.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-event": "Allows for use of a more performant event-loop implementation.",
"ext-libev": "Allows for use of a more performant event-loop implementation.",
"ext-libevent": "Allows for use of a more performant event-loop implementation."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Nuclear Reactor written in PHP.",
"keywords": [
"asynchronous",
"event-loop",
"reactor"
],
2019-10-06 00:56:53 +00:00
"time": "2014-12-11T02:06:55+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/socket",
2019-10-06 00:56:53 +00:00
"version": "v0.4.6",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket.git",
2019-10-06 00:56:53 +00:00
"reference": "cf074e53c974df52388ebd09710a9018894745d2"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2",
"reference": "cf074e53c974df52388ebd09710a9018894745d2",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"evenement/evenement": "~2.0|~1.0",
"php": ">=5.3.0",
"react/event-loop": "0.4.*|0.3.*",
2019-10-06 00:56:53 +00:00
"react/promise": "^2.0 || ^1.1",
"react/stream": "^0.4.5"
},
"require-dev": {
"clue/block-react": "^1.1",
"phpunit/phpunit": "~4.8",
"react/socket-client": "^0.5.1"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Socket\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-10-06 00:56:53 +00:00
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP",
2016-12-30 08:15:36 +00:00
"keywords": [
"Socket"
],
2019-10-06 00:56:53 +00:00
"time": "2017-01-26T09:23:38+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/socket-client",
"version": "v0.4.6",
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket-client.git",
"reference": "49e730523b73d912e56f7a41f53ed3fc083ae167"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/socket-client/zipball/49e730523b73d912e56f7a41f53ed3fc083ae167",
"reference": "49e730523b73d912e56f7a41f53ed3fc083ae167",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"react/dns": "0.4.*",
"react/event-loop": "0.4.*",
"react/promise": "~2.0",
"react/stream": "0.4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.4-dev"
}
},
"autoload": {
"psr-4": {
"React\\SocketClient\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async connector to open TCP/IP and SSL/TLS based connections.",
"keywords": [
"Socket"
],
2019-10-06 00:56:53 +00:00
"abandoned": "react/socket",
"time": "2016-12-06T10:54:49+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "react/stream",
2019-10-06 00:56:53 +00:00
"version": "v0.4.6",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
2019-10-06 00:56:53 +00:00
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
"reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"evenement/evenement": "^2.0|^1.0",
"php": ">=5.3.8"
},
"require-dev": {
"clue/stream-filter": "~1.2",
"react/event-loop": "^0.4|^0.3",
"react/promise": "^2.0|^1.0"
},
"suggest": {
"react/event-loop": "^0.4",
"react/promise": "^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Stream\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Basic readable and writable stream interfaces that support piping.",
"keywords": [
"pipe",
"stream"
],
2019-10-06 00:56:53 +00:00
"time": "2017-01-25T14:44:14+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "ringcentral/psr7",
"version": "1.2.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/ringcentral/psr7.git",
"reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
"reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.3",
"psr/http-message": "~1.0"
2016-12-30 08:15:36 +00:00
},
2019-10-06 00:56:53 +00:00
"provide": {
"psr/http-message-implementation": "1.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "~4.0"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "1.0-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"RingCentral\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
2016-12-30 08:15:36 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"MIT"
2016-12-30 08:15:36 +00:00
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "PSR-7 message implementation",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"http",
"message",
"stream",
"uri"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2018-01-15T21:00:49+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "rmccue/requests",
"version": "v1.7.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/rmccue/Requests.git",
"reference": "87932f52ffad70504d93f04f15690cf16a089546"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546",
"reference": "87932f52ffad70504d93f04f15690cf16a089546",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.2"
},
"require-dev": {
"requests/test-server": "dev-master"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-0": {
"Requests": "library/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"ISC"
2016-12-30 08:15:36 +00:00
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Ryan McCue",
"homepage": "http://ryanmccue.info"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "A HTTP library written in PHP, for human beings.",
"homepage": "http://github.com/rmccue/Requests",
2016-12-30 08:15:36 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"curl",
"fsockopen",
"http",
"idna",
"ipv6",
"iri",
"sockets"
2016-12-30 08:15:36 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2016-10-13T00:11:37+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "squizlabs/php_codesniffer",
2019-10-06 00:56:53 +00:00
"version": "2.9.2",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2019-10-06 00:56:53 +00:00
"reference": "2acf168de78487db620ab4bc524135a13cfe6745"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
"reference": "2acf168de78487db620ab4bc524135a13cfe6745",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"scripts/phpcs",
"scripts/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"classmap": [
"CodeSniffer.php",
"CodeSniffer/CLI.php",
"CodeSniffer/Exception.php",
"CodeSniffer/File.php",
"CodeSniffer/Fixer.php",
"CodeSniffer/Report.php",
"CodeSniffer/Reporting.php",
"CodeSniffer/Sniff.php",
"CodeSniffer/Tokens.php",
"CodeSniffer/Reports/",
"CodeSniffer/Tokenizers/",
"CodeSniffer/DocGenerators/",
"CodeSniffer/Standards/AbstractPatternSniff.php",
"CodeSniffer/Standards/AbstractScopeSniff.php",
"CodeSniffer/Standards/AbstractVariableSniff.php",
"CodeSniffer/Standards/IncorrectPatternException.php",
"CodeSniffer/Standards/Generic/Sniffs/",
"CodeSniffer/Standards/MySource/Sniffs/",
"CodeSniffer/Standards/PEAR/Sniffs/",
"CodeSniffer/Standards/PSR1/Sniffs/",
"CodeSniffer/Standards/PSR2/Sniffs/",
"CodeSniffer/Standards/Squiz/Sniffs/",
"CodeSniffer/Standards/Zend/Sniffs/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
2019-10-06 00:56:53 +00:00
"time": "2018-11-07T22:31:41+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/cache",
2019-10-06 00:56:53 +00:00
"version": "v4.3.4",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2019-10-06 00:56:53 +00:00
"reference": "1d8f7fee990c586f275cde1a9fc883d6b1e2d43e"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/cache/zipball/1d8f7fee990c586f275cde1a9fc883d6b1e2d43e",
"reference": "1d8f7fee990c586f275cde1a9fc883d6b1e2d43e",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.1.3",
2016-12-30 08:15:36 +00:00
"psr/cache": "~1.0",
2019-10-06 00:56:53 +00:00
"psr/log": "~1.0",
"symfony/cache-contracts": "^1.1",
"symfony/service-contracts": "^1.1",
"symfony/var-exporter": "^4.2"
},
"conflict": {
"doctrine/dbal": "<2.5",
"symfony/dependency-injection": "<3.4",
"symfony/var-dumper": "<3.4"
2016-12-30 08:15:36 +00:00
},
"provide": {
2019-10-06 00:56:53 +00:00
"psr/cache-implementation": "1.0",
"psr/simple-cache-implementation": "1.0",
"symfony/cache-implementation": "1.0"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "~1.6",
2019-10-06 00:56:53 +00:00
"doctrine/dbal": "~2.5",
"predis/predis": "~1.1",
"psr/simple-cache": "^1.0",
"symfony/config": "~4.2",
"symfony/dependency-injection": "~3.4|~4.1",
"symfony/var-dumper": "^4.1.1"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "4.3-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-10-06 00:56:53 +00:00
"description": "Symfony Cache component with PSR-6, PSR-16, and tags",
2016-12-30 08:15:36 +00:00
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
2019-10-06 00:56:53 +00:00
"time": "2019-08-26T08:26:39+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v1.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
"reference": "ec5524b669744b5f1dc9c66d3c2b091eb7e7f0db",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/cache": "^1.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"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 caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-06-13T11:15:36+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/console",
2019-10-06 00:56:53 +00:00
"version": "v3.4.31",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2019-10-06 00:56:53 +00:00
"reference": "4510f04e70344d70952566e4262a0b11df39cb10"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/4510f04e70344d70952566e4262a0b11df39cb10",
"reference": "4510f04e70344d70952566e4262a0b11df39cb10",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.5.9|>=7.0.8",
"symfony/debug": "~2.8|~3.0|~4.0",
2016-12-30 08:15:36 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
2019-10-06 00:56:53 +00:00
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
2016-12-30 08:15:36 +00:00
"require-dev": {
"psr/log": "~1.0",
2019-10-06 00:56:53 +00:00
"symfony/config": "~3.3|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.3|~4.0"
2016-12-30 08:15:36 +00:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
2019-10-06 00:56:53 +00:00
"symfony/lock": "",
2016-12-30 08:15:36 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.4-dev"
2016-12-30 08:15:36 +00:00
}
},
"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",
2019-10-06 00:56:53 +00:00
"time": "2019-08-26T07:52:58+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/debug",
2019-10-06 00:56:53 +00:00
"version": "v4.3.4",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2019-10-06 00:56:53 +00:00
"reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/afcdea44a2e399c1e4b52246ec8d54c715393ced",
"reference": "afcdea44a2e399c1e4b52246ec8d54c715393ced",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.1.3",
2016-12-30 08:15:36 +00:00
"psr/log": "~1.0"
},
"conflict": {
2019-10-06 00:56:53 +00:00
"symfony/http-kernel": "<3.4"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "4.3-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"time": "2019-08-20T14:27:59+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/event-dispatcher",
2019-10-06 00:56:53 +00:00
"version": "v3.4.31",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2019-10-06 00:56:53 +00:00
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e922c4c3430b9de624e8a285dada5e61e230959",
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
"psr/log": "~1.0",
2019-10-06 00:56:53 +00:00
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
2016-12-30 08:15:36 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.4-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"time": "2019-08-23T08:05:57+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/expression-language",
2019-10-06 00:56:53 +00:00
"version": "v4.3.4",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/expression-language.git",
2019-10-06 00:56:53 +00:00
"reference": "c8b47d8820d3bf75f757eec8a2647584c14cf0c6"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/expression-language/zipball/c8b47d8820d3bf75f757eec8a2647584c14cf0c6",
"reference": "c8b47d8820d3bf75f757eec8a2647584c14cf0c6",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.1.3",
"symfony/cache": "~3.4|~4.0",
"symfony/service-contracts": "^1.1"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "4.3-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ExpressionLanguage\\": ""
},
"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 ExpressionLanguage Component",
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"time": "2019-08-08T09:29:19+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/filesystem",
2019-10-06 00:56:53 +00:00
"version": "v4.3.4",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2019-10-06 00:56:53 +00:00
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263",
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "4.3-dev"
2016-12-30 08:15:36 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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 Filesystem Component",
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"time": "2019-08-20T14:07:54+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/finder",
2019-10-06 00:56:53 +00:00
"version": "v3.4.31",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2019-10-06 00:56:53 +00:00
"reference": "1fcad80b440abcd1451767349906b6f9d3961d37"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/1fcad80b440abcd1451767349906b6f9d3961d37",
"reference": "1fcad80b440abcd1451767349906b6f9d3961d37",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.5.9|>=7.0.8"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.4-dev"
2016-12-30 08:15:36 +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-10-06 00:56:53 +00:00
"time": "2019-08-14T09:39:58+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.12-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2019-08-06T08:03:45+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2019-10-06 00:56:53 +00:00
"version": "v1.12.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-10-06 00:56:53 +00:00
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "1.12-dev"
2016-12-30 08:15:36 +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-10-06 00:56:53 +00:00
"time": "2019-08-06T08:03:45+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "symfony/process",
2019-10-06 00:56:53 +00:00
"version": "v3.4.31",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2019-10-06 00:56:53 +00:00
"reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/d822cb654000a95b7855362c0d5b127f6a6d8baa",
"reference": "d822cb654000a95b7855362c0d5b127f6a6d8baa",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.5.9|>=7.0.8"
2015-07-22 15:47:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.4-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
"psr-4": {
2016-12-30 08:15:36 +00:00
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-22 15:47:01 +00:00
}
],
2016-12-30 08:15:36 +00:00
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"time": "2019-08-26T07:52:58+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"reference": "ea7263d6b6d5f798b56a45a5b8d686725f2719a3",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"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 writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-08-20T14:44:19+00:00"
2015-07-22 15:47:01 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "symfony/translation",
"version": "v4.3.4",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/symfony/translation.git",
"reference": "28498169dd334095fa981827992f3a24d50fed0f"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/28498169dd334095fa981827992f3a24d50fed0f",
"reference": "28498169dd334095fa981827992f3a24d50fed0f",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"symfony/translation-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/intl": "~3.4|~4.0",
"symfony/service-contracts": "^1.1.2",
"symfony/var-dumper": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
2015-07-22 15:47:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "4.3-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"Symfony\\Component\\Translation\\": ""
2015-11-17 15:41:07 +00:00
},
2016-01-14 18:29:57 +00:00
"exclude-from-classmap": [
"/Tests/"
2015-11-17 15:41:07 +00:00
]
2015-07-22 15:47:01 +00:00
},
"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-10-06 00:56:53 +00:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
"time": "2019-08-26T08:55:16+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "325b17c24f3ee23cbecfa63ba809c6d89b5fa04a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/325b17c24f3ee23cbecfa63ba809c6d89b5fa04a",
"reference": "325b17c24f3ee23cbecfa63ba809c6d89b5fa04a",
"shasum": ""
},
"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",
2015-07-22 15:47:01 +00:00
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-08-02T12:15:04+00:00"
2016-01-14 18:29:57 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "symfony/var-dumper",
2019-10-06 00:56:53 +00:00
"version": "v3.4.31",
2016-01-14 18:29:57 +00:00
"source": {
"type": "git",
2016-12-30 08:15:36 +00:00
"url": "https://github.com/symfony/var-dumper.git",
2019-10-06 00:56:53 +00:00
"reference": "5408ad7194737ee1bc5ab7a9683fb6925f92c3e4"
2016-01-14 18:29:57 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/5408ad7194737ee1bc5ab7a9683fb6925f92c3e4",
"reference": "5408ad7194737ee1bc5ab7a9683fb6925f92c3e4",
2016-01-14 18:29:57 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.5.9|>=7.0.8",
2016-05-05 07:07:49 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
2019-10-06 00:56:53 +00:00
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
},
2016-05-05 07:07:49 +00:00
"require-dev": {
2019-10-06 00:56:53 +00:00
"ext-iconv": "*",
"twig/twig": "~1.34|~2.4"
2016-01-14 18:29:57 +00:00
},
"suggest": {
2019-10-06 00:56:53 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
2016-12-30 08:15:36 +00:00
"ext-symfony_debug": ""
2016-01-14 18:29:57 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.4-dev"
2016-01-14 18:29:57 +00:00
}
},
"autoload": {
2016-12-30 08:15:36 +00:00
"files": [
"Resources/functions/dump.php"
],
2016-01-14 18:29:57 +00:00
"psr-4": {
2016-12-30 08:15:36 +00:00
"Symfony\\Component\\VarDumper\\": ""
2016-01-14 18:29:57 +00:00
},
2016-05-05 07:07:49 +00:00
"exclude-from-classmap": [
"/Tests/"
2016-01-14 18:29:57 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2016-01-14 18:29:57 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2016-12-30 08:15:36 +00:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
2016-01-14 18:29:57 +00:00
"homepage": "https://symfony.com",
2016-12-30 08:15:36 +00:00
"keywords": [
"debug",
"dump"
],
2019-10-06 00:56:53 +00:00
"time": "2019-08-26T07:50:50+00:00"
2015-07-22 15:47:01 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "symfony/var-exporter",
"version": "v4.3.4",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/symfony/var-exporter.git",
"reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/d5b4e2d334c1d80e42876c7d489896cfd37562f2",
"reference": "d5b4e2d334c1d80e42876c7d489896cfd37562f2",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^7.1.3"
},
"require-dev": {
"symfony/var-dumper": "^4.1.1"
2015-07-22 15:47:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "4.3-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
"psr-4": {
2019-10-06 00:56:53 +00:00
"Symfony\\Component\\VarExporter\\": ""
2016-01-14 18:29:57 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-07-22 15:47:01 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-10-06 00:56:53 +00:00
"description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
2015-07-22 15:47:01 +00:00
"homepage": "https://symfony.com",
2019-10-06 00:56:53 +00:00
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"serialize"
],
"time": "2019-08-22T07:33:08+00:00"
2015-07-22 15:47:01 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "symfony/yaml",
"version": "v3.4.31",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/symfony/yaml.git",
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/3dc414b7db30695bae671a1d86013d03f4ae9834",
"reference": "3dc414b7db30695bae671a1d86013d03f4ae9834",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
2015-11-17 15:41:07 +00:00
},
2016-12-30 08:15:36 +00:00
"require-dev": {
2019-10-06 00:56:53 +00:00
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
2015-07-22 15:47:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "3.4-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
2019-10-06 00:56:53 +00:00
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"MIT"
2015-07-22 15:47:01 +00:00
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Fabien Potencier",
2019-10-06 00:56:53 +00:00
"email": "fabien@symfony.com"
2015-07-22 15:47:01 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2019-08-20T13:31:17+00:00"
},
{
"name": "tightenco/collect",
"version": "v6.0.3",
"source": {
"type": "git",
"url": "https://github.com/tightenco/collect.git",
"reference": "4aea0cd7acbdff113968c9c4e735532e10ea1393"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tightenco/collect/zipball/4aea0cd7acbdff113968c9c4e735532e10ea1393",
"reference": "4aea0cd7acbdff113968c9c4e735532e10ea1393",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/var-dumper": ">=3.4 <5"
},
"require-dev": {
"mockery/mockery": "^1.0",
"nesbot/carbon": "^2.23.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"autoload": {
"files": [
"src/Collect/Support/helpers.php",
"src/Collect/Support/alias.php"
],
"psr-4": {
"Tightenco\\Collect\\": "src/Collect"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2016-12-30 08:15:36 +00:00
{
2019-10-06 00:56:53 +00:00
"name": "Taylor Otwell",
"email": "taylorotwell@gmail.com"
2015-07-22 15:47:01 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "Collect - Illuminate Collections as a separate package.",
2016-05-05 07:07:49 +00:00
"keywords": [
2019-10-06 00:56:53 +00:00
"collection",
"laravel"
2016-05-05 07:07:49 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-09-17T12:13:52+00:00"
2015-07-22 15:47:01 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "twig/twig",
"version": "v1.42.3",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2019-10-06 00:56:53 +00:00
"url": "https://github.com/twigphp/Twig.git",
"reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/201baee843e0ffe8b0b956f336dd42b2a92fae4e",
"reference": "201baee843e0ffe8b0b956f336dd42b2a92fae4e",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2016-12-30 08:15:36 +00:00
"php": ">=5.5.0",
2019-10-06 00:56:53 +00:00
"symfony/polyfill-ctype": "^1.8"
2016-01-14 18:29:57 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"psr/container": "^1.0",
"symfony/debug": "^3.4|^4.2",
"symfony/phpunit-bridge": "^4.4@dev|^5.0"
2015-07-22 15:47:01 +00:00
},
2016-12-30 08:15:36 +00:00
"type": "library",
2019-10-06 00:56:53 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.42-dev"
}
},
2016-12-30 08:15:36 +00:00
"autoload": {
"psr-0": {
2019-10-06 00:56:53 +00:00
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
2016-12-30 08:15:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"BSD-3-Clause"
2016-12-30 08:15:36 +00:00
],
"authors": [
{
2019-10-06 00:56:53 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"homepage": "https://twig.symfony.com/contributors",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2016-12-30 08:15:36 +00:00
}
],
2019-10-06 00:56:53 +00:00
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"time": "2019-08-24T12:51:03+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "vlucas/phpdotenv",
2019-10-06 00:56:53 +00:00
"version": "v2.6.1",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2019-10-06 00:56:53 +00:00
"reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
"reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": ">=5.3.9",
"symfony/polyfill-ctype": "^1.9"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2015-07-22 15:47:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-06 00:56:53 +00:00
"dev-master": "2.6-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
"psr-4": {
2016-12-30 08:15:36 +00:00
"Dotenv\\": "src/"
}
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-10-06 00:56:53 +00:00
"BSD-3-Clause"
2015-07-22 15:47:01 +00:00
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2019-10-06 00:56:53 +00:00
"time": "2019-01-29T11:11:52+00:00"
2016-12-30 08:15:36 +00:00
},
{
2019-10-06 00:56:53 +00:00
"name": "webflo/drupal-finder",
2016-12-30 08:15:36 +00:00
"version": "1.2.0",
2019-10-06 00:56:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-finder.git",
"reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webflo/drupal-finder/zipball/123e248e14ee8dd3fbe89fb5a733a6cf91f5820e",
"reference": "123e248e14ee8dd3fbe89fb5a733a6cf91f5820e",
"shasum": ""
},
"require": {
"ext-json": "*"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"classmap": [
"src/DrupalFinder.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Florian Weber",
"email": "florian@webflo.org"
}
],
"description": "Helper class to locate a Drupal installation from a given path.",
"time": "2019-08-02T08:06:18+00:00"
},
{
"name": "webmozart/assert",
"version": "1.5.0",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-10-06 00:56:53 +00:00
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
2019-10-06 00:56:53 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-12-30 08:15:36 +00:00
},
"require-dev": {
2019-10-06 00:56:53 +00:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2016-12-30 08:15:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-07-22 15:47:01 +00:00
{
2016-12-30 08:15:36 +00:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2015-07-22 15:47:01 +00:00
}
],
2016-12-30 08:15:36 +00:00
"description": "Assertions to validate method input/output with nice error messages.",
2015-07-22 15:47:01 +00:00
"keywords": [
2016-12-30 08:15:36 +00:00
"assert",
"check",
"validate"
2015-07-22 15:47:01 +00:00
],
2019-10-06 00:56:53 +00:00
"time": "2019-08-24T08:43:50+00:00"
2015-07-22 15:47:01 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "webmozart/path-util",
"version": "2.3.0",
2015-07-22 15:47:01 +00:00
"source": {
"type": "git",
2016-12-30 08:15:36 +00:00
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
2015-07-22 15:47:01 +00:00
},
"dist": {
"type": "zip",
2016-12-30 08:15:36 +00:00
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
2015-07-22 15:47:01 +00:00
"shasum": ""
},
"require": {
2016-12-30 08:15:36 +00:00
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
2015-07-22 15:47:01 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-12-30 08:15:36 +00:00
"dev-master": "2.3-dev"
2015-07-22 15:47:01 +00:00
}
},
"autoload": {
"psr-4": {
2016-12-30 08:15:36 +00:00
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
2019-10-06 00:56:53 +00:00
"time": "2015-12-17T08:42:14+00:00"
2016-12-30 08:15:36 +00:00
},
{
"name": "wp-cli/php-cli-tools",
2019-10-06 00:56:53 +00:00
"version": "v0.11.11",
2016-12-30 08:15:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/wp-cli/php-cli-tools.git",
2019-10-06 00:56:53 +00:00
"reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f"
2016-12-30 08:15:36 +00:00
},
"dist": {
"type": "zip",
2019-10-06 00:56:53 +00:00
"url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
"reference": "fe9c7c44a9e1bf2196ec51dc38da0593dbf2993f",
2016-12-30 08:15:36 +00:00
"shasum": ""
},
"require": {
"php": ">= 5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"cli": "lib/"
2016-01-14 18:29:57 +00:00
},
2016-12-30 08:15:36 +00:00
"files": [
"lib/cli/cli.php"
2016-01-14 18:29:57 +00:00
]
2015-07-22 15:47:01 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-12-30 08:15:36 +00:00
"name": "James Logsdon",
2019-10-06 00:56:53 +00:00
"role": "Developer",
"email": "jlogsdon@php.net"
2015-07-22 15:47:01 +00:00
},
{
2016-12-30 08:15:36 +00:00
"name": "Daniel Bachhuber",
2019-10-06 00:56:53 +00:00
"role": "Maintainer",
"email": "daniel@handbuilt.co"
2015-07-22 15:47:01 +00:00
}
],
2016-12-30 08:15:36 +00:00
"description": "Console utilities for PHP",
"homepage": "http://github.com/wp-cli/php-cli-tools",
"keywords": [
"cli",
"console"
],
2019-10-06 00:56:53 +00:00
"time": "2018-09-04T13:28:00+00:00"
2015-07-22 15:47:01 +00:00
}
],
"packages-dev": [],
"aliases": [],
2016-12-30 08:15:36 +00:00
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
2015-07-22 15:47:01 +00:00
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}