{ "_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": "6a453d880d57853f0cb418b46a443562", "content-hash": "f4dcac42cfaefbfc439245a4b540680d", "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": "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": "5ffe6bc5a5a11a492f094ab1393cd4bd6954bf92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/database/zipball/5ffe6bc5a5a11a492f094ab1393cd4bd6954bf92", "reference": "5ffe6bc5a5a11a492f094ab1393cd4bd6954bf92", "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-22 18:09:07" }, { "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": "21e6f8286825ce5e1a0afb04de5defcbfcaee61b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/filesystem/zipball/21e6f8286825ce5e1a0afb04de5defcbfcaee61b", "reference": "21e6f8286825ce5e1a0afb04de5defcbfcaee61b", "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-19 06:01:02" }, { "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": "00692d9de86aef075dc9278eed094733403c25f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/queue/zipball/00692d9de86aef075dc9278eed094733403c25f8", "reference": "00692d9de86aef075dc9278eed094733403c25f8", "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-20 21:16:46" }, { "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": "dda15742b000d9c95a95cc9984428d4dea9cc8f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/illuminate/validation/zipball/dda15742b000d9c95a95cc9984428d4dea9cc8f9", "reference": "dda15742b000d9c95a95cc9984428d4dea9cc8f9", "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-19 06:01:02" }, { "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": "3079aabbf520194933ad53a14f6d1ebbf8077bbd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/lumen-framework/zipball/3079aabbf520194933ad53a14f6d1ebbf8077bbd", "reference": "3079aabbf520194933ad53a14f6d1ebbf8077bbd", "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-19 21:27:10" }, { "name": "luticate/utils", "version": "dev-master", "source": { "type": "git", "url": "https://git.rthoni.com/luticate/utils.git", "reference": "bae4c0894875b563d25998b87dec97a59a0d2f3c" }, "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-22 18:22:43" }, { "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.9", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "7647ac58c35ece044b939e01c85dbaa73ed26351" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/7647ac58c35ece044b939e01c85dbaa73ed26351", "reference": "7647ac58c35ece044b939e01c85dbaa73ed26351", "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-20 15:22:41" }, { "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": "c482a247eb1d8bc778595e76adf5b999ad96e13a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/c482a247eb1d8bc778595e76adf5b999ad96e13a", "reference": "c482a247eb1d8bc778595e76adf5b999ad96e13a", "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\\": "" } }, "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-12 12:42:24" }, { "name": "symfony/debug", "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "0c250fd873c7ceb31a9e7ad629b4a7048c931c28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/0c250fd873c7ceb31a9e7ad629b4a7048c931c28", "reference": "0c250fd873c7ceb31a9e7ad629b4a7048c931c28", "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\\": "" } }, "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-11 08:29:26" }, { "name": "symfony/dom-crawler", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "5fef7d8b80d8f9992df99d8ee283f420484c9612" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/5fef7d8b80d8f9992df99d8ee283f420484c9612", "reference": "5fef7d8b80d8f9992df99d8ee283f420484c9612", "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\\": "" } }, "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-11 09:39:48" }, { "name": "symfony/event-dispatcher", "version": "2.8.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "41899a21d196332ab23e40f76e1276f2b7aa4d0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/41899a21d196332ab23e40f76e1276f2b7aa4d0d", "reference": "41899a21d196332ab23e40f76e1276f2b7aa4d0d", "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\\": "" } }, "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-12 10:13:39" }, { "name": "symfony/finder", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d", "reference": "2ffb4e9598db3c48eb6d0ae73b04bbf09280c59d", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" } }, "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-11 09:39:48" }, { "name": "symfony/http-foundation", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "2d6868fe0718c34017f304d7fa3d306b6f52f46c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/2d6868fe0718c34017f304d7fa3d306b6f52f46c", "reference": "2d6868fe0718c34017f304d7fa3d306b6f52f46c", "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" ] }, "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-18 20:23:18" }, { "name": "symfony/http-kernel", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "b56f9fad3f1259c1d5cc0a1e5a96c341e9633d5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b56f9fad3f1259c1d5cc0a1e5a96c341e9633d5e", "reference": "b56f9fad3f1259c1d5cc0a1e5a96c341e9633d5e", "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\\": "" } }, "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-13 16:05:47" }, { "name": "symfony/process", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "74078dbc5d7639dc74f7ee30b048cc74c21149bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/74078dbc5d7639dc74f7ee30b048cc74c21149bf", "reference": "74078dbc5d7639dc74f7ee30b048cc74c21149bf", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" } }, "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-18 09:49:40" }, { "name": "symfony/security-core", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "677af9aa5a497f768bf23ba84a466be060dc7509" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/677af9aa5a497f768bf23ba84a466be060dc7509", "reference": "677af9aa5a497f768bf23ba84a466be060dc7509", "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\\": "" } }, "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-11 09:39:48" }, { "name": "symfony/translation", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "ef299cacc962ef8394f89fa8ba9a90486a607582" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/ef299cacc962ef8394f89fa8ba9a90486a607582", "reference": "ef299cacc962ef8394f89fa8ba9a90486a607582", "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\\": "" } }, "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-11 09:39:48" }, { "name": "symfony/var-dumper", "version": "2.7.x-dev", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "31a698cfe5c65b47ea16c4dcc3e0cda62ef6074a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/31a698cfe5c65b47ea16c4dcc3e0cda62ef6074a", "reference": "31a698cfe5c65b47ea16c4dcc3e0cda62ef6074a", "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\\": "" } }, "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-19 18:09:55" }, { "name": "twig/twig", "version": "1.x-dev", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "50e68e68f09a7e324443e3e9f028c3f05f46763f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/50e68e68f09a7e324443e3e9f028c3f05f46763f", "reference": "50e68e68f09a7e324443e3e9f028c3f05f46763f", "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.22-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-20 17:44:50" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "twig/twig": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }