797 lines
26 KiB
JSON
797 lines
26 KiB
JSON
{
|
|
"hash": "ca1712282637289432baf8e16362fcf4",
|
|
"packages": [
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog",
|
|
"reference": "1.3.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1.3.1",
|
|
"reference": "1.3.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": ">=1.0,<2.0"
|
|
},
|
|
"require-dev": {
|
|
"mlehner/gelf-php": "1.0.*",
|
|
"raven/raven": "0.3.*",
|
|
"doctrine/couchdb": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"raven/raven": "Allow sending log messages to a Sentry server",
|
|
"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"
|
|
},
|
|
"time": "2013-01-11 10:23:20",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.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"
|
|
]
|
|
},
|
|
{
|
|
"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": ""
|
|
},
|
|
"time": "2012-12-21 11:40:51",
|
|
"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"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/process",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/Process",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Process",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/v2.1.7",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-16 09:27:54",
|
|
"type": "library",
|
|
"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"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "nikic/php-parser",
|
|
"version": "v0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/PHP-Parser",
|
|
"reference": "v0.9.3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/nikic/PHP-Parser/archive/v0.9.3.zip",
|
|
"reference": "v0.9.3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2"
|
|
},
|
|
"time": "2012-11-22 18:54:05",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"PHPParser": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov"
|
|
}
|
|
],
|
|
"description": "A PHP parser written in PHP",
|
|
"keywords": [
|
|
"php",
|
|
"parser"
|
|
]
|
|
},
|
|
{
|
|
"name": "pimple/pimple",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Pimple.git",
|
|
"reference": "v1.0.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/fabpot/Pimple/archive/v1.0.1.zip",
|
|
"reference": "v1.0.1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2012-11-11 08:32:34",
|
|
"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": [
|
|
"dependency injection",
|
|
"container"
|
|
]
|
|
},
|
|
{
|
|
"name": "sami/sami",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fabpot/Sami",
|
|
"reference": "8ba8d81abcc555c6defbda7d2fb721a8fd8b2af2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Sami/zipball/8ba8d81abcc555c6defbda7d2fb721a8fd8b2af2",
|
|
"reference": "8ba8d81abcc555c6defbda7d2fb721a8fd8b2af2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"pimple/pimple": "1.0.*",
|
|
"twig/twig": "1.*",
|
|
"nikic/php-parser": "0.9.*",
|
|
"symfony/console": ">=2.1,<3.0-dev",
|
|
"symfony/finder": ">=2.1,<3.0-dev",
|
|
"symfony/filesystem": ">=2.1,<3.0-dev",
|
|
"symfony/yaml": ">=2.1,<3.0-dev",
|
|
"symfony/process": ">=2.1,<3.0-dev"
|
|
},
|
|
"time": "2013-01-08 14:05:13",
|
|
"bin": [
|
|
"sami.php"
|
|
],
|
|
"type": "application",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Sami": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Sami, an API documentation generator",
|
|
"homepage": "http://sami.sensiolabs.org",
|
|
"keywords": [
|
|
"phpdoc"
|
|
]
|
|
},
|
|
{
|
|
"name": "silex/silex",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Silex.git",
|
|
"reference": "28e87dac825bd7f4e85d96087fe7709d7802f799"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Silex/zipball/28e87dac825bd7f4e85d96087fe7709d7802f799",
|
|
"reference": "28e87dac825bd7f4e85d96087fe7709d7802f799",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"pimple/pimple": "1.*",
|
|
"symfony/event-dispatcher": ">=2.1,<2.3-dev",
|
|
"symfony/http-foundation": ">=2.1,<2.3-dev",
|
|
"symfony/http-kernel": ">=2.1,<2.3-dev",
|
|
"symfony/routing": ">=2.1,<2.3-dev"
|
|
},
|
|
"require-dev": {
|
|
"twig/twig": ">=1.8.0,<2.0-dev",
|
|
"swiftmailer/swiftmailer": "4.2.*",
|
|
"doctrine/dbal": ">=2.2.0,<2.4.0-dev",
|
|
"symfony/security": ">=2.1,<2.3-dev",
|
|
"symfony/config": ">=2.1,<2.3-dev",
|
|
"symfony/locale": ">=2.1,<2.3-dev",
|
|
"symfony/form": ">=2.1,<2.3-dev",
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/finder": ">=2.1,<2.3-dev",
|
|
"symfony/monolog-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/process": ">=2.1,<2.3-dev",
|
|
"symfony/translation": ">=2.1,<2.3-dev",
|
|
"symfony/twig-bridge": ">=2.1,<2.3-dev",
|
|
"symfony/validator": ">=2.1,<2.3-dev",
|
|
"symfony/serializer": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev",
|
|
"symfony/options-resolver": ">=2.1,<2.3-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": ">=2.1,<2.3-dev",
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev"
|
|
},
|
|
"time": "2013-02-11 07:40:10",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.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"
|
|
]
|
|
},
|
|
{
|
|
"name": "symfony/console",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/Console",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Console",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/v2.1.7",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-17 15:20:05",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/EventDispatcher",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/EventDispatcher",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/EventDispatcher/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/dependency-injection": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/http-kernel": "2.1.*"
|
|
},
|
|
"time": "2013-01-11 00:31:43",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/Filesystem",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Filesystem",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Filesystem/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-09 08:51:07",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/finder",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/Finder",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Finder",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/Finder/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-09 08:51:07",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/HttpFoundation",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpFoundation",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://github.com/symfony/HttpFoundation/archive/v2.1.7.zip",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-11 00:31:43",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Symfony\\Component\\HttpFoundation": "",
|
|
"SessionHandlerInterface": "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"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/HttpKernel",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/HttpKernel",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.1.7",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/event-dispatcher": "2.1.*",
|
|
"symfony/http-foundation": "2.1.*"
|
|
},
|
|
"require-dev": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/config": "2.1.*",
|
|
"symfony/console": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/finder": "2.1.*",
|
|
"symfony/process": "2.1.*",
|
|
"symfony/routing": "2.1.*"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "2.1.*",
|
|
"symfony/class-loader": "2.1.*",
|
|
"symfony/config": "2.1.*",
|
|
"symfony/console": "2.1.*",
|
|
"symfony/dependency-injection": "2.1.*",
|
|
"symfony/finder": "2.1.*"
|
|
},
|
|
"time": "2013-01-17 16:21:47",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/Routing",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Routing",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/v2.1.7",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "2.1.*",
|
|
"symfony/yaml": "2.1.*",
|
|
"symfony/http-kernel": "2.1.*",
|
|
"doctrine/common": ">=2.2,<2.4-dev"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "2.1.*",
|
|
"symfony/yaml": "2.1.*",
|
|
"doctrine/common": ">=2.2,<2.4-dev"
|
|
},
|
|
"time": "2013-01-09 08:51:07",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v2.1.7",
|
|
"target-dir": "Symfony/Component/Yaml",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/Yaml",
|
|
"reference": "v2.1.7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.1.7",
|
|
"reference": "v2.1.7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"time": "2013-01-17 21:21:51",
|
|
"type": "library",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v1.12.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "git://github.com/fabpot/Twig.git",
|
|
"reference": "v1.12.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fabpot/Twig/zipball/v1.12.2",
|
|
"reference": "v1.12.2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"time": "2013-02-09 18:21:53",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3"
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
],
|
|
"aliases": [
|
|
|
|
],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"sami/sami": 20,
|
|
"silex/silex": 20
|
|
}
|
|
}
|