{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], "hash": "9f383b8b485f58599282e7a1acf882f0", "packages": [ { "name": "danielstjules/stringy", "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/danielstjules/Stringy.git", "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/3cf18e9e424a6dedc38b7eb7ef580edb0929461b", "reference": "3cf18e9e424a6dedc38b7eb7ef580edb0929461b", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "Stringy\\": "src/" }, "files": [ "src/Create.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel St. Jules", "email": "danielst.jules@gmail.com", "homepage": "http://www.danielstjules.com" } ], "description": "A string manipulation library with multibyte support", "homepage": "https://github.com/danielstjules/Stringy", "keywords": [ "UTF", "helpers", "manipulation", "methods", "multibyte", "string", "utf-8", "utility", "utils" ], "time": "2015-02-10 06:19:18" }, { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d", "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.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-01-01 18:34:57" }, { "name": "illuminate/container", "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "a11c01c1d8b6941bd7ef2f104749ada5e34f146e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/a11c01c1d8b6941bd7ef2f104749ada5e34f146e", "reference": "a11c01c1d8b6941bd7ef2f104749ada5e34f146e", "shasum": "" }, "require": { "illuminate/contracts": "5.0.*", "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { "Illuminate\\Container\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Container package.", "homepage": "http://laravel.com", "time": "2015-03-25 17:06:14" }, { "name": "illuminate/contracts", "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "5cda7e58df704a224828491b90f6d86bb49c6b97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/5cda7e58df704a224828491b90f6d86bb49c6b97", "reference": "5cda7e58df704a224828491b90f6d86bb49c6b97", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { "Illuminate\\Contracts\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Contracts package.", "homepage": "http://laravel.com", "time": "2015-03-24 23:11:34" }, { "name": "illuminate/database", "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "c0cf0be377b7a8e19f8942c9fb0992003562429b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/c0cf0be377b7a8e19f8942c9fb0992003562429b", "reference": "c0cf0be377b7a8e19f8942c9fb0992003562429b", "shasum": "" }, "require": { "illuminate/container": "5.0.*", "illuminate/contracts": "5.0.*", "illuminate/support": "5.0.*", "nesbot/carbon": "~1.0", "php": ">=5.4.0" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", "illuminate/console": "Required to use the database commands (5.0.*).", "illuminate/events": "Required to use the observers with Eloquent (5.0.*).", "illuminate/filesystem": "Required to use the migrations (5.0.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { "Illuminate\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Database package.", "homepage": "http://laravel.com", "keywords": [ "database", "laravel", "orm", "sql" ], "time": "2015-04-08 01:42:10" }, { "name": "illuminate/events", "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "bf2f28157a5acba4df20980e8511850a6572f1f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/bf2f28157a5acba4df20980e8511850a6572f1f2", "reference": "bf2f28157a5acba4df20980e8511850a6572f1f2", "shasum": "" }, "require": { "illuminate/container": "5.0.*", "illuminate/contracts": "5.0.*", "illuminate/support": "5.0.*", "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { "Illuminate\\Events\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Events package.", "homepage": "http://laravel.com", "time": "2015-03-26 16:16:33" }, { "name": "illuminate/support", "version": "5.0.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "0e069a45cdcb1a8a7d85f010f462f622f5b3c669" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/0e069a45cdcb1a8a7d85f010f462f622f5b3c669", "reference": "0e069a45cdcb1a8a7d85f010f462f622f5b3c669", "shasum": "" }, "require": { "danielstjules/stringy": "~1.8", "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.0.*", "php": ">=5.4.0" }, "suggest": { "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0-dev" } }, "autoload": { "psr-4": { "Illuminate\\Support\\": "" }, "files": [ "helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Support package.", "homepage": "http://laravel.com", "time": "2015-04-07 16:02:55" }, { "name": "nesbot/carbon", "version": "1.18.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36", "reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36", "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-03-26 03:05:57" }, { "name": "symfony/translation", "version": "2.6.x-dev", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", "reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Translation/zipball/bd939f05cdaca128f4ddbae1b447d6f0203b60af", "reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af", "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": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", "time": "2015-03-30 15:54:10" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.4.0" }, "platform-dev": [] }