Created
April 5, 2014 07:36
-
-
Save abbood/9988573 to your computer and use it in GitHub Desktop.
composer.json.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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": "999d059113bf3fb48afd2c6339f88e3f", | |
"packages": [ | |
{ | |
"name": "classpreloader/classpreloader", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/mtdowling/ClassPreloader.git", | |
"reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/mtdowling/ClassPreloader/zipball/2c9f3bcbab329570c57339895bd11b5dd3b00877", | |
"reference": "2c9f3bcbab329570c57339895bd11b5dd3b00877", | |
"shasum": "" | |
}, | |
"require": { | |
"nikic/php-parser": "~0.9", | |
"php": ">=5.3.3", | |
"symfony/console": "~2.1", | |
"symfony/filesystem": "~2.1", | |
"symfony/finder": "~2.1" | |
}, | |
"bin": [ | |
"classpreloader.php" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.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": "2014-03-12 00:05:31" | |
}, | |
{ | |
"name": "doctrine/annotations", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/annotations.git", | |
"reference": "316b956b70c0ceab28ba0817fc3343624aa83b56" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/annotations/zipball/316b956b70c0ceab28ba0817fc3343624aa83b56", | |
"reference": "316b956b70c0ceab28ba0817fc3343624aa83b56", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/lexer": "1.*", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"doctrine/cache": "1.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.2.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Annotations\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jonathan H. Wage", | |
"email": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"homepage": "http://jmsyst.com", | |
"role": "Developer of wrapped JMSSerializerBundle" | |
} | |
], | |
"description": "Docblock Annotations Parser", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"annotations", | |
"docblock", | |
"parser" | |
], | |
"time": "2014-03-03 13:00:20" | |
}, | |
{ | |
"name": "doctrine/cache", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/cache.git", | |
"reference": "bb9b55b17bed5923c9446c8158a92623d39480c6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/cache/zipball/bb9b55b17bed5923c9446c8158a92623d39480c6", | |
"reference": "bb9b55b17bed5923c9446c8158a92623d39480c6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.2" | |
}, | |
"conflict": { | |
"doctrine/common": ">2.2,<2.4" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": ">=3.7", | |
"satooshi/php-coveralls": "~0.6" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.4.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Doctrine\\Common\\Cache\\": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jonathan Wage", | |
"email": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"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": "2014-03-27 11:06:41" | |
}, | |
{ | |
"name": "doctrine/collections", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/collections.git", | |
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2", | |
"reference": "b99c5c46c87126201899afe88ec490a25eedd6a2", | |
"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": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"homepage": "http://jmsyst.com", | |
"role": "Developer of wrapped JMSSerializerBundle" | |
} | |
], | |
"description": "Collections Abstraction library", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"array", | |
"collections", | |
"iterator" | |
], | |
"time": "2014-02-03 23:07:43" | |
}, | |
{ | |
"name": "doctrine/common", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/common.git", | |
"reference": "434c364b6a8780c16769b60fcc56e61e6bac766f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/common/zipball/434c364b6a8780c16769b60fcc56e61e6bac766f", | |
"reference": "434c364b6a8780c16769b60fcc56e61e6bac766f", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/annotations": "1.*", | |
"doctrine/cache": "1.*", | |
"doctrine/collections": "1.*", | |
"doctrine/inflector": "1.*", | |
"doctrine/lexer": "1.*", | |
"php": ">=5.3.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "~3.7" | |
}, | |
"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": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"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": "2014-03-19 13:50:21" | |
}, | |
{ | |
"name": "doctrine/dbal", | |
"version": "v2.4.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/dbal.git", | |
"reference": "fec965d330c958e175c39e61c3f6751955af32d0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", | |
"reference": "fec965d330c958e175c39e61c3f6751955af32d0", | |
"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": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Database Abstraction Layer", | |
"homepage": "http://www.doctrine-project.org", | |
"keywords": [ | |
"database", | |
"dbal", | |
"persistence", | |
"queryobject" | |
], | |
"time": "2014-01-01 16:43:57" | |
}, | |
{ | |
"name": "doctrine/inflector", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/inflector.git", | |
"reference": "a81c334f2764b09e2f13a55cfd8fe3233946f728" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/inflector/zipball/a81c334f2764b09e2f13a55cfd8fe3233946f728", | |
"reference": "a81c334f2764b09e2f13a55cfd8fe3233946f728", | |
"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": "[email protected]", | |
"homepage": "http://www.jwage.com/", | |
"role": "Creator" | |
}, | |
{ | |
"name": "Guilherme Blanco", | |
"email": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Benjamin Eberlei", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"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-12-21 19:19:50" | |
}, | |
{ | |
"name": "doctrine/lexer", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/lexer.git", | |
"reference": "f12a5f74e5f4a9e3f558f3288504e121edfad891" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/lexer/zipball/f12a5f74e5f4a9e3f558f3288504e121edfad891", | |
"reference": "f12a5f74e5f4a9e3f558f3288504e121edfad891", | |
"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": "[email protected]", | |
"homepage": "http://www.instaclick.com" | |
}, | |
{ | |
"name": "Roman Borschel", | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Johannes Schmitt", | |
"email": "[email protected]", | |
"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-12-20 21:39:00" | |
}, | |
{ | |
"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": "[email protected]", | |
"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.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/jeremeamia/super_closure.git", | |
"reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/d05400085f7d4ae6f20ba30d36550836c0d061e8", | |
"reference": "d05400085f7d4ae6f20ba30d36550836c0d061e8", | |
"shasum": "" | |
}, | |
"require": { | |
"nikic/php-parser": "~0.9", | |
"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.", | |
"homepage": "https://github.com/jeremeamia/super_closure", | |
"keywords": [ | |
"closure", | |
"function", | |
"parser", | |
"serializable", | |
"serialize", | |
"tokenizer" | |
], | |
"time": "2013-10-09 04:20:00" | |
}, | |
{ | |
"name": "laravel/framework", | |
"version": "4.0.x-dev", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/laravel/framework.git", | |
"reference": "426c9e0e39915eedd2861b147ba6701443136e3d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/laravel/framework/zipball/426c9e0e39915eedd2861b147ba6701443136e3d", | |
"reference": "426c9e0e39915eedd2861b147ba6701443136e3d", | |
"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.*", | |
"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.4.*", | |
"iron-io/iron_mq": "1.4.*", | |
"mockery/mockery": "0.8.0", | |
"pda/pheanstalk": "2.1.*", | |
"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": "[email protected]", | |
"homepage": "https://github.com/taylorotwell", | |
"role": "Developer" | |
} | |
], | |
"description": "The Laravel Framework.", | |
"keywords": [ | |
"framework", | |
"laravel" | |
], | |
"time": "2013-12-06 01:42:26" | |
}, | |
{ | |
"name": "monolog/monolog", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Seldaek/monolog.git", | |
"reference": "c3dd9b972b8e070580f0660b842a898871fadf13" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c3dd9b972b8e070580f0660b842a898871fadf13", | |
"reference": "c3dd9b972b8e070580f0660b842a898871fadf13", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0", | |
"psr/log": "~1.0" | |
}, | |
"require-dev": { | |
"aws/aws-sdk-php": "~2.4, >2.4.8", | |
"doctrine/couchdb": "~1.0@dev", | |
"graylog2/gelf-php": "~1.0", | |
"phpunit/phpunit": "~3.7.0", | |
"raven/raven": "~0.5", | |
"ruflin/elastica": "0.90.*" | |
}, | |
"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", | |
"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" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.8.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-4": { | |
"Monolog\\": "src/Monolog" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Jordi Boggiano", | |
"email": "[email protected]", | |
"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": "2014-04-04 15:22:02" | |
}, | |
{ | |
"name": "nesbot/carbon", | |
"version": "1.8.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/briannesbitt/Carbon.git", | |
"reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/21c4cb4301969c7d85aee8a62eefdfa881413af0", | |
"reference": "21c4cb4301969c7d85aee8a62eefdfa881413af0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "3.7.*" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Carbon": "src" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Brian Nesbitt", | |
"email": "[email protected]", | |
"homepage": "http://nesbot.com" | |
} | |
], | |
"description": "A simple API extension for DateTime.", | |
"homepage": "https://github.com/briannesbitt/Carbon", | |
"keywords": [ | |
"date", | |
"datetime", | |
"time" | |
], | |
"time": "2014-01-07 05:10:44" | |
}, | |
{ | |
"name": "nikic/php-parser", | |
"version": "0.9.x-dev", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nikic/PHP-Parser.git", | |
"reference": "8429157ab5478408606ee29e118c5f7db74c8afe" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8429157ab5478408606ee29e118c5f7db74c8afe", | |
"reference": "8429157ab5478408606ee29e118c5f7db74c8afe", | |
"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": "2014-03-27 11:51:13" | |
}, | |
{ | |
"name": "patchwork/utf8", | |
"version": "v1.1.21", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git", | |
"reference": "f45ba8bc7962b7356847724989a6949b68d975a2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/f45ba8bc7962b7356847724989a6949b68d975a2", | |
"reference": "f45ba8bc7962b7356847724989a6949b68d975a2", | |
"shasum": "" | |
}, | |
"require": { | |
"lib-pcre": ">=7.3", | |
"php": ">=5.3.0" | |
}, | |
"suggest": { | |
"ext-iconv": "Use iconv for best performance", | |
"ext-intl": "Use Intl for best performance", | |
"ext-mbstring": "Use Mbstring 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": "[email protected]", | |
"role": "Developer" | |
} | |
], | |
"description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP", | |
"homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", | |
"keywords": [ | |
"i18n", | |
"unicode", | |
"utf-8", | |
"utf8" | |
], | |
"time": "2014-03-26 10:52:02" | |
}, | |
{ | |
"name": "predis/predis", | |
"version": "0.8.x-dev", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/nrk/predis.git", | |
"reference": "83df2ef11c18ea490daf6a7a8789315f57f555a8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/nrk/predis/zipball/83df2ef11c18ea490daf6a7a8789315f57f555a8", | |
"reference": "83df2ef11c18ea490daf6a7a8789315f57f555a8", | |
"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": "[email protected]", | |
"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": "2014-03-25 14:02:22" | |
}, | |
{ | |
"name": "psr/log", | |
"version": "dev-master", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log.git", | |
"reference": "a78d6504ff5d4367497785ab2ade91db3a9fbe11" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/php-fig/log/zipball/a78d6504ff5d4367497785ab2ade91db3a9fbe11", | |
"reference": "a78d6504ff5d4367497785ab2ade91db3a9fbe11", | |
"shasum": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"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": "2014-01-18 15:33:09" | |
}, | |
{ | |
"name": "swiftmailer/swiftmailer", | |
"version": "v5.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/swiftmailer/swiftmailer.git", | |
"reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/32edc3b0de0fdc1b10f5c4912e8677b3f411a230", | |
"reference": "32edc3b0de0fdc1b10f5c4912e8677b3f411a230", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Chris Corbyn" | |
} | |
], | |
"description": "Swiftmailer, free feature-rich PHP mailer", | |
"homepage": "http://swiftmailer.org", | |
"keywords": [ | |
"mail", | |
"mailer" | |
], | |
"time": "2013-12-03 13:33:24" | |
}, | |
{ | |
"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": "df9a4c02520feea3895354b37a9eb50b229d8151" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/df9a4c02520feea3895354b37a9eb50b229d8151", | |
"reference": "df9a4c02520feea3895354b37a9eb50b229d8151", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony BrowserKit Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-27 09:14:18" | |
}, | |
{ | |
"name": "symfony/console", | |
"version": "2.3.x-dev", | |
"target-dir": "Symfony/Component/Console", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Console.git", | |
"reference": "df17996d37eb113a5675ca4cc2ac45f4fc057cb7" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Console/zipball/df17996d37eb113a5675ca4cc2ac45f4fc057cb7", | |
"reference": "df17996d37eb113a5675ca4cc2ac45f4fc057cb7", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Console Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-01 17:25:29" | |
}, | |
{ | |
"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": "fd008ce53fdbcf315d602921abe6fecad19804d3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/fd008ce53fdbcf315d602921abe6fecad19804d3", | |
"reference": "fd008ce53fdbcf315d602921abe6fecad19804d3", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Jean-François Simon", | |
"email": "[email protected]" | |
} | |
], | |
"description": "Symfony CssSelector Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-26 07:21:50" | |
}, | |
{ | |
"name": "symfony/debug", | |
"version": "2.3.x-dev", | |
"target-dir": "Symfony/Component/Debug", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Debug.git", | |
"reference": "3c1b5f218dc137a5dd66e2364e4693df21640ed4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Debug/zipball/3c1b5f218dc137a5dd66e2364e4693df21640ed4", | |
"reference": "3c1b5f218dc137a5dd66e2364e4693df21640ed4", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Debug Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-26 18:06:50" | |
}, | |
{ | |
"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": "87cb1c7ac6ecd49eee17cdbb4947cf2e28711113" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/87cb1c7ac6ecd49eee17cdbb4947cf2e28711113", | |
"reference": "87cb1c7ac6ecd49eee17cdbb4947cf2e28711113", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony DomCrawler Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-26 07:21:50" | |
}, | |
{ | |
"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": "15645237c6ff70e74a28e8836362d82492765055" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/15645237c6ff70e74a28e8836362d82492765055", | |
"reference": "15645237c6ff70e74a28e8836362d82492765055", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony EventDispatcher Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-02-11 10:29:24" | |
}, | |
{ | |
"name": "symfony/filesystem", | |
"version": "dev-master", | |
"target-dir": "Symfony/Component/Filesystem", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Filesystem.git", | |
"reference": "fe66eed49c7bbfc312978ef0f86e490127a345b2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/fe66eed49c7bbfc312978ef0f86e490127a345b2", | |
"reference": "fe66eed49c7bbfc312978ef0f86e490127a345b2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.5-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Filesystem\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Filesystem Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-26 12:01:00" | |
}, | |
{ | |
"name": "symfony/finder", | |
"version": "2.3.x-dev", | |
"target-dir": "Symfony/Component/Finder", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Finder.git", | |
"reference": "09ca26eac83a9510860ae751286276d727d48e3c" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Finder/zipball/09ca26eac83a9510860ae751286276d727d48e3c", | |
"reference": "09ca26eac83a9510860ae751286276d727d48e3c", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Finder Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-01 17:25:29" | |
}, | |
{ | |
"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": "1140af76b82c45e97ecc56be6089710837620b93" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/1140af76b82c45e97ecc56be6089710837620b93", | |
"reference": "1140af76b82c45e97ecc56be6089710837620b93", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony HttpFoundation Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-25 16:54:15" | |
}, | |
{ | |
"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": "a83fa9d821a99976c890b95614be9e706a4066e9" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/a83fa9d821a99976c890b95614be9e706a4066e9", | |
"reference": "a83fa9d821a99976c890b95614be9e706a4066e9", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony HttpKernel Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-04-03 08:18:27" | |
}, | |
{ | |
"name": "symfony/process", | |
"version": "2.3.x-dev", | |
"target-dir": "Symfony/Component/Process", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Process.git", | |
"reference": "31fb686db7b3faf13d39eb1153b4e087cdc4d325" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Process/zipball/31fb686db7b3faf13d39eb1153b4e087cdc4d325", | |
"reference": "31fb686db7b3faf13d39eb1153b4e087cdc4d325", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Process Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-30 07:33:30" | |
}, | |
{ | |
"name": "symfony/routing", | |
"version": "2.3.x-dev", | |
"target-dir": "Symfony/Component/Routing", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Routing.git", | |
"reference": "08afcafd9af22a24a8055669f85d63b863c4711b" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Routing/zipball/08afcafd9af22a24a8055669f85d63b863c4711b", | |
"reference": "08afcafd9af22a24a8055669f85d63b863c4711b", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Routing Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-28 10:34:27" | |
}, | |
{ | |
"name": "symfony/translation", | |
"version": "2.3.x-dev", | |
"target-dir": "Symfony/Component/Translation", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Translation.git", | |
"reference": "4d0e9715effeb79f7b08ca8bf170fc1c5fce902d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Translation/zipball/4d0e9715effeb79f7b08ca8bf170fc1c5fce902d", | |
"reference": "4d0e9715effeb79f7b08ca8bf170fc1c5fce902d", | |
"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": "[email protected]", | |
"homepage": "http://fabien.potencier.org", | |
"role": "Lead Developer" | |
}, | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
} | |
], | |
"description": "Symfony Translation Component", | |
"homepage": "http://symfony.com", | |
"time": "2014-03-26 07:21:50" | |
} | |
], | |
"packages-dev": [ | |
], | |
"aliases": [ | |
], | |
"minimum-stability": "dev", | |
"stability-flags": [ | |
], | |
"platform": [ | |
], | |
"platform-dev": [ | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment