{ "_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": "bcd3a7456a6ec13692c783d8b1e10fbe", "content-hash": "579b99549d2b0f2afe8bf01eb5f2e73f", "packages": [ { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/803a2ed9fea02f9ca47cd45395089fe78769a392", "reference": "803a2ed9fea02f9ca47cd45395089fe78769a392", "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": "2016-05-12 17:23:41" }, { "name": "illuminate/cache", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", "reference": "3506670a22c94acfd1c17d3327fba4e238510bb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/cache/zipball/3506670a22c94acfd1c17d3327fba4e238510bb8", "reference": "3506670a22c94acfd1c17d3327fba4e238510bb8", "shasum": "" }, "require": { "illuminate/contracts": "5.4.*", "illuminate/support": "5.4.*", "nesbot/carbon": "~1.20", "php": ">=5.6.4" }, "suggest": { "illuminate/database": "Required to use the database cache driver (5.4.*).", "illuminate/filesystem": "Required to use the file cache driver (5.4.*).", "illuminate/redis": "Required to use the redis cache driver (5.4.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Cache package.", "homepage": "https://laravel.com", "time": "2016-09-21 17:27:09" }, { "name": "illuminate/console", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", "reference": "b48ca083f6524cb0e0b88d204d32189c50c612e2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/console/zipball/b48ca083f6524cb0e0b88d204d32189c50c612e2", "reference": "b48ca083f6524cb0e0b88d204d32189c50c612e2", "shasum": "" }, "require": { "illuminate/contracts": "5.4.*", "illuminate/support": "5.4.*", "nesbot/carbon": "~1.20", "php": ">=5.6.4", "symfony/console": "3.2.*" }, "suggest": { "guzzlehttp/guzzle": "Required to use the ping methods on schedules (~5.3|~6.0).", "mtdowling/cron-expression": "Required to use scheduling component (~1.0).", "symfony/process": "Required to use scheduling component (3.2.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Console package.", "homepage": "https://laravel.com", "time": "2016-09-15 13:52:59" }, { "name": "illuminate/contracts", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "e25f6ca62a6e0daf4a6cbbb80be84b57de74aafd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/e25f6ca62a6e0daf4a6cbbb80be84b57de74aafd", "reference": "e25f6ca62a6e0daf4a6cbbb80be84b57de74aafd", "shasum": "" }, "require": { "php": ">=5.6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Contracts package.", "homepage": "https://laravel.com", "time": "2016-09-23 14:53:07" }, { "name": "illuminate/support", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "096a3e8467cea791cc189b31e8f89742e07fa159" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/096a3e8467cea791cc189b31e8f89742e07fa159", "reference": "096a3e8467cea791cc189b31e8f89742e07fa159", "shasum": "" }, "require": { "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.4.*", "paragonie/random_compat": "~1.4|~2.0", "php": ">=5.6.4" }, "replace": { "tightenco/collect": "self.version" }, "suggest": { "illuminate/filesystem": "Required to use the composer class (5.2.*).", "symfony/process": "Required to use the composer class (3.2.*).", "symfony/var-dumper": "Required to use the dd function (3.2.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.4-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Illuminate Support package.", "homepage": "https://laravel.com", "time": "2016-09-21 16:44:56" }, { "name": "nesbot/carbon", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "7a026991092624a245d300685ce09ff5b4d110e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7a026991092624a245d300685ce09ff5b4d110e0", "reference": "7a026991092624a245d300685ce09ff5b4d110e0", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6|~3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.11", "phpunit/phpunit": "~4.0|~5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.22-dev" } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2016-07-22 14:20:35" }, { "name": "paragonie/random_compat", "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/088c04e2f261c33bed6ca5245491cfca69195ccf", "reference": "088c04e2f261c33bed6ca5245491cfca69195ccf", "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-04-03 06:00:07" }, { "name": "psr/log", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "607ce1d4005af32dd866c4a402459494c168d555" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/607ce1d4005af32dd866c4a402459494c168d555", "reference": "607ce1d4005af32dd866c4a402459494c168d555", "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-09-25 13:41:54" }, { "name": "symfony/console", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "03d010b5b2242ce065ffb0f3f15a218f8137eb4c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/03d010b5b2242ce065ffb0f3f15a218f8137eb4c", "reference": "03d010b5b2242ce065ffb0f3f15a218f8137eb4c", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/debug": "~2.8|~3.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/filesystem": "~2.8|~3.0", "symfony/process": "~2.8|~3.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/filesystem": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-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-09-28 00:11:20" }, { "name": "symfony/debug", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "767b64d3c3346136403a39fe5bfc037e1a85bee7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/767b64d3c3346136403a39fe5bfc037e1a85bee7", "reference": "767b64d3c3346136403a39fe5bfc037e1a85bee7", "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.2-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-09-16 13:37:46" }, { "name": "symfony/polyfill-mbstring", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c", "reference": "53ad9faffe141fbe8f98cd6a7fd9a5e84513f56c", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-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-08-30 17:06:17" }, { "name": "symfony/translation", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "460390765eb7bb9338a4a323b8a4e815a47541ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/460390765eb7bb9338a4a323b8a4e815a47541ba", "reference": "460390765eb7bb9338a4a323b8a4e815a47541ba", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/intl": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", "time": "2016-09-21 17:16:56" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }