887 lines
30 KiB
JSON
887 lines
30 KiB
JSON
{
|
|
"_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": "e9bc445899f0e8b6c7b1a68e3106d576",
|
|
"packages": [
|
|
{
|
|
"name": "guzzle/guzzle",
|
|
"version": "v3.7.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "0f16aad385528b5cf790392cb4a4d16cf600e944"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0f16aad385528b5cf790392cb4a4d16cf600e944",
|
|
"reference": "0f16aad385528b5cf790392cb4a4d16cf600e944",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"php": ">=5.3.2",
|
|
"symfony/event-dispatcher": ">=2.1"
|
|
},
|
|
"replace": {
|
|
"guzzle/batch": "self.version",
|
|
"guzzle/cache": "self.version",
|
|
"guzzle/common": "self.version",
|
|
"guzzle/http": "self.version",
|
|
"guzzle/inflection": "self.version",
|
|
"guzzle/iterator": "self.version",
|
|
"guzzle/log": "self.version",
|
|
"guzzle/parser": "self.version",
|
|
"guzzle/plugin": "self.version",
|
|
"guzzle/plugin-async": "self.version",
|
|
"guzzle/plugin-backoff": "self.version",
|
|
"guzzle/plugin-cache": "self.version",
|
|
"guzzle/plugin-cookie": "self.version",
|
|
"guzzle/plugin-curlauth": "self.version",
|
|
"guzzle/plugin-error-response": "self.version",
|
|
"guzzle/plugin-history": "self.version",
|
|
"guzzle/plugin-log": "self.version",
|
|
"guzzle/plugin-md5": "self.version",
|
|
"guzzle/plugin-mock": "self.version",
|
|
"guzzle/plugin-oauth": "self.version",
|
|
"guzzle/service": "self.version",
|
|
"guzzle/stream": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/cache": "*",
|
|
"monolog/monolog": "1.*",
|
|
"phpunit/phpunit": "3.7.*",
|
|
"psr/log": "1.0.*",
|
|
"symfony/class-loader": "*",
|
|
"zendframework/zend-cache": "2.0.*",
|
|
"zendframework/zend-log": "2.0.*"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Guzzle\\Tests": "tests/",
|
|
"Guzzle": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Guzzle Community",
|
|
"homepage": "https://github.com/guzzle/guzzle/contributors"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"time": "2013-09-08 21:09:18"
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Pimple.git",
|
|
"reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
|
|
"reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
|
|
"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.git",
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Psr\\Log\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2012-12-21 11:40:51"
|
|
},
|
|
{
|
|
"name": "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": "swiftmailer/swiftmailer",
|
|
"version": "v5.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git",
|
|
"reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/f3917ecef35a4e4d98b303eb9fee463bc983f379",
|
|
"reference": "f3917ecef35a4e4d98b303eb9fee463bc983f379",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/swift_required.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Chris Corbyn"
|
|
}
|
|
],
|
|
"description": "Swiftmailer, free feature-rich PHP mailer",
|
|
"homepage": "http://swiftmailer.org",
|
|
"keywords": [
|
|
"mail",
|
|
"mailer"
|
|
],
|
|
"time": "2013-08-30 12:35:21"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v2.3.4",
|
|
"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/debug",
|
|
"version": "v2.3.4",
|
|
"target-dir": "Symfony/Component/Debug",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Debug.git",
|
|
"reference": "729f6d19cfc401c4942e43fcc1059103bd6df130"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/729f6d19cfc401c4942e43fcc1059103bd6df130",
|
|
"reference": "729f6d19cfc401c4942e43fcc1059103bd6df130",
|
|
"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-08-08 14:16:10"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.3.4",
|
|
"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.4",
|
|
"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/http-foundation",
|
|
"version": "v2.3.4",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
|
"reference": "fdf130fe65457aedbc4639a22f4ef9d3be5c002c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/fdf130fe65457aedbc4639a22f4ef9d3be5c002c",
|
|
"reference": "fdf130fe65457aedbc4639a22f4ef9d3be5c002c",
|
|
"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-26 05:49:51"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "v2.3.4",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
|
"reference": "9d35da40f07bbe7a4f8dfbc41555d2b69de674bf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/9d35da40f07bbe7a4f8dfbc41555d2b69de674bf",
|
|
"reference": "9d35da40f07bbe7a4f8dfbc41555d2b69de674bf",
|
|
"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-27 08:58:24"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v2.3.4",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing.git",
|
|
"reference": "69af3f07dbf3ae93dd513dbc373f561cb2e7f143"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/69af3f07dbf3ae93dd513dbc373f561cb2e7f143",
|
|
"reference": "69af3f07dbf3ae93dd513dbc373f561cb2e7f143",
|
|
"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-23 15:14:07"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v2.3.4",
|
|
"target-dir": "Symfony/Component/Translation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Translation.git",
|
|
"reference": "65f888291f0896ad492f9abc6dc05c998373aded"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/65f888291f0896ad492f9abc6dc05c998373aded",
|
|
"reference": "65f888291f0896ad492f9abc6dc05c998373aded",
|
|
"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-26 05:49:51"
|
|
},
|
|
{
|
|
"name": "symfony/twig-bridge",
|
|
"version": "v2.3.4",
|
|
"target-dir": "Symfony/Bridge/Twig",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/TwigBridge.git",
|
|
"reference": "0d12c4c785db544c73ad5a87dcdd44b466d753a2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/TwigBridge/zipball/0d12c4c785db544c73ad5a87dcdd44b466d753a2",
|
|
"reference": "0d12c4c785db544c73ad5a87dcdd44b466d753a2",
|
|
"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-13 20:18:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.13.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Twig.git",
|
|
"reference": "6d6a1009427d1f398c9d40904147bf9f723d5755"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/6d6a1009427d1f398c9d40904147bf9f723d5755",
|
|
"reference": "6d6a1009427d1f398c9d40904147bf9f723d5755",
|
|
"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": "stable",
|
|
"stability-flags": [
|
|
|
|
],
|
|
"platform": [
|
|
|
|
],
|
|
"platform-dev": [
|
|
|
|
]
|
|
}
|