{ "_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": "002e8b887ae673a31eb09214ecb0334a", "content-hash": "94588c58ddc098ab8b4424252ba31242", "packages": [ { "name": "composer/installers", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "d78064c68299743e0161004f2de3a0204e33b804" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/d78064c68299743e0161004f2de3a0204e33b804", "reference": "d78064c68299743e0161004f2de3a0204e33b804", "shasum": "" }, "require": { "composer-plugin-api": "^1.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.0.*@dev", "phpunit/phpunit": "4.1.*" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Hurad", "ImageCMS", "MODX Evo", "Mautic", "OXID", "Plentymarkets", "RadPHP", "SMF", "Thelia", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "elgg", "expressionengine", "fuelphp", "grav", "installer", "joomla", "kohana", "laravel", "lithium", "magento", "mako", "mediawiki", "modulework", "moodle", "phpbb", "piwik", "ppi", "puppet", "reindex", "roundcube", "shopware", "silverstripe", "symfony", "typo3", "wordpress", "yawik", "zend", "zikula" ], "time": "2016-08-13 20:53:52" }, { "name": "doctrine/inflector", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "90b2128806bfde671b6952ab8bea493942c1fdae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae", "reference": "90b2128806bfde671b6952ab8bea493942c1fdae", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Inflector\\": "lib/" } }, "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": "2015-11-06 14:35:42" }, { "name": "illuminate/config", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", "reference": "96bb98f6ffbc1e185d3384cf04062f280b35d3c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/config/zipball/96bb98f6ffbc1e185d3384cf04062f280b35d3c1", "reference": "96bb98f6ffbc1e185d3384cf04062f280b35d3c1", "shasum": "" }, "require": { "illuminate/contracts": "5.3.*", "illuminate/filesystem": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Config package.", "homepage": "https://laravel.com", "time": "2016-10-17 13:37:58" }, { "name": "illuminate/container", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/8047b47e1f731c975d9aa0fe0b269064d3f1346d", "reference": "8047b47e1f731c975d9aa0fe0b269064d3f1346d", "shasum": "" }, "require": { "illuminate/contracts": "5.3.*", "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Container package.", "homepage": "https://laravel.com", "time": "2016-10-02 01:14:30" }, { "name": "illuminate/contracts", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/ce5d73c6015b2054d32f3f8530767847b358ae4e", "reference": "ce5d73c6015b2054d32f3f8530767847b358ae4e", "shasum": "" }, "require": { "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", "time": "2016-09-26 20:36:27" }, { "name": "illuminate/events", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/cb29124d4eaba8a60bad40e95e3d8b199d040d77", "reference": "cb29124d4eaba8a60bad40e95e3d8b199d040d77", "shasum": "" }, "require": { "illuminate/container": "5.3.*", "illuminate/contracts": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Events\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Events package.", "homepage": "https://laravel.com", "time": "2016-08-12 14:24:30" }, { "name": "illuminate/filesystem", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/82576e0a6193e76929c929c8a2d3e1552ab64e76", "reference": "82576e0a6193e76929c929c8a2d3e1552ab64e76", "shasum": "" }, "require": { "illuminate/contracts": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4", "symfony/finder": "3.1.*" }, "suggest": { "league/flysystem": "Required to use the Flysystem local and FTP drivers (~1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Filesystem package.", "homepage": "https://laravel.com", "time": "2016-11-07 22:09:46" }, { "name": "illuminate/support", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/050d0ed3e1c0e1d129d73b2eaa14044e46a66f77", "reference": "050d0ed3e1c0e1d129d73b2eaa14044e46a66f77", "shasum": "" }, "require": { "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.3.*", "paragonie/random_compat": "~1.4|~2.0", "php": ">=5.6.4" }, "replace": { "tightenco/collect": "self.version" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "symfony/process": "Required to use the composer class (3.1.*).", "symfony/var-dumper": "Required to use the dd function (3.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", "time": "2016-11-03 15:25:28" }, { "name": "illuminate/view", "version": "v5.3.23", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", "reference": "f840676c98e3cb1224267786f35eb420de55d41c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/view/zipball/f840676c98e3cb1224267786f35eb420de55d41c", "reference": "f840676c98e3cb1224267786f35eb420de55d41c", "shasum": "" }, "require": { "illuminate/container": "5.3.*", "illuminate/contracts": "5.3.*", "illuminate/events": "5.3.*", "illuminate/filesystem": "5.3.*", "illuminate/support": "5.3.*", "php": ">=5.6.4", "symfony/debug": "3.1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3-dev" } }, "autoload": { "psr-4": { "Illuminate\\View\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate View package.", "homepage": "https://laravel.com", "time": "2016-10-24 18:18:15" }, { "name": "paragonie/random_compat", "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e", "shasum": "" }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "pseudorandom", "random" ], "time": "2016-11-07 23:38:38" }, { "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": "symfony/debug", "version": "v3.1.9", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "73f1c337907ba963af8028844fea1af98498dfff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/73f1c337907ba963af8028844fea1af98498dfff", "reference": "73f1c337907ba963af8028844fea1af98498dfff", "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.1-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": "2017-01-02 20:31:54" }, { "name": "symfony/finder", "version": "v3.1.9", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "59687a255d1562f2c17b012418273862083d85f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/59687a255d1562f2c17b012418273862083d85f7", "reference": "59687a255d1562f2c17b012418273862083d85f7", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-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": "2017-01-02 20:31:54" } ], "packages-dev": [ { "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" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.6.4" }, "platform-dev": [] }