Commit 97e418fc authored by Fabien Potencier's avatar Fabien Potencier

updated deps

parent 6395d4b1
{
"hash": "e6e70518ed416cbc558237a189fdce1b",
"hash": "e9bbfe0e73bf6da4acfe01fbada86650",
"packages": [
{
"package": "pimple/pimple",
"name": "pimple/pimple",
"version": "dev-master",
"alias-pretty-version": "1.0.x-dev",
"alias-version": "1.0.9999999.9999999-dev"
"source": {
"type": "git",
"url": "git://github.com/fabpot/Pimple.git",
"reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Pimple/zipball/b9f27b8dc18c08f00627dec02359b46a24791dc3",
"reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "1347278988",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Pimple": "lib/"
}
},
"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"
]
},
{
"package": "pimple/pimple",
"version": "dev-master",
"source-reference": "b9f27b8dc18c08f00627dec02359b46a24791dc3",
"commit-date": "1347278988"
},
{
"package": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
"version": "2.1.x-dev",
"source-reference": "6e9726a4e82fe95fcb243e7c4021f7fb2de19b70",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/EventDispatcher",
"source": {
"type": "git",
"url": "https://github.com/symfony/EventDispatcher",
"reference": "6e9726a4e82fe95fcb243e7c4021f7fb2de19b70"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/EventDispatcher/zipball/6e9726a4e82fe95fcb243e7c4021f7fb2de19b70",
"reference": "6e9726a4e82fe95fcb243e7c4021f7fb2de19b70",
"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": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\EventDispatcher": ""
}
},
"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"
},
{
"package": "symfony/http-foundation",
"name": "symfony/http-foundation",
"version": "2.1.x-dev",
"source-reference": "v2.1.0",
"commit-date": "1346761482"
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation",
"reference": "v2.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpFoundation/zipball/v2.1.0",
"reference": "v2.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1346761482",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpFoundation": "",
"SessionHandlerInterface": "Symfony/Component/HttpFoundation/Resources/stubs"
}
},
"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"
},
{
"package": "symfony/http-kernel",
"name": "symfony/http-kernel",
"version": "2.1.x-dev",
"source-reference": "cb91ebb2c104f3c24b20ef34b785f8ab75f1ea2d",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/HttpKernel",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpKernel",
"reference": "cb91ebb2c104f3c24b20ef34b785f8ab75f1ea2d"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/HttpKernel/zipball/cb91ebb2c104f3c24b20ef34b785f8ab75f1ea2d",
"reference": "cb91ebb2c104f3c24b20ef34b785f8ab75f1ea2d",
"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": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpKernel": ""
}
},
"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"
},
{
"package": "symfony/routing",
"name": "symfony/routing",
"version": "2.1.x-dev",
"source-reference": "5069cbd8bf02ed33cfd640b227bb43e816d55f14",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/Routing",
"source": {
"type": "git",
"url": "https://github.com/symfony/Routing",
"reference": "5069cbd8bf02ed33cfd640b227bb43e816d55f14"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Routing/zipball/5069cbd8bf02ed33cfd640b227bb43e816d55f14",
"reference": "5069cbd8bf02ed33cfd640b227bb43e816d55f14",
"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": {
"doctrine/common": ">=2.2,<2.4-dev",
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Routing": ""
}
},
"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"
}
],
"packages-dev": [
{
"package": "doctrine/common",
"version": "dev-master",
"alias-pretty-version": "2.4.x-dev",
"alias-version": "2.4.9999999.9999999-dev"
},
{
"package": "doctrine/common",
"version": "dev-master",
"source-reference": "329d90ab8d6ed4c0b422d631caa5594c77c12055",
"commit-date": "1345128430"
},
{
"package": "doctrine/dbal",
"version": "2.1.x-dev",
"source-reference": "76799960a54af583e82bedcf246e8c9c18006e94",
"commit-date": "1338146238"
"name": "doctrine/common",
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common",
"reference": "2.2.3"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/common/zipball/2.2.3",
"reference": "2.2.3",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"time": "2012-08-29 08:04:14",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\Common": "lib/"
}
},
"license": [
"LGPL"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh",
"role": "Developer of wrapped JMSSerializerBundle"
}
],
"description": "Common Library for Doctrine projects",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"collections",
"spl",
"eventmanager",
"annotations",
"persistence"
]
},
{
"package": "monolog/monolog",
"version": "1.1.0"
"name": "doctrine/dbal",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal",
"reference": "2.2.2"
},
"dist": {
"type": "zip",
"url": "https://github.com/doctrine/dbal/zipball/2.2.2",
"reference": "2.2.2",
"shasum": ""
},
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.2.0,<=2.2.99"
},
"time": "2012-04-13 07:56:12",
"type": "library",
"installation-source": "source",
"autoload": {
"psr-0": {
"Doctrine\\DBAL": "lib/"
}
},
"license": [
"LGPL"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com",
"homepage": "http://www.jwage.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"persistence",
"dbal",
"queryobject"
]
},
{
"package": "swiftmailer/swiftmailer",
"version": "dev-master",
"alias-pretty-version": "4.2.x-dev",
"alias-version": "4.2.9999999.9999999-dev"
"name": "monolog/monolog",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog",
"reference": "1.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/Seldaek/monolog/zipball/1.1.0",
"reference": "1.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mlehner/gelf-php": "1.0.*"
},
"suggest": {
"mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server"
},
"time": "2012-04-23 14:27:40",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Monolog": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be",
"role": "Developer"
}
],
"description": "Logging for PHP 5.3",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging"
]
},
{
"package": "swiftmailer/swiftmailer",
"name": "swiftmailer/swiftmailer",
"version": "dev-master",
"source-reference": "c97353b1ebffe25a224146f69d17efe24c093def",
"commit-date": "1347083952"
"source": {
"type": "git",
"url": "git://github.com/swiftmailer/swiftmailer.git",
"reference": "c97353b1ebffe25a224146f69d17efe24c093def"
},
"dist": {
"type": "zip",
"url": "https://github.com/swiftmailer/swiftmailer/zipball/c97353b1ebffe25a224146f69d17efe24c093def",
"reference": "c97353b1ebffe25a224146f69d17efe24c093def",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "1347083952",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"installation-source": "source",
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"license": [
"LGPL"
],
"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"
]
},
{
"package": "symfony/browser-kit",
"name": "symfony/browser-kit",
"version": "2.1.x-dev",
"source-reference": "254f64e5f9b15009be03d4714797c521a90e5a43",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/BrowserKit",
"source": {
"type": "git",
"url": "https://github.com/symfony/BrowserKit",
"reference": "254f64e5f9b15009be03d4714797c521a90e5a43"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/BrowserKit/zipball/254f64e5f9b15009be03d4714797c521a90e5a43",
"reference": "254f64e5f9b15009be03d4714797c521a90e5a43",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/dom-crawler": "2.1.*"
},
"require-dev": {
"symfony/process": "2.1.*",
"symfony/css-selector": "2.1.*"
},
"suggest": {
"symfony/process": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\BrowserKit": ""
}
},
"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"
},
{
"package": "symfony/config",
"name": "symfony/config",
"version": "2.1.x-dev",
"source-reference": "v2.1.0-RC2",
"commit-date": "1345643321"
"target-dir": "Symfony/Component/Config",
"source": {
"type": "git",
"url": "https://github.com/symfony/Config",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Config/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1345643321",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Config": ""
}
},
"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"
},
{
"package": "symfony/css-selector",
"name": "symfony/css-selector",
"version": "2.1.x-dev",
"source-reference": "v2.1.0-RC2",
"commit-date": "1345643321"
"target-dir": "Symfony/Component/CssSelector",
"source": {
"type": "git",
"url": "https://github.com/symfony/CssSelector",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/CssSelector/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1345643321",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\CssSelector": ""
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "http://symfony.com"
},
{
"package": "symfony/dom-crawler",
"name": "symfony/dom-crawler",
"version": "2.1.x-dev",
"source-reference": "fd42079383a4c47296c91a69ea5c9dc282d303c5",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/DomCrawler",
"source": {
"type": "git",
"url": "https://github.com/symfony/DomCrawler",
"reference": "fd42079383a4c47296c91a69ea5c9dc282d303c5"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/DomCrawler/zipball/fd42079383a4c47296c91a69ea5c9dc282d303c5",
"reference": "fd42079383a4c47296c91a69ea5c9dc282d303c5",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/css-selector": "2.1.*"
},
"suggest": {
"symfony/css-selector": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\DomCrawler": ""
}
},
"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"
},
{
"package": "symfony/finder",
"name": "symfony/finder",
"version": "2.1.x-dev",
"source-reference": "v2.1.0",
"commit-date": "1345643321"
"target-dir": "Symfony/Component/Finder",
"source": {
"type": "git",
"url": "https://github.com/symfony/Finder",
"reference": "v2.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Finder/zipball/v2.1.0",
"reference": "v2.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1345643321",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Finder": ""
}
},
"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"
},
{
"package": "symfony/form",
"name": "symfony/form",
"version": "2.1.x-dev",
"source-reference": "09a33bcd936a689c58ac54ae128ecc33f65a9c70",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/Form",
"source": {
"type": "git",
"url": "https://github.com/symfony/Form",
"reference": "09a33bcd936a689c58ac54ae128ecc33f65a9c70"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Form/zipball/09a33bcd936a689c58ac54ae128ecc33f65a9c70",
"reference": "09a33bcd936a689c58ac54ae128ecc33f65a9c70",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.1.*",
"symfony/locale": "2.1.*",
"symfony/options-resolver": "2.1.*"
},
"require-dev": {
"symfony/validator": "2.1.*",
"symfony/http-foundation": "2.1.*"
},
"suggest": {
"symfony/validator": "2.1.*",
"symfony/http-foundation": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Form": ""
}
},
"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"
},
{
"package": "symfony/locale",
"name": "symfony/locale",
"version": "2.1.x-dev",
"source-reference": "v2.1.0",
"commit-date": "1345643321"
"target-dir": "Symfony/Component/Locale",
"source": {
"type": "git",
"url": "https://github.com/symfony/Locale",
"reference": "v2.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Locale/zipball/v2.1.0",
"reference": "v2.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-intl": ">=5.3.3"
},
"time": "1345643321",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Locale": ""
}
},
"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"
},
{
"package": "symfony/monolog-bridge",
"name": "symfony/monolog-bridge",
"version": "2.1.x-dev",
"source-reference": "5c1c94e8bf7345e1c1c5a43a2e9054bc5db58f31",
"commit-date": "1347274422"
"target-dir": "Symfony/Bridge/Monolog",
"source": {
"type": "git",
"url": "https://github.com/symfony/MonologBridge",
"reference": "5c1c94e8bf7345e1c1c5a43a2e9054bc5db58f31"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/MonologBridge/zipball/5c1c94e8bf7345e1c1c5a43a2e9054bc5db58f31",
"reference": "5c1c94e8bf7345e1c1c5a43a2e9054bc5db58f31",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"monolog/monolog": "1.*",
"symfony/http-kernel": "2.1.*"
},
"time": "1347274422",
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Bridge\\Monolog": ""
}
},
"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"
},
{
"package": "symfony/options-resolver",
"name": "symfony/options-resolver",
"version": "2.1.x-dev",
"source-reference": "v2.1.0-RC2",
"commit-date": "1345643321"
"target-dir": "Symfony/Component/OptionsResolver",
"source": {
"type": "git",
"url": "https://github.com/symfony/OptionsResolver",
"reference": "v2.1.0-RC2"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/OptionsResolver/zipball/v2.1.0-RC2",
"reference": "v2.1.0-RC2",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1345643321",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\OptionsResolver": ""
}
},
"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": [
"configuration",
"config",
"options"
]
},
{
"package": "symfony/process",
"name": "symfony/process",
"version": "2.1.x-dev",
"source-reference": "v2.1.0",
"commit-date": "1346330945"
"target-dir": "Symfony/Component/Process",
"source": {
"type": "git",
"url": "https://github.com/symfony/Process",
"reference": "v2.1.0"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Process/zipball/v2.1.0",
"reference": "v2.1.0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"time": "1346330945",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Process": ""
}
},
"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"
},
{
"package": "symfony/security",
"name": "symfony/security",
"version": "2.1.x-dev",
"source-reference": "97eb473da3dc085a7d2dbc334f946ff950ac7f1a",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/Security",
"source": {
"type": "git",
"url": "https://github.com/symfony/Security",
"reference": "97eb473da3dc085a7d2dbc334f946ff950ac7f1a"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Security/zipball/97eb473da3dc085a7d2dbc334f946ff950ac7f1a",
"reference": "97eb473da3dc085a7d2dbc334f946ff950ac7f1a",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.1.*",
"symfony/http-foundation": "2.1.*",
"symfony/http-kernel": "2.1.*"
},
"require-dev": {
"symfony/form": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/validator": "2.1.*",
"doctrine/common": ">=2.2,<2.4-dev",
"doctrine/dbal": ">=2.2,<2.4-dev"
},
"suggest": {
"doctrine/dbal": "to use the built-in ACL implementation",
"symfony/class-loader": "2.1.*",
"symfony/finder": "2.1.*",
"symfony/form": "2.1.*",
"symfony/validator": "2.1.*",
"symfony/routing": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Security": ""
}
},
"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"
},
{
"package": "symfony/translation",
"name": "symfony/translation",
"version": "2.1.x-dev",
"source-reference": "97b97722b00159ba9267f6c4ff940047d58171dc",
"commit-date": "1347274422"
"target-dir": "Symfony/Component/Translation",
"source": {
"type": "git",
"url": "https://github.com/symfony/Translation",
"reference": "97b97722b00159ba9267f6c4ff940047d58171dc"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Translation/zipball/97b97722b00159ba9267f6c4ff940047d58171dc",
"reference": "97b97722b00159ba9267f6c4ff940047d58171dc",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"suggest": {
"symfony/config": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Translation": ""
}
},
"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"
},
{
"package": "symfony/twig-bridge",
"name": "symfony/twig-bridge",
"version": "2.1.x-dev",
"source-reference": "d367397da791ad5993a2a700c7f92d83705125cf",
"commit-date": "1347274422"
"target-dir": "Symfony/Bridge/Twig",
"source": {
"type": "git",
"url": "https://github.com/symfony/TwigBridge",
"reference": "d367397da791ad5993a2a700c7f92d83705125cf"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/TwigBridge/zipball/d367397da791ad5993a2a700c7f92d83705125cf",
"reference": "d367397da791ad5993a2a700c7f92d83705125cf",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"twig/twig": ">=1.9.1,<2.0-dev"
},
"require-dev": {
"symfony/form": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/templating": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/security": "2.1.*"
},
"suggest": {
"symfony/form": "2.1.*",
"symfony/routing": "2.1.*",
"symfony/templating": "2.1.*",
"symfony/translation": "2.1.*",
"symfony/yaml": "2.1.*",
"symfony/security": "2.1.*"
},
"time": "1347274422",
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Bridge\\Twig": ""
}
},
"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"
},
{
"package": "symfony/validator",
"name": "symfony/validator",
"version": "2.1.x-dev",
"source-reference": "321f9e800bd1d2f40c92c9c4834c3a30a4dac8e6",
"commit-date": "1347274422"
},
{
"package": "twig/twig",
"version": "dev-master",
"alias-pretty-version": "1.9.x-dev",
"alias-version": "1.9.9999999.9999999-dev"
"target-dir": "Symfony/Component/Validator",
"source": {
"type": "git",
"url": "https://github.com/symfony/Validator",
"reference": "321f9e800bd1d2f40c92c9c4834c3a30a4dac8e6"
},
"dist": {
"type": "zip",
"url": "https://github.com/symfony/Validator/zipball/321f9e800bd1d2f40c92c9c4834c3a30a4dac8e6",
"reference": "321f9e800bd1d2f40c92c9c4834c3a30a4dac8e6",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/http-foundation": "2.1.*",
"symfony/locale": "2.1.*",
"symfony/yaml": "2.1.*"
},
"suggest": {
"doctrine/common": ">=2.1,<2.4-dev",
"symfony/http-foundation": "2.1.*",
"symfony/yaml": "2.1.*"
},
"time": "1347274422",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Symfony\\Component\\Validator": ""
}
},
"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"
},
{
"package": "twig/twig",
"name": "twig/twig",
"version": "dev-master",
"source-reference": "68b8c4619c5bbe82bd345fe56070dec8c356610a",
"commit-date": "1347025342"
"source": {
"type": "git",
"url": "git://github.com/fabpot/Twig.git",
"reference": "68b8c4619c5bbe82bd345fe56070dec8c356610a"
},
"dist": {
"type": "zip",
"url": "https://github.com/fabpot/Twig/zipball/68b8c4619c5bbe82bd345fe56070dec8c356610a",
"reference": "68b8c4619c5bbe82bd345fe56070dec8c356610a",
"shasum": ""
},
"require": {
"php": ">=5.2.4"
},
"time": "1347025342",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"installation-source": "source",
"autoload": {
"psr-0": {
"Twig_": "lib/"
}
},
"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": "dev",
"minimum-stability": "stable",
"stability-flags": [
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment