{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], "hash": "79d586d0ea759b8c3f0324acdb662c3e", "packages": [ { "name": "classpreloader/classpreloader", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/mtdowling/ClassPreloader.git", "reference": "1a50f7945b725ff2c60f234e51407d1d6e7c77c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/1a50f7945b725ff2c60f234e51407d1d6e7c77c5", "reference": "1a50f7945b725ff2c60f234e51407d1d6e7c77c5", "shasum": "" }, "require": { "nikic/php-parser": "*", "php": ">=5.3.3", "symfony/console": ">2.0", "symfony/filesystem": ">2.0", "symfony/finder": ">2.0" }, "bin": [ "classpreloader.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.0-dev" } }, "autoload": { "psr-0": { "ClassPreloader": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", "keywords": [ "autoload", "class", "preload" ], "time": "2013-06-24 22:58:34" }, { "name": "doctrine/annotations", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "40db0c96985aab2822edbc4848b3bd2429e02670" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670", "reference": "40db0c96985aab2822edbc4848b3bd2429e02670", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "require-dev": { "doctrine/cache": "1.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Annotations\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2013-06-16 21:33:03" }, { "name": "doctrine/cache", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "d0e4447707a064a5814b18cb0dcc2f24185f6179" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/d0e4447707a064a5814b18cb0dcc2f24185f6179", "reference": "d0e4447707a064a5814b18cb0dcc2f24185f6179", "shasum": "" }, "require": { "php": ">=5.3.2" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Cache\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Caching library offering an object-oriented API for many cache backends", "homepage": "http://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2013-09-26 19:23:25" }, { "name": "doctrine/collections", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/bcb53776a096a0c64579cc8d8ec0db62f1109fbc", "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Collections\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Collections Abstraction library", "homepage": "http://www.doctrine-project.org", "keywords": [ "array", "collections", "iterator" ], "time": "2013-08-29 16:56:45" }, { "name": "doctrine/common", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "d9dea98243c733ff589aab10e321de4f14a63ab4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/d9dea98243c733ff589aab10e321de4f14a63ab4", "reference": "d9dea98243c733ff589aab10e321de4f14a63ab4", "shasum": "" }, "require": { "doctrine/annotations": "1.*", "doctrine/cache": "1.*", "doctrine/collections": "1.*", "doctrine/inflector": "1.*", "doctrine/lexer": "1.*", "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common Library for Doctrine projects", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "collections", "eventmanager", "persistence", "spl" ], "time": "2013-09-16 09:32:54" }, { "name": "doctrine/dbal", "version": "2.4.x-dev", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "9efdbcebea17506fb1cdb6b4687c23a6786d2e6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/9efdbcebea17506fb1cdb6b4687c23a6786d2e6b", "reference": "9efdbcebea17506fb1cdb6b4687c23a6786d2e6b", "shasum": "" }, "require": { "doctrine/common": "~2.4", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/console": "~2.0" }, "suggest": { "symfony/console": "Allows use of the command line interface" }, "type": "library", "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "persistence", "queryobject" ], "time": "2013-09-26 21:18:07" }, { "name": "doctrine/inflector", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c", "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "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": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Common String Manipulations with regard to casing and singular/plural rules.", "homepage": "http://www.doctrine-project.org", "keywords": [ "inflection", "pluralize", "singularize", "string" ], "time": "2013-04-10 16:14:30" }, { "name": "doctrine/lexer", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com", "homepage": "http://jmsyst.com", "role": "Developer of wrapped JMSSerializerBundle" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2013-03-07 12:15:25" }, { "name": "filp/whoops", "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "12e144c788b275e5869ac15eda7bd0ae5da775bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/12e144c788b275e5869ac15eda7bd0ae5da775bd", "reference": "12e144c788b275e5869ac15eda7bd0ae5da775bd", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "mockery/mockery": "dev-master", "silex/silex": "1.0.*@dev" }, "type": "library", "autoload": { "psr-0": { "Whoops": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://github.com/filp/whoops", "keywords": [ "error", "exception", "handling", "library", "silex-provider", "whoops", "zf2" ], "time": "2013-06-10 12:22:13" }, { "name": "ircmaxell/password-compat", "version": "1.0.x-dev", "source": { "type": "git", "url": "https://github.com/ircmaxell/password_compat.git", "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4", "reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4", "shasum": "" }, "type": "library", "autoload": { "files": [ "lib/password.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthony Ferrara", "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash", "homepage": "https://github.com/ircmaxell/password_compat", "keywords": [ "hashing", "password" ], "time": "2013-04-30 19:58:08" }, { "name": "jeremeamia/SuperClosure", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/jeremeamia/super_closure.git", "reference": "dba99c01800510c2d78a15d8579a49673072f270" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/dba99c01800510c2d78a15d8579a49673072f270", "reference": "dba99c01800510c2d78a15d8579a49673072f270", "shasum": "" }, "require": { "nikic/php-parser": "dev-master", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "3.7.*" }, "type": "library", "autoload": { "psr-0": { "Jeremeamia\\SuperClosure": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Lindblom" } ], "description": "Doing interesting things with closures like serialization and partial function application.", "homepage": "https://github.com/jeremeamia/super_closure", "keywords": [ "closure", "function", "parser", "serializable", "serialize", "tokenizer" ], "time": "2013-06-14 07:20:08" }, { "name": "laravel/framework", "version": "4.0.x-dev", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", "reference": "a6b6c77a1a5dc91c40df7838c57ea1e1f70545e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/framework/zipball/a6b6c77a1a5dc91c40df7838c57ea1e1f70545e9", "reference": "a6b6c77a1a5dc91c40df7838c57ea1e1f70545e9", "shasum": "" }, "require": { "classpreloader/classpreloader": "1.0.*", "doctrine/dbal": "2.4.*", "filp/whoops": "1.0.7", "ircmaxell/password-compat": "1.0.*", "jeremeamia/superclosure": "1.0.*", "monolog/monolog": "1.6.*", "nesbot/carbon": "1.*", "patchwork/utf8": "1.1.*", "php": ">=5.3.0", "predis/predis": "0.8.*", "swiftmailer/swiftmailer": "5.0.*", "symfony/browser-kit": "2.3.*", "symfony/console": "2.3.*", "symfony/css-selector": "2.3.*", "symfony/debug": "2.3.*", "symfony/dom-crawler": "2.3.*", "symfony/event-dispatcher": "2.3.*", "symfony/finder": "2.3.*", "symfony/http-foundation": "2.3.*", "symfony/http-kernel": "2.3.*", "symfony/process": "2.3.*", "symfony/routing": "2.3.*", "symfony/translation": "2.3.*" }, "replace": { "illuminate/auth": "self.version", "illuminate/cache": "self.version", "illuminate/config": "self.version", "illuminate/console": "self.version", "illuminate/container": "self.version", "illuminate/cookie": "self.version", "illuminate/database": "self.version", "illuminate/encryption": "self.version", "illuminate/events": "self.version", "illuminate/exception": "self.version", "illuminate/filesystem": "self.version", "illuminate/foundation": "self.version", "illuminate/hashing": "self.version", "illuminate/html": "self.version", "illuminate/http": "self.version", "illuminate/log": "self.version", "illuminate/mail": "self.version", "illuminate/pagination": "self.version", "illuminate/queue": "self.version", "illuminate/redis": "self.version", "illuminate/routing": "self.version", "illuminate/session": "self.version", "illuminate/support": "self.version", "illuminate/translation": "self.version", "illuminate/validation": "self.version", "illuminate/view": "self.version", "illuminate/workbench": "self.version" }, "require-dev": { "aws/aws-sdk-php": "2.2.*", "iron-io/iron_mq": "1.4.4", "mockery/mockery": "0.8.0", "pda/pheanstalk": "2.0.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "classmap": [ [ "src/Illuminate/Queue/IlluminateQueueClosure.php" ] ], "files": [ "src/Illuminate/Support/helpers.php" ], "psr-0": { "Illuminate": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell", "role": "Developer" } ], "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "time": "2013-10-07 14:59:35" }, { "name": "monolog/monolog", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "b5fa119527f25b787fbb20e75593e0671b0ea079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b5fa119527f25b787fbb20e75593e0671b0ea079", "reference": "b5fa119527f25b787fbb20e75593e0671b0ea079", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "require-dev": { "doctrine/couchdb": "dev-master", "mlehner/gelf-php": "1.0.*", "phpunit/phpunit": "~3.7.0", "raven/raven": "0.5.*" }, "suggest": { "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", "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server", "raven/raven": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-0": { "Monolog": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be", "role": "Developer" } ], "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": "2013-10-03 15:23:01" }, { "name": "mustache/mustache", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", "reference": "14bc3b4f6a4770b535fc433bfd0435471ed386c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/14bc3b4f6a4770b535fc433bfd0435471ed386c6", "reference": "14bc3b4f6a4770b535fc433bfd0435471ed386c6", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "time": "2013-08-13 04:49:23" }, { "name": "nesbot/carbon", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "06f0b8a99a90c5392ceccb09b75b74ff6c08ec07" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/06f0b8a99a90c5392ceccb09b75b74ff6c08ec07", "reference": "06f0b8a99a90c5392ceccb09b75b74ff6c08ec07", "shasum": "" }, "require": { "php": ">=5.3.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": "https://github.com/briannesbitt/Carbon", "keywords": [ "date", "datetime", "time" ], "time": "2013-09-09 02:39:19" }, { "name": "nikic/php-parser", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "700847e2951942200b479c413aa2984b5364799b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/700847e2951942200b479c413aa2984b5364799b", "reference": "700847e2951942200b479c413aa2984b5364799b", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.9-dev" } }, "autoload": { "psr-0": { "PHPParser": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2013-09-28 11:21:30" }, { "name": "patchwork/utf8", "version": "v1.1.12", "source": { "type": "git", "url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git", "reference": "bf556062f69380066dacd03b4bcc6727c5b8e97e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/bf556062f69380066dacd03b4bcc6727c5b8e97e", "reference": "bf556062f69380066dacd03b4bcc6727c5b8e97e", "shasum": "" }, "require": { "lib-pcre": "*", "php": ">=5.3.0" }, "suggest": { "ext-mbstring": "Use Mbstring for best performance", "lib-iconv": "Use iconv for best performance", "lib-icu": "Use Intl for best performance" }, "type": "library", "autoload": { "psr-0": { "Patchwork": "class/", "Normalizer": "class/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com", "role": "Developer" } ], "description": "UTF-8 strings handling for PHP 5.3: portable, performant and extended", "homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", "keywords": [ "i18n", "unicode", "utf-8", "utf8" ], "time": "2013-10-04 09:47:08" }, { "name": "predis/predis", "version": "0.8.x-dev", "source": { "type": "git", "url": "https://github.com/nrk/predis.git", "reference": "4824af15631f6a80a939cdc58104d03e0aadd17a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nrk/predis/zipball/4824af15631f6a80a939cdc58104d03e0aadd17a", "reference": "4824af15631f6a80a939cdc58104d03e0aadd17a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-0": { "Predis": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net" } ], "description": "Flexible and feature-complete PHP client library for Redis", "homepage": "http://github.com/nrk/predis", "keywords": [ "nosql", "predis", "redis" ], "time": "2013-08-31 08:51:10" }, { "name": "psr/log", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b", "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "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": "2012-12-21 11:40:51" }, { "name": "swiftmailer/swiftmailer", "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/f3917ecef35a4e4d98b303eb9fee463bc983f379", "reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379", "shasum": "" }, "require": { "php": ">=5.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.1-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Chris Corbyn" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "http://swiftmailer.org", "keywords": [ "mail", "mailer" ], "time": "2013-08-30 12:35:21" }, { "name": "symfony/browser-kit", "version": "2.3.x-dev", "target-dir": "Symfony/Component/BrowserKit", "source": { "type": "git", "url": "https://github.com/symfony/BrowserKit.git", "reference": "7fc66ea3b9438080d79246cd8e5d88950c7fe4a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/7fc66ea3b9438080d79246cd8e5d88950c7fe4a4", "reference": "7fc66ea3b9438080d79246cd8e5d88950c7fe4a4", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/dom-crawler": "~2.0" }, "require-dev": { "symfony/css-selector": "~2.0", "symfony/process": "~2.0" }, "suggest": { "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\BrowserKit\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony BrowserKit Component", "homepage": "http://symfony.com", "time": "2013-09-26 12:37:59" }, { "name": "symfony/console", "version": "2.3.x-dev", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", "reference": "f880062d56edefb25b36f2defa65aafe65959dc7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Console/zipball/f880062d56edefb25b36f2defa65aafe65959dc7", "reference": "f880062d56edefb25b36f2defa65aafe65959dc7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/event-dispatcher": "~2.1" }, "suggest": { "symfony/event-dispatcher": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Console\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "http://symfony.com", "time": "2013-09-25 06:04:15" }, { "name": "symfony/css-selector", "version": "2.3.x-dev", "target-dir": "Symfony/Component/CssSelector", "source": { "type": "git", "url": "https://github.com/symfony/CssSelector.git", "reference": "4e01c74f19ea049773fa3ee9fb2bb5bf5e14f7eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/CssSelector/zipball/4e01c74f19ea049773fa3ee9fb2bb5bf5e14f7eb", "reference": "4e01c74f19ea049773fa3ee9fb2bb5bf5e14f7eb", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\CssSelector\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" } ], "description": "Symfony CssSelector Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "symfony/debug", "version": "2.3.x-dev", "target-dir": "Symfony/Component/Debug", "source": { "type": "git", "url": "https://github.com/symfony/Debug.git", "reference": "7f671456b9617d0a54f04597ae1c1ed3a1e858fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Debug/zipball/7f671456b9617d0a54f04597ae1c1ed3a1e858fd", "reference": "7f671456b9617d0a54f04597ae1c1ed3a1e858fd", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/http-foundation": "~2.1", "symfony/http-kernel": "~2.1" }, "suggest": { "symfony/class-loader": "", "symfony/http-foundation": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Debug\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:47:13" }, { "name": "symfony/dom-crawler", "version": "2.3.x-dev", "target-dir": "Symfony/Component/DomCrawler", "source": { "type": "git", "url": "https://github.com/symfony/DomCrawler.git", "reference": "f3c321861994f5a1882b4045ea1f8759be47601a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/f3c321861994f5a1882b4045ea1f8759be47601a", "reference": "f3c321861994f5a1882b4045ea1f8759be47601a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/css-selector": "~2.0" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\DomCrawler\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony DomCrawler Component", "homepage": "http://symfony.com", "time": "2013-09-25 09:22:53" }, { "name": "symfony/event-dispatcher", "version": "2.3.x-dev", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", "reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7fc72a7a346a1887d3968cc1ce5642a15cd182e9", "reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/dependency-injection": "~2.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\EventDispatcher\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "symfony/filesystem", "version": "dev-master", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", "reference": "e558fd5d593ebe083dca199f52aed5374ab7b57a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/e558fd5d593ebe083dca199f52aed5374ab7b57a", "reference": "e558fd5d593ebe083dca199f52aed5374ab7b57a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Filesystem\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", "time": "2013-09-27 14:57:51" }, { "name": "symfony/finder", "version": "2.3.x-dev", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", "reference": "a175521f680b178e63c5d0ab87c6b046c0990c3f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Finder/zipball/a175521f680b178e63c5d0ab87c6b046c0990c3f", "reference": "a175521f680b178e63c5d0ab87c6b046c0990c3f", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Finder\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "symfony/http-foundation", "version": "2.3.x-dev", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", "reference": "59e712338cd05463ebcb8da6422a01b1291871e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/59e712338cd05463ebcb8da6422a01b1291871e3", "reference": "59e712338cd05463ebcb8da6422a01b1291871e3", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpFoundation\\": "" }, "classmap": [ "Symfony/Component/HttpFoundation/Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", "time": "2013-09-29 19:41:41" }, { "name": "symfony/http-kernel", "version": "2.3.x-dev", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", "reference": "4ccb97ee5a5e2b761375fd33101198dd2a85f5df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4ccb97ee5a5e2b761375fd33101198dd2a85f5df", "reference": "4ccb97ee5a5e2b761375fd33101198dd2a85f5df", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", "symfony/debug": "~2.3", "symfony/event-dispatcher": "~2.1", "symfony/http-foundation": "~2.2" }, "require-dev": { "symfony/browser-kit": "~2.2", "symfony/class-loader": "~2.1", "symfony/config": "~2.0", "symfony/console": "~2.2", "symfony/dependency-injection": "~2.0", "symfony/finder": "~2.0", "symfony/process": "~2.0", "symfony/routing": "~2.2", "symfony/stopwatch": "~2.2", "symfony/templating": "~2.2" }, "suggest": { "symfony/browser-kit": "", "symfony/class-loader": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\HttpKernel\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", "time": "2013-09-30 09:54:26" }, { "name": "symfony/process", "version": "2.3.x-dev", "target-dir": "Symfony/Component/Process", "source": { "type": "git", "url": "https://github.com/symfony/Process.git", "reference": "e35e3cea61c851ece0967d8d26b926633e65535a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Process/zipball/e35e3cea61c851ece0967d8d26b926633e65535a", "reference": "e35e3cea61c851ece0967d8d26b926633e65535a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Process\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "symfony/routing", "version": "2.3.x-dev", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", "reference": "7d41463094752e87a0fae60316d236abecb8a034" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Routing/zipball/7d41463094752e87a0fae60316d236abecb8a034", "reference": "7d41463094752e87a0fae60316d236abecb8a034", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "doctrine/common": "~2.2", "psr/log": "~1.0", "symfony/config": "~2.2", "symfony/yaml": "~2.0" }, "suggest": { "doctrine/common": "", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Routing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", "time": "2013-09-29 19:41:41" }, { "name": "symfony/translation", "version": "2.3.x-dev", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", "reference": "609dbde849d6a02be3f4a7ae29841d1d3db64d87" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/Translation/zipball/609dbde849d6a02be3f4a7ae29841d1d3db64d87", "reference": "609dbde849d6a02be3f4a7ae29841d1d3db64d87", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "symfony/config": "~2.0", "symfony/yaml": "~2.2" }, "suggest": { "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-0": { "Symfony\\Component\\Translation\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", "time": "2013-09-19 09:45:20" }, { "name": "way/generators", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/JeffreyWay/Laravel-4-Generators.git", "reference": "bdcc57b1219bed3ad17d69fa20f55d98484f15f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JeffreyWay/Laravel-4-Generators/zipball/bdcc57b1219bed3ad17d69fa20f55d98484f15f6", "reference": "bdcc57b1219bed3ad17d69fa20f55d98484f15f6", "shasum": "" }, "require": { "mustache/mustache": "dev-master", "php": ">=5.3.0", "way/laravel-test-helpers": "dev-master" }, "require-dev": { "illuminate/console": "~4", "illuminate/filesystem": "~4", "illuminate/support": "~4", "mockery/mockery": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Way\\Generators": "src/" }, "classmap": [ "src/Way/Generators/Generators" ] }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Jeffrey Way", "email": "jeffrey@jeffrey-way.com", "homepage": "http://jeffrye-way.com", "role": "Developer" } ], "description": "Laravel 4 Generators", "keywords": [ "artisan", "generators", "laravel" ], "time": "2013-09-18 23:38:54" }, { "name": "way/laravel-test-helpers", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/JeffreyWay/Laravel-Test-Helpers.git", "reference": "7fcec7999d02c457cfc82c8d6dfa894470129c11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JeffreyWay/Laravel-Test-Helpers/zipball/7fcec7999d02c457cfc82c8d6dfa894470129c11", "reference": "7fcec7999d02c457cfc82c8d6dfa894470129c11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "illuminate/support": "4.0.x", "mockery/mockery": "*" }, "type": "library", "autoload": { "psr-0": { "Way\\Tests": "src/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Jeffrey Way", "email": "jeffrey@jeffrey-way.com", "homepage": "http://jeffrye-way.com", "role": "Developer" } ], "description": "Easier testing in Laravel.", "time": "2013-09-13 16:53:25" } ], "packages-dev": [ ], "aliases": [ ], "minimum-stability": "dev", "stability-flags": { "way/generators": 20 }, "platform": [ ], "platform-dev": [ ] }