Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
datalea/composer.lock
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2112 lines (2109 sloc)
69.6 KB
This file contains 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": "047e1a9cc22ba4e9b1aa2bc024868d89", | |
"packages": [ | |
{ | |
"name": "CodePlex/PHPExcel", | |
"version": "1.7.8", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/markushausammann/PHPExcel", | |
"reference": "1.7.8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://github.com/markushausammann/PHPExcel/archive/1.7.8.zip", | |
"reference": "1.7.8", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-xml": "*", | |
"php": ">=5.2.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"PHPExcel": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL" | |
], | |
"authors": [ | |
{ | |
"name": "Maarten Balliauw", | |
"homepage": "http://blog.maartenballiauw.be" | |
}, | |
{ | |
"name": "Mark Baker" | |
}, | |
{ | |
"name": "Erit Tilt" | |
} | |
], | |
"description": "PHPExcel - OpenXML - Create Excel2007 documents in PHP - Spreadsheet engine", | |
"homepage": "http://phpexcel.codeplex.com", | |
"keywords": [ | |
"OpenXML", | |
"excel", | |
"php", | |
"spreadsheet" | |
], | |
"time": "2012-11-21 10:55:52" | |
}, | |
{ | |
"name": "fzaninotto/faker", | |
"version": "v1.2.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fzaninotto/Faker.git", | |
"reference": "v1.2.0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/v1.2.0", | |
"reference": "v1.2.0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Faker": "src/", | |
"Faker\\PHPUnit": "test/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "François Zaninotto" | |
} | |
], | |
"description": "Faker is a PHP library that generates fake data for you.", | |
"keywords": [ | |
"data", | |
"faker", | |
"fixtures" | |
], | |
"time": "2013-06-09 17:55:57" | |
}, | |
{ | |
"name": "monolog/monolog", | |
"version": "1.6.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/Seldaek/monolog.git", | |
"reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f72392d0e6eb855118f5a84e89ac2d257c704abd", | |
"reference": "f72392d0e6eb855118f5a84e89ac2d257c704abd", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0", | |
"psr/log": "~1.0" | |
}, | |
"require-dev": { | |
"doctrine/couchdb": "dev-master", | |
"mlehner/gelf-php": "1.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-07-28 22:38:30" | |
}, | |
{ | |
"name": "pimple/pimple", | |
"version": "v1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fabpot/Pimple.git", | |
"reference": "v1.0.2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/v1.0.2", | |
"reference": "v1.0.2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Pimple": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "Pimple is a simple Dependency Injection Container for PHP 5.3", | |
"homepage": "http://pimple.sensiolabs.org", | |
"keywords": [ | |
"container", | |
"dependency injection" | |
], | |
"time": "2013-03-08 08:21:40" | |
}, | |
{ | |
"name": "psr/log", | |
"version": "1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/php-fig/log", | |
"reference": "1.0.0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://github.com/php-fig/log/archive/1.0.0.zip", | |
"reference": "1.0.0", | |
"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": "silex/silex", | |
"version": "v1.1.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fabpot/Silex.git", | |
"reference": "a4d3f85ffbd6946b69f142f2965f56cb35ee95ea" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fabpot/Silex/zipball/a4d3f85ffbd6946b69f142f2965f56cb35ee95ea", | |
"reference": "a4d3f85ffbd6946b69f142f2965f56cb35ee95ea", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"pimple/pimple": "1.*", | |
"symfony/event-dispatcher": ">=2.3,<2.4-dev", | |
"symfony/http-foundation": ">=2.3,<2.4-dev", | |
"symfony/http-kernel": ">=2.3,<2.4-dev", | |
"symfony/routing": ">=2.3,<2.4-dev" | |
}, | |
"require-dev": { | |
"doctrine/dbal": ">=2.2.0,<2.4.0-dev", | |
"monolog/monolog": "~1.4,>=1.4.1", | |
"phpunit/phpunit": "~3.7", | |
"swiftmailer/swiftmailer": "5.*", | |
"symfony/browser-kit": ">=2.3,<2.4-dev", | |
"symfony/config": ">=2.3,<2.4-dev", | |
"symfony/css-selector": ">=2.3,<2.4-dev", | |
"symfony/dom-crawler": ">=2.3,<2.4-dev", | |
"symfony/finder": ">=2.3,<2.4-dev", | |
"symfony/form": ">=2.3,<2.4-dev", | |
"symfony/locale": ">=2.3,<2.4-dev", | |
"symfony/monolog-bridge": ">=2.3,<2.4-dev", | |
"symfony/options-resolver": ">=2.3,<2.4-dev", | |
"symfony/process": ">=2.3,<2.4-dev", | |
"symfony/security": ">=2.3,<2.4-dev", | |
"symfony/serializer": ">=2.3,<2.4-dev", | |
"symfony/translation": ">=2.3,<2.4-dev", | |
"symfony/twig-bridge": ">=2.3,<2.4-dev", | |
"symfony/validator": ">=2.3,<2.4-dev", | |
"twig/twig": ">=1.8.0,<2.0-dev" | |
}, | |
"suggest": { | |
"symfony/browser-kit": ">=2.3,<2.4-dev", | |
"symfony/css-selector": ">=2.3,<2.4-dev", | |
"symfony/dom-crawler": ">=2.3,<2.4-dev", | |
"symfony/form": ">=2.3,<2.4-dev" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Silex": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
}, | |
{ | |
"name": "Igor Wiedler", | |
"email": "igor@wiedler.ch", | |
"homepage": "http://wiedler.ch/igor/" | |
} | |
], | |
"description": "The PHP micro-framework based on the Symfony2 Components", | |
"homepage": "http://silex.sensiolabs.org", | |
"keywords": [ | |
"microframework" | |
], | |
"time": "2013-07-04 07:15:36" | |
}, | |
{ | |
"name": "silex/web-profiler", | |
"version": "v1.0.1", | |
"target-dir": "Silex/Provider", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/silexphp/Silex-WebProfiler.git", | |
"reference": "v1.0.1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/silexphp/Silex-WebProfiler/zipball/v1.0.1", | |
"reference": "v1.0.1", | |
"shasum": "" | |
}, | |
"require": { | |
"silex/silex": "~1.0", | |
"symfony/stopwatch": "~2.2", | |
"symfony/web-profiler-bundle": "~2.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Silex\\Provider\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "A WebProfiler for Silex", | |
"homepage": "http://silex.sensiolabs.org/", | |
"time": "2013-05-03 17:04:41" | |
}, | |
{ | |
"name": "spyrit/light-csv", | |
"version": "0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/spyrit/LightCsv.git", | |
"reference": "0.1" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/spyrit/LightCsv/zipball/0.1", | |
"reference": "0.1", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-mbstring": "*", | |
"php": ">=5.3.3" | |
}, | |
"suggest": { | |
"ext-iconv": "*" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Spyrit": "src/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"authors": [ | |
{ | |
"name": "Charles SANQUER", | |
"email": "charles.sanquer@spyrit.net" | |
} | |
], | |
"description": "Spyrit Light Csv reader and writer library", | |
"keywords": [ | |
"csv", | |
"export", | |
"import" | |
], | |
"time": "2013-04-10 12:37:20" | |
}, | |
{ | |
"name": "spyrit/silex-utils", | |
"version": "dev-master", | |
"target-dir": "Spyrit/Silex/Utils", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/spyrit/SilexUtils.git", | |
"reference": "f769ecaba3f17ce0e8a98b4cb01bed3694045c17" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/spyrit/SilexUtils/zipball/f769ecaba3f17ce0e8a98b4cb01bed3694045c17", | |
"reference": "f769ecaba3f17ce0e8a98b4cb01bed3694045c17", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"silex/silex": ">=1.0" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Spyrit\\Silex\\Utils": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"LGPL-3.0+" | |
], | |
"authors": [ | |
{ | |
"name": "Charles SANQUER", | |
"email": "charles.sanquer@spyrit.net" | |
} | |
], | |
"description": "Spyrit Silex Tools and Utilities", | |
"keywords": [ | |
"provider", | |
"silex", | |
"tools", | |
"utilities" | |
], | |
"time": "2013-08-19 14:41:11" | |
}, | |
{ | |
"name": "symfony/browser-kit", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/BrowserKit", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/BrowserKit.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/class-loader", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/ClassLoader", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/ClassLoader.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/ClassLoader/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"require-dev": { | |
"symfony/finder": "~2.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\ClassLoader\\": "" | |
} | |
}, | |
"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 ClassLoader Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/config", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Config", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Config.git", | |
"reference": "65a927c15ca5a911ba2fa277a5457fa8129505b0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Config/zipball/65a927c15ca5a911ba2fa277a5457fa8129505b0", | |
"reference": "65a927c15ca5a911ba2fa277a5457fa8129505b0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/filesystem": "~2.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Config\\": "" | |
} | |
}, | |
"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 Config Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-08-06 05:49:23" | |
}, | |
{ | |
"name": "symfony/console", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Console", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Console.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Console/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/css-selector", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/CssSelector", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/CssSelector.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/debug", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Debug", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Debug.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Debug/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-07-01 12:24:43" | |
}, | |
{ | |
"name": "symfony/dom-crawler", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/DomCrawler", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/DomCrawler.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/event-dispatcher", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/EventDispatcher", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/EventDispatcher.git", | |
"reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/41c9826457c65fa3cf746f214985b7ca9cba42f8", | |
"reference": "41c9826457c65fa3cf746f214985b7ca9cba42f8", | |
"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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/filesystem", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Filesystem", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Filesystem.git", | |
"reference": "87acbbef6d35ba649f96f09cc572c45119b360c3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/87acbbef6d35ba649f96f09cc572c45119b360c3", | |
"reference": "87acbbef6d35ba649f96f09cc572c45119b360c3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/finder", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Finder", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Finder.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/form", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Form", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Form.git", | |
"reference": "a7b7a67cdb0345a8fefa12795cd10a62d7806f3f" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Form/zipball/a7b7a67cdb0345a8fefa12795cd10a62d7806f3f", | |
"reference": "a7b7a67cdb0345a8fefa12795cd10a62d7806f3f", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/event-dispatcher": "~2.1", | |
"symfony/intl": "~2.3", | |
"symfony/options-resolver": "~2.1", | |
"symfony/property-access": "~2.2" | |
}, | |
"require-dev": { | |
"symfony/http-foundation": "~2.2", | |
"symfony/validator": "~2.2" | |
}, | |
"suggest": { | |
"symfony/http-foundation": "", | |
"symfony/validator": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Form\\": "" | |
} | |
}, | |
"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 Form Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-08-02 20:53:38" | |
}, | |
{ | |
"name": "symfony/http-foundation", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/HttpFoundation", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/HttpFoundation.git", | |
"reference": "d14aca0449278b9fc6e5334ff02dedd0d2167085" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/d14aca0449278b9fc6e5334ff02dedd0d2167085", | |
"reference": "d14aca0449278b9fc6e5334ff02dedd0d2167085", | |
"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-08-07 14:02:06" | |
}, | |
{ | |
"name": "symfony/http-kernel", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/HttpKernel", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/HttpKernel.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"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-08-07 17:11:16" | |
}, | |
{ | |
"name": "symfony/icu", | |
"version": "v1.2.0", | |
"target-dir": "Symfony/Component/Icu", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Icu.git", | |
"reference": "7299cd3d8d6602103d1ebff5d0a9917b7bc6de72" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Icu/zipball/7299cd3d8d6602103d1ebff5d0a9917b7bc6de72", | |
"reference": "7299cd3d8d6602103d1ebff5d0a9917b7bc6de72", | |
"shasum": "" | |
}, | |
"require": { | |
"lib-icu": ">=4.4", | |
"php": ">=5.3.3", | |
"symfony/intl": "~2.3" | |
}, | |
"type": "library", | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Icu\\": "" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@gmail.com" | |
} | |
], | |
"description": "Contains an excerpt of the ICU data and classes to load it.", | |
"homepage": "http://symfony.com", | |
"keywords": [ | |
"icu", | |
"intl" | |
], | |
"time": "2013-06-03 18:32:58" | |
}, | |
{ | |
"name": "symfony/intl", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Intl", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Intl.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Intl/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/icu": "~1.0-RC" | |
}, | |
"require-dev": { | |
"symfony/filesystem": ">=2.1" | |
}, | |
"suggest": { | |
"ext-intl": "to use the component with locales other than \"en\"" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Intl\\": "" | |
}, | |
"classmap": [ | |
"Symfony/Component/Intl/Resources/stubs" | |
], | |
"files": [ | |
"Symfony/Component/Intl/Resources/stubs/functions.php" | |
] | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Symfony Community", | |
"homepage": "http://symfony.com/contributors" | |
}, | |
{ | |
"name": "Igor Wiedler", | |
"email": "igor@wiedler.ch", | |
"homepage": "http://wiedler.ch/igor/" | |
}, | |
{ | |
"name": "Bernhard Schussek", | |
"email": "bschussek@gmail.com" | |
}, | |
{ | |
"name": "Eriksen Costa", | |
"email": "eriksen.costa@infranology.com.br" | |
} | |
], | |
"description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", | |
"homepage": "http://symfony.com", | |
"keywords": [ | |
"i18n", | |
"icu", | |
"internationalization", | |
"intl", | |
"l10n", | |
"localization" | |
], | |
"time": "2013-08-01 12:40:45" | |
}, | |
{ | |
"name": "symfony/locale", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Locale", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Locale.git", | |
"reference": "490825116712881a351b9a13ad6dddd4a39b8bb0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Locale/zipball/490825116712881a351b9a13ad6dddd4a39b8bb0", | |
"reference": "490825116712881a351b9a13ad6dddd4a39b8bb0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/intl": ">=2.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Locale\\": "" | |
} | |
}, | |
"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 Locale Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-07-01 12:24:43" | |
}, | |
{ | |
"name": "symfony/monolog-bridge", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Bridge/Monolog", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/MonologBridge.git", | |
"reference": "34b6b27c5a9b59707243c727e0ccb297421dc2c0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/MonologBridge/zipball/34b6b27c5a9b59707243c727e0ccb297421dc2c0", | |
"reference": "34b6b27c5a9b59707243c727e0ccb297421dc2c0", | |
"shasum": "" | |
}, | |
"require": { | |
"monolog/monolog": "~1.3", | |
"php": ">=5.3.3", | |
"symfony/http-kernel": "~2.2" | |
}, | |
"type": "symfony-bridge", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Bridge\\Monolog\\": "" | |
} | |
}, | |
"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 Monolog Bridge", | |
"homepage": "http://symfony.com", | |
"time": "2013-08-02 20:53:38" | |
}, | |
{ | |
"name": "symfony/options-resolver", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/OptionsResolver", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/OptionsResolver.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\OptionsResolver\\": "" | |
} | |
}, | |
"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 OptionsResolver Component", | |
"homepage": "http://symfony.com", | |
"keywords": [ | |
"config", | |
"configuration", | |
"options" | |
], | |
"time": "2013-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/process", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Process", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Process.git", | |
"reference": "dd780ac1fa0452567c261237798c4ec64f1337cf" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Process/zipball/dd780ac1fa0452567c261237798c4ec64f1337cf", | |
"reference": "dd780ac1fa0452567c261237798c4ec64f1337cf", | |
"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-08-02 21:51:01" | |
}, | |
{ | |
"name": "symfony/property-access", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/PropertyAccess", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/PropertyAccess.git", | |
"reference": "4e9128ef8b44f6055ce45f0db6e4666fdc76bab0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/4e9128ef8b44f6055ce45f0db6e4666fdc76bab0", | |
"reference": "4e9128ef8b44f6055ce45f0db6e4666fdc76bab0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\PropertyAccess\\": "" | |
} | |
}, | |
"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 PropertyAccess Component", | |
"homepage": "http://symfony.com", | |
"keywords": [ | |
"access", | |
"array", | |
"extraction", | |
"index", | |
"injection", | |
"object", | |
"property", | |
"property path", | |
"reflection" | |
], | |
"time": "2013-08-02 20:53:38" | |
}, | |
{ | |
"name": "symfony/routing", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Routing", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Routing.git", | |
"reference": "25eb4f846382877a3547d70dae9ea35439d81305" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Routing/zipball/25eb4f846382877a3547d70dae9ea35439d81305", | |
"reference": "25eb4f846382877a3547d70dae9ea35439d81305", | |
"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-08-02 20:53:38" | |
}, | |
{ | |
"name": "symfony/security", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Security", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Security.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Security/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/event-dispatcher": "~2.1", | |
"symfony/http-foundation": "~2.1", | |
"symfony/http-kernel": "~2.1" | |
}, | |
"require-dev": { | |
"doctrine/common": "~2.2", | |
"doctrine/dbal": "~2.2", | |
"ircmaxell/password-compat": "1.0.*", | |
"psr/log": "~1.0", | |
"symfony/form": "~2.0", | |
"symfony/routing": "~2.2", | |
"symfony/validator": "~2.2" | |
}, | |
"suggest": { | |
"doctrine/dbal": "to use the built-in ACL implementation", | |
"ircmaxell/password-compat": "", | |
"symfony/class-loader": "", | |
"symfony/finder": "", | |
"symfony/form": "", | |
"symfony/routing": "", | |
"symfony/validator": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Security\\": "" | |
} | |
}, | |
"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 Security Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-08-06 05:49:23" | |
}, | |
{ | |
"name": "symfony/stopwatch", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Stopwatch", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Stopwatch.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Stopwatch/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Stopwatch\\": "" | |
} | |
}, | |
"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 Stopwatch Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/translation", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Translation", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Translation.git", | |
"reference": "6fa9941fbfef37d6113c3bddc687fc507b846feb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Translation/zipball/6fa9941fbfef37d6113c3bddc687fc507b846feb", | |
"reference": "6fa9941fbfef37d6113c3bddc687fc507b846feb", | |
"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-08-02 20:53:38" | |
}, | |
{ | |
"name": "symfony/twig-bridge", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Bridge/Twig", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/TwigBridge.git", | |
"reference": "eec6577857166c41aa404d88685c3d28e0787fe5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/TwigBridge/zipball/eec6577857166c41aa404d88685c3d28e0787fe5", | |
"reference": "eec6577857166c41aa404d88685c3d28e0787fe5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"twig/twig": "~1.11" | |
}, | |
"require-dev": { | |
"symfony/form": "~2.2", | |
"symfony/http-kernel": "~2.2", | |
"symfony/routing": "~2.2", | |
"symfony/security": "~2.0", | |
"symfony/templating": "~2.1", | |
"symfony/translation": "~2.2", | |
"symfony/yaml": "~2.0" | |
}, | |
"suggest": { | |
"symfony/form": "", | |
"symfony/http-kernel": "", | |
"symfony/routing": "", | |
"symfony/security": "", | |
"symfony/templating": "", | |
"symfony/translation": "", | |
"symfony/yaml": "" | |
}, | |
"type": "symfony-bridge", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Bridge\\Twig\\": "" | |
} | |
}, | |
"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 Twig Bridge", | |
"homepage": "http://symfony.com", | |
"time": "2013-08-02 20:53:38" | |
}, | |
{ | |
"name": "symfony/validator", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Validator", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Validator.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Validator/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/translation": "~2.0" | |
}, | |
"require-dev": { | |
"symfony/config": "~2.2", | |
"symfony/http-foundation": "~2.1", | |
"symfony/intl": "~2.3", | |
"symfony/yaml": "~2.0" | |
}, | |
"suggest": { | |
"doctrine/common": "", | |
"symfony/config": "", | |
"symfony/http-foundation": "", | |
"symfony/intl": "", | |
"symfony/yaml": "" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Validator\\": "" | |
} | |
}, | |
"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 Validator Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-08-06 05:59:49" | |
}, | |
{ | |
"name": "symfony/web-profiler-bundle", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Bundle/WebProfilerBundle", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/WebProfilerBundle.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/WebProfilerBundle/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3", | |
"symfony/http-kernel": "~2.2", | |
"symfony/routing": "~2.2", | |
"symfony/twig-bridge": "~2.2" | |
}, | |
"require-dev": { | |
"symfony/config": "~2.2", | |
"symfony/dependency-injection": "~2.0", | |
"symfony/stopwatch": "~2.2" | |
}, | |
"type": "symfony-bundle", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Bundle\\WebProfilerBundle\\": "" | |
} | |
}, | |
"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 WebProfilerBundle", | |
"homepage": "http://symfony.com", | |
"time": "2013-07-21 12:12:18" | |
}, | |
{ | |
"name": "symfony/yaml", | |
"version": "v2.3.3", | |
"target-dir": "Symfony/Component/Yaml", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/symfony/Yaml.git", | |
"reference": "v2.3.3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.3.3", | |
"reference": "v2.3.3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.3-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Symfony\\Component\\Yaml\\": "" | |
} | |
}, | |
"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 Yaml Component", | |
"homepage": "http://symfony.com", | |
"time": "2013-07-21 12:12:18" | |
}, | |
{ | |
"name": "twig/extensions", | |
"version": "v1.0.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fabpot/Twig-extensions.git", | |
"reference": "v1.0.0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fabpot/Twig-extensions/zipball/v1.0.0", | |
"reference": "v1.0.0", | |
"shasum": "" | |
}, | |
"require": { | |
"twig/twig": "1.*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Twig_Extensions_": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"MIT" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
} | |
], | |
"description": "Common additional features for Twig that do not directly belong in core", | |
"homepage": "https://github.com/fabpot/Twig-extensions", | |
"keywords": [ | |
"debug", | |
"i18n", | |
"text" | |
], | |
"time": "2013-02-28 14:21:30" | |
}, | |
{ | |
"name": "twig/twig", | |
"version": "v1.13.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/fabpot/Twig.git", | |
"reference": "v1.13.2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.13.2", | |
"reference": "v1.13.2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.2.4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.13-dev" | |
} | |
}, | |
"autoload": { | |
"psr-0": { | |
"Twig_": "lib/" | |
} | |
}, | |
"notification-url": "https://packagist.org/downloads/", | |
"license": [ | |
"BSD-3-Clause" | |
], | |
"authors": [ | |
{ | |
"name": "Fabien Potencier", | |
"email": "fabien@symfony.com" | |
}, | |
{ | |
"name": "Armin Ronacher", | |
"email": "armin.ronacher@active-4.com" | |
} | |
], | |
"description": "Twig, the flexible, fast, and secure template language for PHP", | |
"homepage": "http://twig.sensiolabs.org", | |
"keywords": [ | |
"templating" | |
], | |
"time": "2013-08-03 15:35:31" | |
} | |
], | |
"packages-dev": [ | |
], | |
"aliases": [ | |
], | |
"minimum-stability": "dev", | |
"stability-flags": { | |
"spyrit/silex-utils": 20 | |
}, | |
"platform": { | |
"php": ">=5.3.3", | |
"ext-mbstring": "*", | |
"ext-simplexml": "*" | |
}, | |
"platform-dev": [ | |
] | |
} |