{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "0ff4fa15b4bec559ec19fade00c503e8", "content-hash": "a106b99d858c808f8998ba307391b047", "packages": [ { "name": "consolidation/annotated-command", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", "reference": "0bcb15e86b8bfbb1972fc6bc31b7d9c3fa40285d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/0bcb15e86b8bfbb1972fc6bc31b7d9c3fa40285d", "reference": "0bcb15e86b8bfbb1972fc6bc31b7d9c3fa40285d", "shasum": "" }, "require": { "consolidation/output-formatters": "~2|~3", "php": ">=5.4.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2", "psr/log": "~1", "symfony/console": "^2.8|~3", "symfony/event-dispatcher": "^2.5|~3", "symfony/finder": "^2.5|~3" }, "require-dev": { "phpunit/phpunit": "4.*", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { "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.", "time": "2016-11-14 23:51:12" }, { "name": "consolidation/output-formatters", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", "reference": "664722e42208d41c556b40e5ecbf2925b7f26e89" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/664722e42208d41c556b40e5ecbf2925b7f26e89", "reference": "664722e42208d41c556b40e5ecbf2925b7f26e89", "shasum": "" }, "require": { "php": ">=5.4.0", "symfony/console": "~2.5|~3.0", "symfony/finder": "~2.5|~3.0", "victorjonsson/markdowndocs": "^1.3" }, "require-dev": { "phpunit/phpunit": "4.*", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "2.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "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.", "time": "2016-11-10 23:25:21" }, { "name": "deployer/deployer", "version": "v4.0.2", "source": { "type": "git", "url": "https://github.com/deployphp/deployer.git", "reference": "25f4278a1019303735054ee0be4b9193f54250a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deployphp/deployer/zipball/25f4278a1019303735054ee0be4b9193f54250a8", "reference": "25f4278a1019303735054ee0be4b9193f54250a8", "shasum": "" }, "require": { "deployer/phar-update": "^1.0", "elfet/pure": "~2.0", "monolog/monolog": "^1.21", "php": ">=5.6.0", "phpseclib/phpseclib": "~2.0", "pimple/pimple": "~3.0", "symfony/console": "~2.6|~3.0", "symfony/finder": "~2.6|~3.0", "symfony/process": "~2.6|~3.0", "symfony/yaml": "~2.6|~3.0" }, "require-dev": { "phpunit/phpunit": "~5.4" }, "suggest": { "ext-sockets": "For parallel deployment", "herzult/php-ssh": "For SSH support through native SSH2 extension" }, "bin": [ "bin/dep" ], "type": "library", "autoload": { "psr-4": { "Deployer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anton Medvedev", "email": "anton@medv.io" } ], "description": "Deployment Tool", "homepage": "https://deployer.org", "time": "2016-11-25 13:39:37" }, { "name": "deployer/phar-update", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/deployphp/phar-update.git", "reference": "df2670056d9922b6f02e055ce9846508656b02aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/deployphp/phar-update/zipball/df2670056d9922b6f02e055ce9846508656b02aa", "reference": "df2670056d9922b6f02e055ce9846508656b02aa", "shasum": "" }, "require": { "herrera-io/phar-update": "~2.0", "php": ">=5.3.3", "symfony/console": "^2.1|^3.0" }, "require-dev": { "herrera-io/box": "~1.0", "herrera-io/phpunit-test-case": "1.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "psr-4": { "Deployer\\Component\\PharUpdate\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Herrera", "email": "kevin@herrera.io", "homepage": "http://kevin.herrera.io" }, { "name": "Anton Medvedev", "email": "anton@medv.io", "homepage": "http://medv.io" } ], "description": "Integrates Phar Update to Symfony Console.", "homepage": "https://github.com/deployphp/phar-update", "keywords": [ "console", "phar", "update" ], "time": "2016-04-06 13:32:59" }, { "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", "time": "2014-10-24 07:27:01" }, { "name": "drush/drush", "version": "8.1.8", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", "reference": "838c36d80bea7f78f1ae3e7f7479d60b7361c0fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/drush-ops/drush/zipball/838c36d80bea7f78f1ae3e7f7479d60b7361c0fd", "reference": "838c36d80bea7f78f1ae3e7f7479d60b7361c0fd", "shasum": "" }, "require": { "consolidation/annotated-command": "~2", "consolidation/output-formatters": "~2", "pear/console_table": "~1.3.0", "php": ">=5.4.5", "phpdocumentor/reflection-docblock": "^2.0", "psr/log": "~1.0", "psy/psysh": "~0.6", "symfony/console": "~2.7", "symfony/event-dispatcher": "~2.7", "symfony/finder": "~2.7", "symfony/var-dumper": "~2.7", "symfony/yaml": "~2.3", "webmozart/path-util": "~2" }, "require-dev": { "phpunit/phpunit": "4.*", "symfony/process": "2.7.*" }, "suggest": { "drush/config-extra": "Provides configuration workflow commands, such as config-merge.", "ext-pcntl": "*" }, "bin": [ "drush", "drush.launcher", "drush.php", "drush.complete.sh" ], "type": "library", "extra": { "branch-alias": { "dev-master": "8.0.x-dev" } }, "autoload": { "psr-0": { "Drush": "lib/", "Consolidation": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "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" }, { "name": "Christopher Gervais", "email": "chris@ergonlogic.com" }, { "name": "Dave Reid", "email": "dave@davereid.net" }, { "name": "Damian Lee", "email": "damiankloip@googlemail.com" } ], "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", "time": "2016-11-30 07:01:02" }, { "name": "elfet/pure", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/elfet/purephp.git", "reference": "9d6422d31b89c4f79c322df2a7772936a8bc74a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/elfet/purephp/zipball/9d6422d31b89c4f79c322df2a7772936a8bc74a1", "reference": "9d6422d31b89c4f79c322df2a7772936a8bc74a1", "shasum": "" }, "require": { "react/react": "~0.4", "symfony/console": "~2.6|~3.0", "symfony/debug": "~2.6|~3.0", "symfony/expression-language": "~2.6|~3.0" }, "require-dev": { "phpunit/phpunit": "~4.4", "symfony/finder": "~2.6|~3.0", "symfony/process": "~2.6|~3.0" }, "bin": [ "pure" ], "type": "library", "autoload": { "psr-4": { "Pure\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anton Medvedev", "email": "anton@medv.io" } ], "description": "Pure PHP key-value storage", "time": "2016-03-19 14:26:03" }, { "name": "evenement/evenement", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-0": { "Evenement": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Igor Wiedler", "email": "igor@wiedler.ch", "homepage": "http://wiedler.ch/igor/" } ], "description": "Événement is a very simple event dispatching library for PHP", "keywords": [ "event-dispatcher", "event-emitter" ], "time": "2012-11-02 14:49:47" }, { "name": "friendsofphp/php-cs-fixer", "version": "v1.13.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/0ea4f7ed06ca55da1d8fc45da26ff87f261c4088", "reference": "0ea4f7ed06ca55da1d8fc45da26ff87f261c4088", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^5.3.6 || >=7.0 <7.2", "sebastian/diff": "^1.1", "symfony/console": "^2.3 || ^3.0", "symfony/event-dispatcher": "^2.1 || ^3.0", "symfony/filesystem": "^2.1 || ^3.0", "symfony/finder": "^2.1 || ^3.0", "symfony/process": "^2.3 || ^3.0", "symfony/stopwatch": "^2.5 || ^3.0" }, "conflict": { "hhvm": "<3.9" }, "require-dev": { "phpunit/phpunit": "^4.5|^5", "satooshi/php-coveralls": "^1.0" }, "bin": [ "php-cs-fixer" ], "type": "application", "autoload": { "psr-4": { "Symfony\\CS\\": "Symfony/CS/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dariusz Rumiński", "email": "dariusz.ruminski@gmail.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A tool to automatically fix PHP code style", "time": "2016-12-01 00:05:05" }, { "name": "guzzle/guzzle", "version": "v3.9.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle3.git", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.3", "symfony/event-dispatcher": "~2.1" }, "replace": { "guzzle/batch": "self.version", "guzzle/cache": "self.version", "guzzle/common": "self.version", "guzzle/http": "self.version", "guzzle/inflection": "self.version", "guzzle/iterator": "self.version", "guzzle/log": "self.version", "guzzle/parser": "self.version", "guzzle/plugin": "self.version", "guzzle/plugin-async": "self.version", "guzzle/plugin-backoff": "self.version", "guzzle/plugin-cache": "self.version", "guzzle/plugin-cookie": "self.version", "guzzle/plugin-curlauth": "self.version", "guzzle/plugin-error-response": "self.version", "guzzle/plugin-history": "self.version", "guzzle/plugin-log": "self.version", "guzzle/plugin-md5": "self.version", "guzzle/plugin-mock": "self.version", "guzzle/plugin-oauth": "self.version", "guzzle/service": "self.version", "guzzle/stream": "self.version" }, "require-dev": { "doctrine/cache": "~1.3", "monolog/monolog": "~1.0", "phpunit/phpunit": "3.7.*", "psr/log": "~1.0", "symfony/class-loader": "~2.1", "zendframework/zend-cache": "2.*,<2.3", "zendframework/zend-log": "2.*,<2.3" }, "suggest": { "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.9-dev" } }, "autoload": { "psr-0": { "Guzzle": "src/", "Guzzle\\Tests": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Guzzle Community", "homepage": "https://github.com/guzzle/guzzle/contributors" } ], "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "abandoned": "guzzlehttp/guzzle", "time": "2015-03-18 18:23:50" }, { "name": "guzzlehttp/guzzle", "version": "6.2.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60", "shasum": "" }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.3.1", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.0", "psr/log": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2016-10-08 15:01:37" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20 10:07:11" }, { "name": "guzzlehttp/psr7", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "PSR-7 message implementation", "keywords": [ "http", "message", "stream", "uri" ], "time": "2016-06-24 23:00:38" }, { "name": "herrera-io/json", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/kherge-abandoned/php-json.git", "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kherge-abandoned/php-json/zipball/60c696c9370a1e5136816ca557c17f82a6fa83f1", "reference": "60c696c9370a1e5136816ca557c17f82a6fa83f1", "shasum": "" }, "require": { "ext-json": "*", "justinrainbow/json-schema": ">=1.0,<2.0-dev", "php": ">=5.3.3", "seld/jsonlint": ">=1.0,<2.0-dev" }, "require-dev": { "herrera-io/phpunit-test-case": "1.*", "mikey179/vfsstream": "1.1.0", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "files": [ "src/lib/json_version.php" ], "psr-0": { "Herrera\\Json": "src/lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Herrera", "email": "kevin@herrera.io", "homepage": "http://kevin.herrera.io" } ], "description": "A library for simplifying JSON linting and validation.", "homepage": "http://herrera-io.github.com/php-json", "keywords": [ "json", "lint", "schema", "validate" ], "time": "2013-10-30 16:51:34" }, { "name": "herrera-io/phar-update", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/kherge-abandoned/php-phar-update.git", "reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kherge-abandoned/php-phar-update/zipball/15643c90d3d43620a4f45c910e6afb7a0ad4b488", "reference": "15643c90d3d43620a4f45c910e6afb7a0ad4b488", "shasum": "" }, "require": { "herrera-io/json": "1.*", "herrera-io/version": "1.*", "php": ">=5.3.3" }, "require-dev": { "herrera-io/phpunit-test-case": "1.*", "mikey179/vfsstream": "1.1.0", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "files": [ "src/lib/constants.php" ], "psr-0": { "Herrera\\Phar\\Update": "src/lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Herrera", "email": "kevin@herrera.io", "homepage": "http://kevin.herrera.io" } ], "description": "A library for self-updating Phars.", "homepage": "http://herrera-io.github.com/php-phar-update", "keywords": [ "phar", "update" ], "time": "2013-11-09 17:13:13" }, { "name": "herrera-io/version", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/kherge-abandoned/php-version.git", "reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kherge-abandoned/php-version/zipball/d39d9642b92a04d8b8a28b871b797a35a2545e85", "reference": "d39d9642b92a04d8b8a28b871b797a35a2545e85", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "herrera-io/phpunit-test-case": "1.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Herrera\\Version": "src/lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kevin Herrera", "email": "kevin@herrera.io", "homepage": "http://kevin.herrera.io" } ], "description": "A library for creating, editing, and comparing semantic versioning numbers.", "homepage": "http://github.com/herrera-io/php-version", "keywords": [ "semantic", "version" ], "time": "2014-05-27 05:29:25" }, { "name": "hirak/prestissimo", "version": "0.3.5", "source": { "type": "git", "url": "https://github.com/hirak/prestissimo.git", "reference": "abfc45c609b049c488f894251d2ea4a4e4bfa01e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hirak/prestissimo/zipball/abfc45c609b049c488f894251d2ea4a4e4bfa01e", "reference": "abfc45c609b049c488f894251d2ea4a4e4bfa01e", "shasum": "" }, "require": { "composer-plugin-api": "^1.0.0", "ext-curl": "*", "php": "^5.3.2 || ^7.0" }, "require-dev": { "composer/composer": "1.0.0", "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "^2.5" }, "type": "composer-plugin", "extra": { "class": "Hirak\\Prestissimo\\Plugin" }, "autoload": { "psr-4": { "Hirak\\Prestissimo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Hiraku NAKANO", "email": "hiraku@tojiru.net" } ], "description": "composer parallel install plugin", "keywords": [ "install", "parallel", "speedup" ], "time": "2016-11-24 11:22:00" }, { "name": "jakub-onderka/php-console-color", "version": "0.1", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1", "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "jakub-onderka/php-code-style": "1.0", "jakub-onderka/php-parallel-lint": "0.*", "jakub-onderka/php-var-dump-check": "0.*", "phpunit/phpunit": "3.7.*", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { "psr-0": { "JakubOnderka\\PhpConsoleColor": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "jakub.onderka@gmail.com", "homepage": "http://www.acci.cz" } ], "time": "2014-04-08 15:00:19" }, { "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/" } ], "time": "2015-04-20 18:58:01" }, { "name": "justinrainbow/json-schema", "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/cc84765fb7317f6b07bd8ac78364747f95b86341", "reference": "cc84765fb7317f6b07bd8ac78364747f95b86341", "shasum": "" }, "require": { "php": ">=5.3.29" }, "require-dev": { "json-schema/json-schema-test-suite": "1.1.0", "phpdocumentor/phpdocumentor": "~2", "phpunit/phpunit": "~3.7" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2016-01-25 15:43:01" }, { "name": "katzgrau/klogger", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/katzgrau/KLogger.git", "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", "reference": "a4ed373fa8a214aa4ae7aa4f221fe2c6ce862ef1", "shasum": "" }, "require": { "php": ">=5.3", "psr/log": "^1.0.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "autoload": { "psr-4": { "Katzgrau\\KLogger\\": "src/" }, "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kenny Katzgrau", "email": "katzgrau@gmail.com" }, { "name": "Dan Horrigan", "email": "dan@dhorrigan.com" } ], "description": "A Simple Logging Class", "keywords": [ "logging" ], "time": "2016-11-07 19:29:14" }, { "name": "knplabs/github-api", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/KnpLabs/php-github-api.git", "reference": "98d0bcd2c4c96a40ded9081f8f6289907f73823c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/php-github-api/zipball/98d0bcd2c4c96a40ded9081f8f6289907f73823c", "reference": "98d0bcd2c4c96a40ded9081f8f6289907f73823c", "shasum": "" }, "require": { "ext-curl": "*", "guzzle/guzzle": "~3.7", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0", "sllh/php-cs-fixer-styleci-bridge": "~1.3" }, "suggest": { "knplabs/gaufrette": "Needed for optional Gaufrette cache" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { "Github\\": "lib/Github/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thibault Duplessis", "email": "thibault.duplessis@gmail.com", "homepage": "http://ornicar.github.com" }, { "name": "KnpLabs Team", "homepage": "http://knplabs.com" } ], "description": "GitHub API v3 client", "homepage": "https://github.com/KnpLabs/php-github-api", "keywords": [ "api", "gh", "gist", "github" ], "time": "2016-07-26 08:49:38" }, { "name": "monolog/monolog", "version": "1.22.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "bad29cb8d18ab0315e6c477751418a82c850d558" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bad29cb8d18ab0315e6c477751418a82c850d558", "reference": "bad29cb8d18ab0315e6c477751418a82c850d558", "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", "swiftmailer/swiftmailer": "~5.3" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2016-11-26 00:15:39" }, { "name": "nikic/php-parser", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0", "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2016-09-16 12:04:44" }, { "name": "opdavies/drupal-vm-generator", "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/opdavies/drupal-vm-generator.git", "reference": "1b80460e432e2d20175ded525c9951b244890d20" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/opdavies/drupal-vm-generator/zipball/1b80460e432e2d20175ded525c9951b244890d20", "reference": "1b80460e432e2d20175ded525c9951b244890d20", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.2", "knplabs/github-api": "^1.6", "opdavies/twig-extensions": "^1.1", "symfony/console": "^2.7|^3.0", "symfony/filesystem": "^2.7|^3.0", "symfony/yaml": "^2.7|^3.0", "twig/twig": "^1.24" }, "require-dev": { "phpunit/phpunit": "^5.7", "symfony/process": "^2.7|^3.0" }, "suggest": { "geerlingguy/drupal-vm": "The main Drupal VM project." }, "bin": [ "bin/drupalvm", "bin/drupalvm.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev" } }, "autoload": { "psr-4": { "DrupalVmGenerator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Davies", "email": "oliver@oliverdavies.uk", "homepage": "https://www.oliverdavies.uk" } ], "description": "A CLI tool for generating Drupal VM configuration files.", "homepage": "https://www.drupalvmgenerator.com", "keywords": [ "drupal", "drupal-vm", "vagrant" ], "time": "2016-12-30 02:41:52" }, { "name": "opdavies/twig-extensions", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/opdavies/twig-extensions.git", "reference": "85eab8c64e24533e7ab4b2fbd9f3bba9073d39e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/opdavies/twig-extensions/zipball/85eab8c64e24533e7ab4b2fbd9f3bba9073d39e0", "reference": "85eab8c64e24533e7ab4b2fbd9f3bba9073d39e0", "shasum": "" }, "require": { "twig/twig": "^1.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Opdavies\\Twig\\Extensions\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Davies", "email": "oliver@oliverdavies.uk", "homepage": "https://www.oliverdavies.uk" } ], "description": "A collection of personal Twig extensions.", "time": "2016-12-29 23:14:45" }, { "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" ], "time": "2016-12-13 17:04:24" }, { "name": "pear/console_table", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/pear/Console_Table.git", "reference": "64100b9ee81852f4fa17823e55d0b385a544f976" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Console_Table/zipball/64100b9ee81852f4fa17823e55d0b385a544f976", "reference": "64100b9ee81852f4fa17823e55d0b385a544f976", "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" ], "time": "2016-01-21 16:14:31" }, { "name": "phpdocumentor/reflection-docblock", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "dflydev/markdown": "~1.0", "erusev/parsedown": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "phpDocumentor": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "mike.vanriel@naenius.com" } ], "time": "2015-02-03 12:10:50" }, { "name": "phpseclib/phpseclib", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf", "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "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" ], "time": "2016-10-04 00:57:04" }, { "name": "pimple/pimple", "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a", "reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "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" ], "time": "2015-09-11 15:10:35" }, { "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" ], "time": "2016-08-06 20:24:11" }, { "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" ], "time": "2016-08-06 14:39:51" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10 12:19:37" }, { "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" }, "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" ], "time": "2016-03-09 05:03:14" }, { "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" ], "time": "2015-03-20 22:07:39" }, { "name": "react/cache", "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/reactphp/cache.git", "reference": "558f614891341b1d817a8cdf9a358948ec49638f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f", "reference": "558f614891341b1d817a8cdf9a358948ec49638f", "shasum": "" }, "require": { "php": ">=5.3.0", "react/promise": "~2.0|~1.1" }, "type": "library", "autoload": { "psr-4": { "React\\Cache\\": "src\\" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Async caching.", "keywords": [ "cache" ], "time": "2016-02-25 18:17:16" }, { "name": "react/child-process", "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/reactphp/child-process.git", "reference": "3ab4f83c6f6c5862f7ca28d999a92d327472a671" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/child-process/zipball/3ab4f83c6f6c5862f7ca28d999a92d327472a671", "reference": "3ab4f83c6f6c5862f7ca28d999a92d327472a671", "shasum": "" }, "require": { "evenement/evenement": "~2.0", "php": ">=5.4.0", "react/event-loop": "0.4.*", "react/stream": "~0.4.2" }, "require-dev": { "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" ], "time": "2016-08-01 18:09:48" }, { "name": "react/dns", "version": "v0.4.3", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", "reference": "751b3129556e04944f164e3556a20ca6e201e459" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/dns/zipball/751b3129556e04944f164e3556a20ca6e201e459", "reference": "751b3129556e04944f164e3556a20ca6e201e459", "shasum": "" }, "require": { "php": ">=5.3.0", "react/cache": "~0.4.0|~0.3.0", "react/promise": "~2.1|~1.2", "react/socket": "~0.4.0|~0.3.0" }, "type": "library", "autoload": { "psr-4": { "React\\Dns\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Async DNS resolver.", "keywords": [ "dns", "dns-resolver" ], "time": "2016-08-01 10:09:07" }, { "name": "react/event-loop", "version": "v0.4.2", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", "reference": "164799f73175e1c80bba92a220ea35df6ca371dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/event-loop/zipball/164799f73175e1c80bba92a220ea35df6ca371dd", "reference": "164799f73175e1c80bba92a220ea35df6ca371dd", "shasum": "" }, "require": { "php": ">=5.4.0" }, "suggest": { "ext-event": "~1.0", "ext-libev": "*", "ext-libevent": ">=0.1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5-dev" } }, "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" ], "time": "2016-03-08 02:09:32" }, { "name": "react/http", "version": "v0.4.2", "source": { "type": "git", "url": "https://github.com/reactphp/http.git", "reference": "abedac54967d7ea237ad104cff8274e2c4077cf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/http/zipball/abedac54967d7ea237ad104cff8274e2c4077cf4", "reference": "abedac54967d7ea237ad104cff8274e2c4077cf4", "shasum": "" }, "require": { "evenement/evenement": "^2.0", "guzzlehttp/psr7": "^1.0", "php": ">=5.4.0", "react/socket": "^0.4", "react/stream": "^0.4" }, "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" ], "time": "2016-11-09 15:20:39" }, { "name": "react/http-client", "version": "v0.4.15", "source": { "type": "git", "url": "https://github.com/reactphp/http-client.git", "reference": "01e919008363622334f91419a9908b3a51754ccd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/http-client/zipball/01e919008363622334f91419a9908b3a51754ccd", "reference": "01e919008363622334f91419a9908b3a51754ccd", "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.*" }, "type": "library", "autoload": { "psr-4": { "React\\HttpClient\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Asynchronous HTTP client library.", "keywords": [ "http" ], "time": "2016-12-02 10:17:42" }, { "name": "react/promise", "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "2760f3898b7e931aa71153852dcd48a75c9b95db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/2760f3898b7e931aa71153852dcd48a75c9b95db", "reference": "2760f3898b7e931aa71153852dcd48a75c9b95db", "shasum": "" }, "require": { "php": ">=5.4.0" }, "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" ], "time": "2016-12-22 14:09:01" }, { "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" ], "time": "2014-12-11 02:06:55" }, { "name": "react/socket", "version": "v0.4.4", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", "reference": "d61930e1aefb2a704b0adbe6bb97ee4a835d6a96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/socket/zipball/d61930e1aefb2a704b0adbe6bb97ee4a835d6a96", "reference": "d61930e1aefb2a704b0adbe6bb97ee4a835d6a96", "shasum": "" }, "require": { "evenement/evenement": "~2.0|~1.0", "php": ">=5.3.0", "react/event-loop": "0.4.*|0.3.*", "react/stream": "^0.4.2" }, "type": "library", "autoload": { "psr-4": { "React\\Socket\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Library for building an evented socket server.", "keywords": [ "Socket" ], "time": "2016-12-19 22:52:38" }, { "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" ], "time": "2016-12-06 10:54:49" }, { "name": "react/stream", "version": "v0.4.5", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", "reference": "23389503012e1ab721ad498a5a1f4b39f7a43c00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/stream/zipball/23389503012e1ab721ad498a5a1f4b39f7a43c00", "reference": "23389503012e1ab721ad498a5a1f4b39f7a43c00", "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" ], "time": "2016-11-13 17:06:02" }, { "name": "rmccue/requests", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/rmccue/Requests.git", "reference": "87932f52ffad70504d93f04f15690cf16a089546" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rmccue/Requests/zipball/87932f52ffad70504d93f04f15690cf16a089546", "reference": "87932f52ffad70504d93f04f15690cf16a089546", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "requests/test-server": "dev-master" }, "type": "library", "autoload": { "psr-0": { "Requests": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "ISC" ], "authors": [ { "name": "Ryan McCue", "homepage": "http://ryanmccue.info" } ], "description": "A HTTP library written in PHP, for human beings.", "homepage": "http://github.com/rmccue/Requests", "keywords": [ "curl", "fsockopen", "http", "idna", "ipv6", "iri", "sockets" ], "time": "2016-10-13 00:11:37" }, { "name": "sebastian/diff", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2015-12-08 07:14:41" }, { "name": "seld/jsonlint", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "19495c181d6d53a0a13414154e52817e3b504189" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/19495c181d6d53a0a13414154e52817e3b504189", "reference": "19495c181d6d53a0a13414154e52817e3b504189", "shasum": "" }, "require": { "php": "^5.3 || ^7.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2016-11-14 17:59:58" }, { "name": "squizlabs/php_codesniffer", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9b324f3a1132459a7274a0ace2e1b766ba80930f", "reference": "9b324f3a1132459a7274a0ace2e1b766ba80930f", "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" ], "time": "2016-11-30 04:02:31" }, { "name": "symfony/cache", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "a2503bbf8ef729f4eb7b134efee6217f49ecd56d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/a2503bbf8ef729f4eb7b134efee6217f49ecd56d", "reference": "a2503bbf8ef729f4eb7b134efee6217f49ecd56d", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/cache": "~1.0", "psr/log": "~1.0" }, "provide": { "psr/cache-implementation": "1.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "~1.6", "doctrine/dbal": "~2.4", "predis/predis": "~1.0" }, "suggest": { "symfony/polyfill-apcu": "For using ApcuAdapter on HHVM" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "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" } ], "description": "Symfony implementation of PSR-6", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "time": "2016-12-13 08:24:57" }, { "name": "symfony/console", "version": "v2.8.15", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "d5643cd095e5e37d31e004bb2606b5dd7e96602f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/d5643cd095e5e37d31e004bb2606b5dd7e96602f", "reference": "d5643cd095e5e37d31e004bb2606b5dd7e96602f", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/debug": "~2.7,>=2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/process": "~2.1|~3.0.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2016-12-06 11:59:35" }, { "name": "symfony/debug", "version": "v3.0.9", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2016-07-30 07:22:48" }, { "name": "symfony/event-dispatcher", "version": "v2.8.15", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/25c576abd4e0f212e678fe8b2bd9a9a98c7ea934", "reference": "25c576abd4e0f212e678fe8b2bd9a9a98c7ea934", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.0,>=2.0.5|~3.0.0", "symfony/dependency-injection": "~2.6|~3.0.0", "symfony/expression-language": "~2.6|~3.0.0", "symfony/stopwatch": "~2.3|~3.0.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2016-10-13 01:43:15" }, { "name": "symfony/expression-language", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "6ffbad90ac26e3aebc90798872a8b81979cf4fbd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/6ffbad90ac26e3aebc90798872a8b81979cf4fbd", "reference": "6ffbad90ac26e3aebc90798872a8b81979cf4fbd", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/cache": "~3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "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", "time": "2016-11-03 08:11:03" }, { "name": "symfony/filesystem", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4", "reference": "8d4cf7561a5b17e5eb7a02b80d0b8f014a3796d4", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "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", "time": "2016-11-24 00:46:43" }, { "name": "symfony/finder", "version": "v2.8.15", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "c0f10576335743b881ac1ed39d18c0fa66048775" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/c0f10576335743b881ac1ed39d18c0fa66048775", "reference": "c0f10576335743b881ac1ed39d18c0fa66048775", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2016-12-13 09:38:12" }, { "name": "symfony/polyfill-mbstring", "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4", "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2016-11-14 01:06:16" }, { "name": "symfony/process", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/02ea84847aad71be7e32056408bb19f3a616cdd3", "reference": "02ea84847aad71be7e32056408bb19f3a616cdd3", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2016-11-24 10:40:28" }, { "name": "symfony/stopwatch", "version": "v3.2.1", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5b139e1c4290e6c7640ba80d9c9b5e49ef22b841", "reference": "5b139e1c4290e6c7640ba80d9c9b5e49ef22b841", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "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 Stopwatch Component", "homepage": "https://symfony.com", "time": "2016-06-29 05:43:10" }, { "name": "symfony/var-dumper", "version": "v2.8.15", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "873e692cdc3ed80ab3c1d6404b087ce396dd4acc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/873e692cdc3ed80ab3c1d6404b087ce396dd4acc", "reference": "873e692cdc3ed80ab3c1d6404b087ce396dd4acc", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "twig/twig": "~1.20|~2.0" }, "suggest": { "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2016-12-06 16:05:07" }, { "name": "symfony/yaml", "version": "v2.8.15", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/befb26a3713c97af90d25dd12e75621ef14d91ff", "reference": "befb26a3713c97af90d25dd12e75621ef14d91ff", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "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 Yaml Component", "homepage": "https://symfony.com", "time": "2016-11-14 16:15:57" }, { "name": "twig/twig", "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "c6ff71094fde15d12398eaba029434b013dc5e59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/c6ff71094fde15d12398eaba029434b013dc5e59", "reference": "c6ff71094fde15d12398eaba029434b013dc5e59", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~3.2@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.30-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" }, { "name": "Twig Team", "homepage": "http://twig.sensiolabs.org/contributors", "role": "Contributors" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "http://twig.sensiolabs.org", "keywords": [ "templating" ], "time": "2016-12-23 11:06:22" }, { "name": "victorjonsson/markdowndocs", "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator.git", "reference": "a8244617cdce4804cd94ea508c82e8d7e29a273a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/victorjonsson/PHP-Markdown-Documentation-Generator/zipball/a8244617cdce4804cd94ea508c82e8d7e29a273a", "reference": "a8244617cdce4804cd94ea508c82e8d7e29a273a", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/console": ">=2.6" }, "require-dev": { "phpunit/phpunit": "3.7.23" }, "bin": [ "bin/phpdoc-md" ], "type": "library", "autoload": { "psr-0": { "PHPDocsMD": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Victor Jonsson", "email": "kontakt@victorjonsson.se" } ], "description": "Command line tool for generating markdown-formatted class documentation", "homepage": "https://github.com/victorjonsson/PHP-Markdown-Documentation-Generator", "time": "2016-10-11 21:10:19" }, { "name": "vlucas/phpdotenv", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause-Attribution" ], "authors": [ { "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" ], "time": "2016-09-01 10:05:43" }, { "name": "webmozart/assert", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "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": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2016-11-23 20:04:58" }, { "name": "webmozart/path-util", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/path-util.git", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "shasum": "" }, "require": { "php": ">=5.3.3", "webmozart/assert": "~1.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "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.", "time": "2015-12-17 08:42:14" }, { "name": "wp-cli/php-cli-tools", "version": "v0.11.1", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", "reference": "5311a4b99103c0505db015a334be4952654d6e21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/5311a4b99103c0505db015a334be4952654d6e21", "reference": "5311a4b99103c0505db015a334be4952654d6e21", "shasum": "" }, "require": { "php": ">= 5.3.0" }, "type": "library", "autoload": { "psr-0": { "cli": "lib/" }, "files": [ "lib/cli/cli.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "James Logsdon", "email": "jlogsdon@php.net", "role": "Developer" }, { "name": "Daniel Bachhuber", "email": "daniel@handbuilt.co", "role": "Maintainer" } ], "description": "Console utilities for PHP", "homepage": "http://github.com/wp-cli/php-cli-tools", "keywords": [ "cli", "console" ], "time": "2016-02-08 14:34:01" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [] }