{ "_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": "ad555d6ba71b05e8ca4482296fed16a7", "content-hash": "e998cef8ed46305c8d4d97be63ed7c50", "packages": [ { "name": "danielstjules/stringy", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/danielstjules/Stringy.git", "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/danielstjules/Stringy/zipball/4749c205db47ee5b32e8d1adf6d9aff8db6caf3b", "reference": "4749c205db47ee5b32e8d1adf6d9aff8db6caf3b", "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-07-23 00:54:12" }, { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "097e7ba84f64a427e55008117ef2bb94096731dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/097e7ba84f64a427e55008117ef2bb94096731dc", "reference": "097e7ba84f64a427e55008117ef2bb94096731dc", "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-10-07 18:00:26" }, { "name": "firebase/php-jwt", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "shasum": "" }, "require": { "php": ">=5.2.0" }, "type": "library", "autoload": { "classmap": [ "Authentication/", "Exceptions/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "time": "2015-06-22 23:26:39" }, { "name": "illuminate/auth", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/auth.git", "reference": "2f690d900e495bda1a06510679ca28a52da46886" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/auth/zipball/2f690d900e495bda1a06510679ca28a52da46886", "reference": "2f690d900e495bda1a06510679ca28a52da46886", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/http": "5.1.*", "illuminate/session": "5.1.*", "illuminate/support": "5.1.*", "nesbot/carbon": "~1.19", "php": ">=5.5.9" }, "suggest": { "illuminate/console": "Required to use the auth:clear-resets command (5.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Auth\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Auth package.", "homepage": "http://laravel.com", "time": "2015-10-19 06:01:02" }, { "name": "illuminate/broadcasting", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/broadcasting.git", "reference": "380fc9abf16c7deba4a21d834e8b6c97bf0a5fe5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/broadcasting/zipball/380fc9abf16c7deba4a21d834e8b6c97bf0a5fe5", "reference": "380fc9abf16c7deba4a21d834e8b6c97bf0a5fe5", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "suggest": { "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Broadcasting\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Broadcasting package.", "homepage": "http://laravel.com", "time": "2015-10-08 01:12:55" }, { "name": "illuminate/bus", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", "reference": "4a17c4c68252df2b55ea0a8aef69900f31c6078a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/bus/zipball/4a17c4c68252df2b55ea0a8aef69900f31c6078a", "reference": "4a17c4c68252df2b55ea0a8aef69900f31c6078a", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/pipeline": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Bus\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Bus package.", "homepage": "http://laravel.com", "time": "2015-10-19 06:01:02" }, { "name": "illuminate/cache", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", "reference": "152e05d328cb4f1e86a6eca2d3240f74087895f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/cache/zipball/152e05d328cb4f1e86a6eca2d3240f74087895f1", "reference": "152e05d328cb4f1e86a6eca2d3240f74087895f1", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "nesbot/carbon": "~1.19", "php": ">=5.5.9" }, "suggest": { "illuminate/database": "Required to use the database cache driver (5.1.*).", "illuminate/filesystem": "Required to use the file cache driver (5.1.*).", "illuminate/redis": "Required to use the redis cache driver (5.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Cache package.", "homepage": "http://laravel.com", "time": "2015-10-06 17:04:59" }, { "name": "illuminate/config", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", "reference": "b0bb52f9004a09920cf235b3ed1481355360b70f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/config/zipball/b0bb52f9004a09920cf235b3ed1481355360b70f", "reference": "b0bb52f9004a09920cf235b3ed1481355360b70f", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/filesystem": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Config\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Config package.", "homepage": "http://laravel.com", "time": "2015-06-18 02:16:31" }, { "name": "illuminate/console", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", "reference": "eaaa4da6e32a96e1b2498d8a13102691b56c4bb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/console/zipball/eaaa4da6e32a96e1b2498d8a13102691b56c4bb3", "reference": "eaaa4da6e32a96e1b2498d8a13102691b56c4bb3", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "nesbot/carbon": "~1.19", "php": ">=5.5.9", "symfony/console": "2.7.*" }, "suggest": { "guzzlehttp/guzzle": "Required to use the thenPing method on schedules (~5.3|~6.0).", "mtdowling/cron-expression": "Required to use scheduling component (~1.0).", "symfony/process": "Required to use scheduling component (2.7.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Console package.", "homepage": "http://laravel.com", "time": "2015-10-20 21:16:46" }, { "name": "illuminate/container", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", "reference": "f14ea33d9ffcab4ca3aaed0328a92301adbe6960" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/container/zipball/f14ea33d9ffcab4ca3aaed0328a92301adbe6960", "reference": "f14ea33d9ffcab4ca3aaed0328a92301adbe6960", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-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-10-19 06:01:02" }, { "name": "illuminate/contracts", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", "reference": "6e828a355b7a467232efad3dbe76df17463178e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/contracts/zipball/6e828a355b7a467232efad3dbe76df17463178e3", "reference": "6e828a355b7a467232efad3dbe76df17463178e3", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-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-09-24 11:16:48" }, { "name": "illuminate/cookie", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/cookie.git", "reference": "82e4cfc44eb44540907e9ab927de10b284e934e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/cookie/zipball/82e4cfc44eb44540907e9ab927de10b284e934e5", "reference": "82e4cfc44eb44540907e9ab927de10b284e934e5", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9", "symfony/http-foundation": "2.7.*", "symfony/http-kernel": "2.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Cookie\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Cookie package.", "homepage": "http://laravel.com", "time": "2015-09-22 11:44:48" }, { "name": "illuminate/database", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", "reference": "e2fd2883e461fc0b73ad755124dc8cc927c4da19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/e2fd2883e461fc0b73ad755124dc8cc927c4da19", "reference": "e2fd2883e461fc0b73ad755124dc8cc927c4da19", "shasum": "" }, "require": { "illuminate/container": "5.1.*", "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "nesbot/carbon": "~1.19", "php": ">=5.5.9" }, "suggest": { "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).", "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", "illuminate/console": "Required to use the database commands (5.1.*).", "illuminate/events": "Required to use the observers with Eloquent (5.1.*).", "illuminate/filesystem": "Required to use the migrations (5.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-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-10-29 21:34:11" }, { "name": "illuminate/encryption", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/encryption.git", "reference": "51423884e1fefa394198732a1b0bf8e80d44ec9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/encryption/zipball/51423884e1fefa394198732a1b0bf8e80d44ec9c", "reference": "51423884e1fefa394198732a1b0bf8e80d44ec9c", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-openssl": "*", "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "suggest": { "paragonie/random_compat": "Provides a compatible interface like PHP7's random_bytes() in PHP 5 projects (^1.0.6)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Encryption\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Encryption package.", "homepage": "http://laravel.com", "time": "2015-10-16 21:40:18" }, { "name": "illuminate/events", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", "reference": "8ffe2b316c595477f621a78fee0f64d8fc175bfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/events/zipball/8ffe2b316c595477f621a78fee0f64d8fc175bfa", "reference": "8ffe2b316c595477f621a78fee0f64d8fc175bfa", "shasum": "" }, "require": { "illuminate/container": "5.1.*", "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-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-09-23 13:19:23" }, { "name": "illuminate/filesystem", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", "reference": "7946418d6a31222627504e7aa84c1f8671c9b315" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/7946418d6a31222627504e7aa84c1f8671c9b315", "reference": "7946418d6a31222627504e7aa84c1f8671c9b315", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9", "symfony/finder": "2.7.*" }, "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.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Filesystem package.", "homepage": "http://laravel.com", "time": "2015-10-29 19:08:52" }, { "name": "illuminate/hashing", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/hashing.git", "reference": "298c421523d416be880bb3f75809e6b107b5c9ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/hashing/zipball/298c421523d416be880bb3f75809e6b107b5c9ec", "reference": "298c421523d416be880bb3f75809e6b107b5c9ec", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Hashing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Hashing package.", "homepage": "http://laravel.com", "time": "2015-07-16 20:28:10" }, { "name": "illuminate/http", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/http.git", "reference": "0fd17b1a9411bd764ecca9179d60393fcc93163a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/http/zipball/0fd17b1a9411bd764ecca9179d60393fcc93163a", "reference": "0fd17b1a9411bd764ecca9179d60393fcc93163a", "shasum": "" }, "require": { "illuminate/session": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9", "symfony/http-foundation": "2.7.*", "symfony/http-kernel": "2.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Http\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Http package.", "homepage": "http://laravel.com", "time": "2015-10-19 06:01:02" }, { "name": "illuminate/pagination", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/pagination.git", "reference": "16825354a29b45e1901d109dab9505682df4d5fc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/pagination/zipball/16825354a29b45e1901d109dab9505682df4d5fc", "reference": "16825354a29b45e1901d109dab9505682df4d5fc", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Pagination\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Pagination package.", "homepage": "http://laravel.com", "time": "2015-10-19 06:01:02" }, { "name": "illuminate/pipeline", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", "reference": "ce96681a13cc7005954a14b3f6ee93ac54aa2ded" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/pipeline/zipball/ce96681a13cc7005954a14b3f6ee93ac54aa2ded", "reference": "ce96681a13cc7005954a14b3f6ee93ac54aa2ded", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Pipeline\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Pipeline package.", "homepage": "http://laravel.com", "time": "2015-10-05 21:58:27" }, { "name": "illuminate/queue", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/queue.git", "reference": "cdce7be9d7ead0b4e11e76f8f6478cb886ff3ce1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/queue/zipball/cdce7be9d7ead0b4e11e76f8f6478cb886ff3ce1", "reference": "cdce7be9d7ead0b4e11e76f8f6478cb886ff3ce1", "shasum": "" }, "require": { "illuminate/console": "5.1.*", "illuminate/container": "5.1.*", "illuminate/contracts": "5.1.*", "illuminate/http": "5.1.*", "illuminate/support": "5.1.*", "nesbot/carbon": "~1.19", "php": ">=5.5.9", "symfony/process": "2.7.*" }, "suggest": { "aws/aws-sdk-php": "Required to use the SQS queue driver (~3.0).", "illuminate/redis": "Required to use the redis queue driver (5.1.*).", "iron-io/iron_mq": "Required to use the iron queue driver (~2.0).", "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Queue\\": "" }, "classmap": [ "IlluminateQueueClosure.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Queue package.", "homepage": "http://laravel.com", "time": "2015-10-28 19:38:40" }, { "name": "illuminate/session", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/session.git", "reference": "5756afee401793a02cdc831382b3480d1159df5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/session/zipball/5756afee401793a02cdc831382b3480d1159df5d", "reference": "5756afee401793a02cdc831382b3480d1159df5d", "shasum": "" }, "require": { "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "nesbot/carbon": "~1.19", "php": ">=5.5.9", "symfony/finder": "2.7.*", "symfony/http-foundation": "2.7.*" }, "suggest": { "illuminate/console": "Required to use the session:table command (5.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Session\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Session package.", "homepage": "http://laravel.com", "time": "2015-10-19 06:01:02" }, { "name": "illuminate/support", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", "reference": "c8e9aad1e06cb159e5f082b16037366b7a0409c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/support/zipball/c8e9aad1e06cb159e5f082b16037366b7a0409c6", "reference": "c8e9aad1e06cb159e5f082b16037366b7a0409c6", "shasum": "" }, "require": { "danielstjules/stringy": "~1.8", "doctrine/inflector": "~1.0", "ext-mbstring": "*", "illuminate/contracts": "5.1.*", "php": ">=5.5.9" }, "suggest": { "jeremeamia/superclosure": "Required to be able to serialize closures (~2.0).", "paragonie/random_compat": "Provides a compatible interface like PHP7's random_bytes() in PHP 5 projects (^1.0.6).", "symfony/var-dumper": "Required to use the dd function (2.7.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-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-10-19 06:01:02" }, { "name": "illuminate/translation", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/translation.git", "reference": "36d05eccee1f9f6692cc5126c60873d02452fb21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/translation/zipball/36d05eccee1f9f6692cc5126c60873d02452fb21", "reference": "36d05eccee1f9f6692cc5126c60873d02452fb21", "shasum": "" }, "require": { "illuminate/filesystem": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9", "symfony/translation": "2.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Translation package.", "homepage": "http://laravel.com", "time": "2015-08-01 00:02:33" }, { "name": "illuminate/validation", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/validation.git", "reference": "f2234790f5d4e638763a30f56d0eda9cb2eefed6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/validation/zipball/f2234790f5d4e638763a30f56d0eda9cb2eefed6", "reference": "f2234790f5d4e638763a30f56d0eda9cb2eefed6", "shasum": "" }, "require": { "illuminate/container": "5.1.*", "illuminate/contracts": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9", "symfony/http-foundation": "2.7.*", "symfony/translation": "2.7.*" }, "suggest": { "illuminate/database": "Required to use the database presence verifier (5.1.*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\Validation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate Validation package.", "homepage": "http://laravel.com", "time": "2015-10-23 08:21:26" }, { "name": "illuminate/view", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", "reference": "2ee7fa5cc61c998d043ed59e3a2a82fdf81d3f03" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/view/zipball/2ee7fa5cc61c998d043ed59e3a2a82fdf81d3f03", "reference": "2ee7fa5cc61c998d043ed59e3a2a82fdf81d3f03", "shasum": "" }, "require": { "illuminate/container": "5.1.*", "illuminate/contracts": "5.1.*", "illuminate/events": "5.1.*", "illuminate/filesystem": "5.1.*", "illuminate/support": "5.1.*", "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "psr-4": { "Illuminate\\View\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Illuminate View package.", "homepage": "http://laravel.com", "time": "2015-10-19 06:01:02" }, { "name": "laravel/lumen-framework", "version": "5.1.x-dev", "source": { "type": "git", "url": "https://github.com/laravel/lumen-framework.git", "reference": "caf37c0b556f3bb52dad3ef0efff7b297c9ad6cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/caf37c0b556f3bb52dad3ef0efff7b297c9ad6cd", "reference": "caf37c0b556f3bb52dad3ef0efff7b297c9ad6cd", "shasum": "" }, "require": { "illuminate/auth": "5.1.*", "illuminate/broadcasting": "5.1.*", "illuminate/bus": "5.1.*", "illuminate/cache": "5.1.*", "illuminate/config": "5.1.*", "illuminate/console": "5.1.*", "illuminate/container": "5.1.*", "illuminate/contracts": "5.1.*", "illuminate/cookie": "5.1.*", "illuminate/database": "5.1.*", "illuminate/encryption": "5.1.*", "illuminate/events": "5.1.*", "illuminate/filesystem": "5.1.*", "illuminate/hashing": "5.1.*", "illuminate/http": "5.1.*", "illuminate/pagination": "5.1.*", "illuminate/queue": "5.1.*", "illuminate/session": "5.1.*", "illuminate/support": "5.1.*", "illuminate/translation": "5.1.*", "illuminate/validation": "5.1.*", "illuminate/view": "5.1.*", "monolog/monolog": "~1.0", "mtdowling/cron-expression": "~1.0", "nikic/fast-route": "0.4.*", "paragonie/random_compat": "^1.0.6", "php": ">=5.5.9", "symfony/dom-crawler": "2.7.*", "symfony/http-foundation": "2.7.*", "symfony/http-kernel": "2.7.*", "symfony/security-core": "2.7.*", "symfony/var-dumper": "2.7.*" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0" }, "suggest": { "vlucas/phpdotenv": "Required to use .env files (~1.0)." }, "type": "library", "autoload": { "psr-4": { "Laravel\\Lumen\\": "src/" }, "classmap": [ "src/Foundation" ], "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" } ], "description": "The Laravel Lumen Framework.", "homepage": "http://laravel.com", "keywords": [ "framework", "laravel", "lumen" ], "time": "2015-10-28 22:19:15" }, { "name": "luticate/utils", "version": "dev-develop", "source": { "type": "git", "url": "https://git.rthoni.com/luticate/utils.git", "reference": "1231cd8daf04eca735d08da6c0a786623fa91af8" }, "require": { "laravel/lumen-framework": "5.1.x-dev" }, "type": "library", "autoload": { "psr-4": { "Luticate\\": "src/" } }, "authors": [ { "name": "Robin THONI", "email": "robin@rthoni.com" } ], "description": "Luticate user management system utils", "time": "2015-10-31 15:42:26" }, { "name": "monolog/monolog", "version": "1.17.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", "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", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "jakub-onderka/php-parallel-lint": "0.9", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "raven/raven": "^0.13", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" }, "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", "php-console/php-console": "Allow sending log messages to Google Chrome", "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.16.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": "2015-10-14 12:51:02" }, { "name": "mtdowling/cron-expression", "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/mtdowling/cron-expression.git", "reference": "fd92e883195e5dfa77720b1868cf084b08be4412" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/fd92e883195e5dfa77720b1868cf084b08be4412", "reference": "fd92e883195e5dfa77720b1868cf084b08be4412", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { "psr-0": { "Cron": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", "keywords": [ "cron", "schedule" ], "time": "2015-01-11 23:07:46" }, { "name": "nesbot/carbon", "version": "1.20.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3", "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6|~3.0" }, "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-06-25 04:19:39" }, { "name": "nikic/fast-route", "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/FastRoute/zipball/f26a8f7788f25c0e3e9b1579d38d7ccab2755320", "reference": "f26a8f7788f25c0e3e9b1579d38d7ccab2755320", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "FastRoute\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov", "email": "nikic@php.net" } ], "description": "Fast request router for PHP", "keywords": [ "router", "routing" ], "time": "2015-02-26 15:33:07" }, { "name": "paragonie/random_compat", "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "2fa50aa2f17066fa74ba00d943e8cee1a98284af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/2fa50aa2f17066fa74ba00d943e8cee1a98284af", "reference": "2fa50aa2f17066fa74ba00d943e8cee1a98284af", "shasum": "" }, "require": { "php": ">=5.2.0" }, "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": "2015-10-23 13:21:37" }, { "name": "psr/log", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "9e45edca52cc9c954680072c93e621f8b71fab26" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/9e45edca52cc9c954680072c93e621f8b71fab26", "reference": "9e45edca52cc9c954680072c93e621f8b71fab26", "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", "keywords": [ "log", "psr", "psr-3" ], "time": "2015-06-02 13:48:41" }, { "name": "symfony/console", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "f7416ccdb605b70c69a3a38b7330c0bc535ebffa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/f7416ccdb605b70c69a3a38b7330c0bc535ebffa", "reference": "f7416ccdb605b70c69a3a38b7330c0bc535ebffa", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1", "symfony/process": "~2.1" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-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": "2015-10-30 20:10:21" }, { "name": "symfony/debug", "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "441bd03c6d08132cc8329dde904657d0e5f59748" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/441bd03c6d08132cc8329dde904657d0e5f59748", "reference": "441bd03c6d08132cc8329dde904657d0e5f59748", "shasum": "" }, "require": { "php": ">=5.3.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.2|~3.0.0", "symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2|~3.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-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": "2015-10-30 20:15:42" }, { "name": "symfony/dom-crawler", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "06ecd0c8344cd197501c28b945a902092bd7f637" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/06ecd0c8344cd197501c28b945a902092bd7f637", "reference": "06ecd0c8344cd197501c28b945a902092bd7f637", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/css-selector": "~2.3" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" }, "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 DomCrawler Component", "homepage": "https://symfony.com", "time": "2015-10-30 20:10:21" }, { "name": "symfony/event-dispatcher", "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc", "reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc", "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": "2015-10-30 20:15:42" }, { "name": "symfony/finder", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "a06a0c0ff7db3736a50d530c908cca547bf13da9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/a06a0c0ff7db3736a50d530c908cca547bf13da9", "reference": "a06a0c0ff7db3736a50d530c908cca547bf13da9", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-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": "2015-10-30 20:10:21" }, { "name": "symfony/http-foundation", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "4f092d8e5838064449201d8e9210026f6f40c43b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/4f092d8e5838064449201d8e9210026f6f40c43b", "reference": "4f092d8e5838064449201d8e9210026f6f40c43b", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "symfony/expression-language": "~2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "Resources/stubs" ], "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2015-10-30 20:10:21" }, { "name": "symfony/http-kernel", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "1a56b4dd82f3f8675820dca8b15097a9674d0353" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/1a56b4dd82f3f8675820dca8b15097a9674d0353", "reference": "1a56b4dd82f3f8675820dca8b15097a9674d0353", "shasum": "" }, "require": { "php": ">=5.3.9", "psr/log": "~1.0", "symfony/debug": "~2.6,>=2.6.2", "symfony/event-dispatcher": "~2.6,>=2.6.7", "symfony/http-foundation": "~2.5,>=2.5.4" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "symfony/browser-kit": "~2.3", "symfony/class-loader": "~2.1", "symfony/config": "~2.7", "symfony/console": "~2.3", "symfony/css-selector": "~2.0,>=2.0.5", "symfony/dependency-injection": "~2.2", "symfony/dom-crawler": "~2.0,>=2.0.5", "symfony/expression-language": "~2.4", "symfony/finder": "~2.0,>=2.0.5", "symfony/process": "~2.0,>=2.0.5", "symfony/routing": "~2.2", "symfony/stopwatch": "~2.3", "symfony/templating": "~2.2", "symfony/translation": "~2.0,>=2.0.5", "symfony/var-dumper": "~2.6" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "", "symfony/var-dumper": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 HttpKernel Component", "homepage": "https://symfony.com", "time": "2015-10-30 20:10:21" }, { "name": "symfony/process", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "4b557e0d32e20a16938ead0aec06e4615d84668f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/4b557e0d32e20a16938ead0aec06e4615d84668f", "reference": "4b557e0d32e20a16938ead0aec06e4615d84668f", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-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": "2015-10-30 20:10:21" }, { "name": "symfony/security-core", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "09c3c237338c6d269aae2293fe4095d8372ace0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/09c3c237338c6d269aae2293fe4095d8372ace0a", "reference": "09c3c237338c6d269aae2293fe4095d8372ace0a", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "ircmaxell/password-compat": "1.0.*", "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1", "symfony/expression-language": "~2.6", "symfony/http-foundation": "~2.4", "symfony/translation": "~2.0,>=2.0.5", "symfony/validator": "~2.5,>=2.5.5" }, "suggest": { "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", "symfony/event-dispatcher": "", "symfony/expression-language": "For using the expression voter", "symfony/http-foundation": "", "symfony/validator": "For using the user password constraint" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Security\\Core\\": "" }, "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 Security Component - Core Library", "homepage": "https://symfony.com", "time": "2015-10-30 20:13:17" }, { "name": "symfony/translation", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "eee4ee643bdb4753c31026762f163d6628ee286f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/eee4ee643bdb4753c31026762f163d6628ee286f", "reference": "eee4ee643bdb4753c31026762f163d6628ee286f", "shasum": "" }, "require": { "php": ">=5.3.9" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.7", "symfony/intl": "~2.4", "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.7-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": "2015-10-30 20:10:21" }, { "name": "symfony/var-dumper", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "7c795c531087200ec1427a8fc5825af6f68352a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/7c795c531087200ec1427a8fc5825af6f68352a7", "reference": "7c795c531087200ec1427a8fc5825af6f68352a7", "shasum": "" }, "require": { "php": ">=5.3.9" }, "suggest": { "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-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": "2015-10-30 20:13:17" } ], "packages-dev": [ { "name": "luticate/generator", "version": "dev-develop", "source": { "type": "git", "url": "https://git.rthoni.com/luticate/generator.git", "reference": "74fe81bed2ec1817ac497125e9e65a42624c9280" }, "require": { "laravel/lumen-framework": "5.1.x-dev", "luticate/utils": "*", "twig/twig": "1.x-dev", "vlucas/phpdotenv": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Luticate\\": "src/" } }, "authors": [ { "name": "Robin THONI", "email": "robin@rthoni.com" } ], "description": "Luticate user management system code generator", "time": "2015-10-31 14:30:08" }, { "name": "twig/twig", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "b9b6f367e10ad4d05adae41013446338927b7ac2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/b9b6f367e10ad4d05adae41013446338927b7ac2", "reference": "b9b6f367e10ad4d05adae41013446338927b7ac2", "shasum": "" }, "require": { "php": ">=5.2.7" }, "require-dev": { "symfony/debug": "~2.7", "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.23-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": "2015-10-29 23:33:13" }, { "name": "vlucas/phpdotenv", "version": "1.1.x-dev", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", "reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-0": { "Dotenv": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "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.", "homepage": "http://github.com/vlucas/phpdotenv", "keywords": [ "dotenv", "env", "environment" ], "time": "2015-05-30 15:59:26" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { "laravel/lumen-framework": 20, "luticate/utils": 20, "luticate/generator": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }