{ "_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": "8d58a585ea1928a74bfc0ce3ff8aef11", "packages": [ { "name": "illuminate/container", "version": "v4.1.30", "target-dir": "Illuminate/Container", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "5b76abf9138fe1ad99788944e0561ebc655a254f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/5b76abf9138fe1ad99788944e0561ebc655a254f", "reference": "5b76abf9138fe1ad99788944e0561ebc655a254f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Container": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-05-22 21:07:57" }, { "name": "illuminate/database", "version": "v4.1.30", "target-dir": "Illuminate/Database", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "d6c2bffdc04d2d73b6ae82aab10647ddbda1daab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/d6c2bffdc04d2d73b6ae82aab10647ddbda1daab", "reference": "d6c2bffdc04d2d73b6ae82aab10647ddbda1daab", "shasum": "" }, "require": { "illuminate/container": "4.1.*", "illuminate/events": "4.1.*", "illuminate/support": "4.1.*", "nesbot/carbon": "1.*", "php": ">=5.3.0" }, "require-dev": { "illuminate/cache": "4.1.*", "illuminate/console": "4.1.*", "illuminate/filesystem": "4.1.*", "illuminate/pagination": "4.1.*", "illuminate/support": "4.1.*", "mockery/mockery": "0.9.*", "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Database": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "keywords": [ "database", "laravel", "orm", "sql" ], "time": "2014-06-01 01:57:51" }, { "name": "illuminate/events", "version": "v4.1.30", "target-dir": "Illuminate/Events", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "4e83ee4f255ec084d510e533ef8e98961aae8729" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/4e83ee4f255ec084d510e533ef8e98961aae8729", "reference": "4e83ee4f255ec084d510e533ef8e98961aae8729", "shasum": "" }, "require": { "illuminate/container": "4.1.*", "illuminate/support": "4.1.*", "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Events": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-03-22 20:12:48" }, { "name": "illuminate/support", "version": "v4.1.30", "target-dir": "Illuminate/Support", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "205a132f7d5e5222d23e17d49ad922bf349d240e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/205a132f7d5e5222d23e17d49ad922bf349d240e", "reference": "205a132f7d5e5222d23e17d49ad922bf349d240e", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "jeremeamia/superclosure": "1.0.*", "mockery/mockery": "0.9.*", "patchwork/utf8": "1.1.*", "phpunit/phpunit": "4.0.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-0": { "Illuminate\\Support": "" }, "files": [ "Illuminate/Support/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Creator of Laravel" } ], "time": "2014-05-30 16:22:08" }, { "name": "nesbot/carbon", "version": "1.19.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320", "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-0": { "Carbon": "src" } }, "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": "2015-05-09 03:23:44" }, { "name": "symfony/translation", "version": "v2.6.7", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", "reference": "398e0eedcb89243ad34a10d079a4b6ea4c0b61ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Translation/zipball/398e0eedcb89243ad34a10d079a4b6ea4c0b61ff", "reference": "398e0eedcb89243ad34a10d079a4b6ea4c0b61ff", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.3,>=2.3.12", "symfony/intl": "~2.3", "symfony/phpunit-bridge": "~2.7", "symfony/yaml": "~2.2" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Translation\\": "" } }, "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": "2015-05-05 16:51:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }