2013-09-19 15:02:14 +02:00
|
|
|
{
|
|
|
|
"_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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v3.7.4",
|
2013-09-19 15:02:14 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "b170b028c6bb5799640e46c8803015b0f9a45ed9"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b170b028c6bb5799640e46c8803015b0f9a45ed9",
|
|
|
|
"reference": "b170b028c6bb5799640e46c8803015b0f9a45ed9",
|
2013-09-19 15:02:14 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-curl": "*",
|
2013-10-15 17:49:53 +02:00
|
|
|
"php": ">=5.3.3",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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"
|
|
|
|
],
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-10-02 20:47:00"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v1.1.1",
|
2013-09-19 15:02:14 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/fabpot/Silex.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "b3a7beefa7e9a4d9d81bf207126f181858d4abda"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/b3a7beefa7e9a4d9d81bf207126f181858d4abda",
|
|
|
|
"reference": "b3a7beefa7e9a4d9d81bf207126f181858d4abda",
|
2013-09-19 15:02:14 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"pimple/pimple": "1.*",
|
2013-10-15 17:49:53 +02:00
|
|
|
"symfony/event-dispatcher": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/http-foundation": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/http-kernel": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/routing": ">=2.3,<2.5-dev"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"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.*",
|
2013-10-15 17:49:53 +02:00
|
|
|
"symfony/browser-kit": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/config": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/css-selector": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/debug": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/dom-crawler": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/finder": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/form": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/locale": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/monolog-bridge": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/options-resolver": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/process": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/security": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/serializer": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/translation": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/twig-bridge": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/validator": ">=2.3,<2.5-dev",
|
2013-09-19 15:02:14 +02:00
|
|
|
"twig/twig": ">=1.8.0,<2.0-dev"
|
|
|
|
},
|
|
|
|
"suggest": {
|
2013-10-15 17:49:53 +02:00
|
|
|
"symfony/browser-kit": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/css-selector": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/dom-crawler": ">=2.3,<2.5-dev",
|
|
|
|
"symfony/form": ">=2.3,<2.5-dev"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-10-11 10:30:06"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/Config",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Config.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/Config/zipball/1ced3d6c88b22df8cd1fe5209dbd6a89df362a29",
|
|
|
|
"reference": "1ced3d6c88b22df8cd1fe5209dbd6a89df362a29",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-19 09:45:20"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/debug",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/Debug",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Debug.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "7f671456b9617d0a54f04597ae1c1ed3a1e858fd"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/7f671456b9617d0a54f04597ae1c1ed3a1e858fd",
|
|
|
|
"reference": "7f671456b9617d0a54f04597ae1c1ed3a1e858fd",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-19 09:47:13"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/EventDispatcher.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7fc72a7a346a1887d3968cc1ce5642a15cd182e9",
|
|
|
|
"reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-19 09:45:20"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/Filesystem",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Filesystem.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "2b8995042086c5552c94d33b5553c492e9cfc00e"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/2b8995042086c5552c94d33b5553c492e9cfc00e",
|
|
|
|
"reference": "2b8995042086c5552c94d33b5553c492e9cfc00e",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-19 09:45:20"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-foundation",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/HttpFoundation.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "59e712338cd05463ebcb8da6422a01b1291871e3"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/59e712338cd05463ebcb8da6422a01b1291871e3",
|
|
|
|
"reference": "59e712338cd05463ebcb8da6422a01b1291871e3",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-29 19:41:41"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/http-kernel",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/HttpKernel.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "9ace7b963fa6d2eae8471c246e6fabc2ef714566"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/9ace7b963fa6d2eae8471c246e6fabc2ef714566",
|
|
|
|
"reference": "9ace7b963fa6d2eae8471c246e6fabc2ef714566",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-10-10 13:24:22"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/routing",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/Routing",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Routing.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "7d41463094752e87a0fae60316d236abecb8a034"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/7d41463094752e87a0fae60316d236abecb8a034",
|
|
|
|
"reference": "7d41463094752e87a0fae60316d236abecb8a034",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-29 19:41:41"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/translation",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Component/Translation",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/Translation.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "6aedcff5ea623316dbf2112b78f2f63a257aab01"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/6aedcff5ea623316dbf2112b78f2f63a257aab01",
|
|
|
|
"reference": "6aedcff5ea623316dbf2112b78f2f63a257aab01",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-10-10 13:12:30"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/twig-bridge",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v2.3.6",
|
2013-09-19 15:02:14 +02:00
|
|
|
"target-dir": "Symfony/Bridge/Twig",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/TwigBridge.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "d784512e386b3d7ddeb22774e73f9d53f19da01f"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/TwigBridge/zipball/d784512e386b3d7ddeb22774e73f9d53f19da01f",
|
|
|
|
"reference": "d784512e386b3d7ddeb22774e73f9d53f19da01f",
|
2013-09-19 15:02:14 +02:00
|
|
|
"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",
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-09-19 09:45:20"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2013-10-15 17:49:53 +02:00
|
|
|
"version": "v1.14.0",
|
2013-09-19 15:02:14 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/fabpot/Twig.git",
|
2013-10-15 17:49:53 +02:00
|
|
|
"reference": "224fc55635d544a2ec8edb3592be18db5a093f59"
|
2013-09-19 15:02:14 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2013-10-15 17:49:53 +02:00
|
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/224fc55635d544a2ec8edb3592be18db5a093f59",
|
|
|
|
"reference": "224fc55635d544a2ec8edb3592be18db5a093f59",
|
2013-09-19 15:02:14 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.2.4"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2013-10-15 17:49:53 +02:00
|
|
|
"dev-master": "1.14-dev"
|
2013-09-19 15:02:14 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2013-10-15 17:49:53 +02:00
|
|
|
"time": "2013-10-03 06:41:20"
|
2013-09-19 15:02:14 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"aliases": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"platform": [
|
|
|
|
|
|
|
|
],
|
|
|
|
"platform-dev": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|