|
@@ -138,57 +138,6 @@
|
|
|
"psr-3"
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- "name": "twig/twig",
|
|
|
- "version": "dev-master",
|
|
|
- "version_normalized": "9999999-dev",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "git://github.com/fabpot/Twig.git",
|
|
|
- "reference": "3111e1265db1026323c589a5bd2d152871d7bbab"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://github.com/fabpot/Twig/archive/3111e1265db1026323c589a5bd2d152871d7bbab.zip",
|
|
|
- "reference": "3111e1265db1026323c589a5bd2d152871d7bbab",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.2.4"
|
|
|
- },
|
|
|
- "time": "2013-01-08 16:56:12",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.12-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "source",
|
|
|
- "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"
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
"name": "symfony/http-foundation",
|
|
|
"version": "2.1.x-dev",
|
|
@@ -1009,77 +958,6 @@
|
|
|
"pluarlize"
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- "name": "gedmo/doctrine-extensions",
|
|
|
- "version": "dev-master",
|
|
|
- "version_normalized": "9999999-dev",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "git://github.com/l3pp4rd/DoctrineExtensions.git",
|
|
|
- "reference": "0d4393d25a0ff6074b5163311e058d7f3cbccf35"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://github.com/l3pp4rd/DoctrineExtensions/archive/0d4393d25a0ff6074b5163311e058d7f3cbccf35.zip",
|
|
|
- "reference": "0d4393d25a0ff6074b5163311e058d7f3cbccf35",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.2",
|
|
|
- "doctrine/common": ">=2.2,<2.5-dev"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/mongodb": ">=1.0.0-BETA1",
|
|
|
- "doctrine/mongodb-odm": ">=1.0.0-BETA6",
|
|
|
- "doctrine/orm": ">=2.2",
|
|
|
- "doctrine/dbal": ">=2.2",
|
|
|
- "symfony/yaml": "2.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "doctrine/orm": ">=2.2",
|
|
|
- "doctrine/dbal": ">=2.2",
|
|
|
- "doctrine/mongodb": ">=1.0.0",
|
|
|
- "doctrine/mongodb-odm": ">=1.0.0-BETA7"
|
|
|
- },
|
|
|
- "time": "2013-01-11 05:15:19",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.3.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "source",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Gedmo": "lib/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Gediminas Morkevicius",
|
|
|
- "email": "gediminas.morkevicius@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Doctrine2 behavioral extensions",
|
|
|
- "homepage": "http://gediminasm.org/",
|
|
|
- "keywords": [
|
|
|
- "tree",
|
|
|
- "behaviors",
|
|
|
- "doctrine2",
|
|
|
- "extensions",
|
|
|
- "gedmo",
|
|
|
- "sluggable",
|
|
|
- "loggable",
|
|
|
- "translatable",
|
|
|
- "nestedset",
|
|
|
- "sortable",
|
|
|
- "timestampable"
|
|
|
- ]
|
|
|
- },
|
|
|
{
|
|
|
"name": "doctrine/lexer",
|
|
|
"version": "v1.0",
|
|
@@ -1401,63 +1279,6 @@
|
|
|
"queryobject"
|
|
|
]
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/dependency-injection",
|
|
|
- "version": "dev-master",
|
|
|
- "version_normalized": "9999999-dev",
|
|
|
- "target-dir": "Symfony/Component/DependencyInjection",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/DependencyInjection",
|
|
|
- "reference": "c4016466a8632f27d72d4ecfc89b472d4050a2ca"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://github.com/symfony/DependencyInjection/archive/c4016466a8632f27d72d4ecfc89b472d4050a2ca.zip",
|
|
|
- "reference": "c4016466a8632f27d72d4ecfc89b472d4050a2ca",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/yaml": "2.2.*",
|
|
|
- "symfony/config": "2.2.*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "symfony/yaml": "2.2.*",
|
|
|
- "symfony/config": "2.2.*"
|
|
|
- },
|
|
|
- "time": "2013-01-11 17:38:19",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "source",
|
|
|
- "autoload": {
|
|
|
- "psr-0": {
|
|
|
- "Symfony\\Component\\DependencyInjection\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "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 DependencyInjection Component",
|
|
|
- "homepage": "http://symfony.com"
|
|
|
- },
|
|
|
{
|
|
|
"name": "symfony/locale",
|
|
|
"version": "2.1.x-dev",
|
|
@@ -1560,67 +1381,6 @@
|
|
|
"description": "Symfony Form Component",
|
|
|
"homepage": "http://symfony.com"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/routing",
|
|
|
- "version": "dev-master",
|
|
|
- "version_normalized": "9999999-dev",
|
|
|
- "target-dir": "Symfony/Component/Routing",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/Routing",
|
|
|
- "reference": "192243b2c5e36fc21e83fd63ab54582dcc31e7e4"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://github.com/symfony/Routing/archive/192243b2c5e36fc21e83fd63ab54582dcc31e7e4.zip",
|
|
|
- "reference": "192243b2c5e36fc21e83fd63ab54582dcc31e7e4",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/common": ">=2.2,<2.4-dev",
|
|
|
- "symfony/config": "2.2.*",
|
|
|
- "symfony/yaml": "2.2.*",
|
|
|
- "symfony/http-kernel": "2.2.*",
|
|
|
- "psr/log": ">=1.0,<2.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "doctrine/common": ">=2.2,<2.4-dev",
|
|
|
- "symfony/config": "2.2.*",
|
|
|
- "symfony/yaml": "2.2.*"
|
|
|
- },
|
|
|
- "time": "2013-01-11 17:38:19",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.2-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "source",
|
|
|
- "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": "doctrine/common",
|
|
|
"version": "dev-master",
|
|
@@ -1901,6 +1661,246 @@
|
|
|
"psr-3"
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "twig/twig",
|
|
|
+ "version": "dev-master",
|
|
|
+ "version_normalized": "9999999-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/fabpot/Twig.git",
|
|
|
+ "reference": "3225226e0be466395414da4b362013531eedb580"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/fabpot/Twig/archive/3225226e0be466395414da4b362013531eedb580.zip",
|
|
|
+ "reference": "3225226e0be466395414da4b362013531eedb580",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.2.4"
|
|
|
+ },
|
|
|
+ "time": "2013-01-16 13:37:25",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.12-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "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"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "gedmo/doctrine-extensions",
|
|
|
+ "version": "dev-master",
|
|
|
+ "version_normalized": "9999999-dev",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "git://github.com/l3pp4rd/DoctrineExtensions.git",
|
|
|
+ "reference": "8b76f310b038647c85ae17143971b0c2abbd0a57"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/l3pp4rd/DoctrineExtensions/archive/8b76f310b038647c85ae17143971b0c2abbd0a57.zip",
|
|
|
+ "reference": "8b76f310b038647c85ae17143971b0c2abbd0a57",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.2",
|
|
|
+ "doctrine/common": ">=2.2,<2.5-dev"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/mongodb": ">=1.0.0-BETA1",
|
|
|
+ "doctrine/mongodb-odm": ">=1.0.0-BETA6",
|
|
|
+ "doctrine/orm": ">=2.2",
|
|
|
+ "doctrine/dbal": ">=2.2",
|
|
|
+ "symfony/yaml": "2.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/orm": ">=2.2",
|
|
|
+ "doctrine/dbal": ">=2.2",
|
|
|
+ "doctrine/mongodb": ">=1.0.0",
|
|
|
+ "doctrine/mongodb-odm": ">=1.0.0-BETA7"
|
|
|
+ },
|
|
|
+ "time": "2013-01-16 05:01:32",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Gedmo": "lib/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Gediminas Morkevicius",
|
|
|
+ "email": "gediminas.morkevicius@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Doctrine2 behavioral extensions",
|
|
|
+ "homepage": "http://gediminasm.org/",
|
|
|
+ "keywords": [
|
|
|
+ "tree",
|
|
|
+ "behaviors",
|
|
|
+ "doctrine2",
|
|
|
+ "extensions",
|
|
|
+ "gedmo",
|
|
|
+ "sluggable",
|
|
|
+ "loggable",
|
|
|
+ "translatable",
|
|
|
+ "nestedset",
|
|
|
+ "sortable",
|
|
|
+ "timestampable"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/dependency-injection",
|
|
|
+ "version": "dev-master",
|
|
|
+ "version_normalized": "9999999-dev",
|
|
|
+ "target-dir": "Symfony/Component/DependencyInjection",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/DependencyInjection",
|
|
|
+ "reference": "b5fa8c4627840d22a13def4be4f3383ddd992aa1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/symfony/DependencyInjection/archive/b5fa8c4627840d22a13def4be4f3383ddd992aa1.zip",
|
|
|
+ "reference": "b5fa8c4627840d22a13def4be4f3383ddd992aa1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/yaml": "2.2.*",
|
|
|
+ "symfony/config": "2.2.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/yaml": "2.2.*",
|
|
|
+ "symfony/config": "2.2.*"
|
|
|
+ },
|
|
|
+ "time": "2013-01-16 08:59:03",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Symfony\\Component\\DependencyInjection\\": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "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 DependencyInjection Component",
|
|
|
+ "homepage": "http://symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/routing",
|
|
|
+ "version": "dev-master",
|
|
|
+ "version_normalized": "9999999-dev",
|
|
|
+ "target-dir": "Symfony/Component/Routing",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/Routing",
|
|
|
+ "reference": "81b5a5649b8b1fba057f3fdd5ca15cc3af822b66"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://github.com/symfony/Routing/archive/81b5a5649b8b1fba057f3fdd5ca15cc3af822b66.zip",
|
|
|
+ "reference": "81b5a5649b8b1fba057f3fdd5ca15cc3af822b66",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/common": ">=2.2,<2.4-dev",
|
|
|
+ "symfony/config": "2.2.*",
|
|
|
+ "symfony/yaml": "2.2.*",
|
|
|
+ "symfony/http-kernel": "2.2.*",
|
|
|
+ "psr/log": ">=1.0,<2.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/common": ">=2.2,<2.4-dev",
|
|
|
+ "symfony/config": "2.2.*",
|
|
|
+ "symfony/yaml": "2.2.*"
|
|
|
+ },
|
|
|
+ "time": "2013-01-15 17:01:40",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "source",
|
|
|
+ "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": "silex/silex",
|
|
|
"version": "dev-master",
|
|
@@ -1908,12 +1908,12 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "git://github.com/fabpot/Silex.git",
|
|
|
- "reference": "c3dc8d7e0fba4a2858dc2099066f7e593bee2045"
|
|
|
+ "reference": "3d5d39ea73ef1fa8366957e96fa9204805d7cac6"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://github.com/fabpot/Silex/archive/c3dc8d7e0fba4a2858dc2099066f7e593bee2045.zip",
|
|
|
- "reference": "c3dc8d7e0fba4a2858dc2099066f7e593bee2045",
|
|
|
+ "url": "https://github.com/fabpot/Silex/archive/3d5d39ea73ef1fa8366957e96fa9204805d7cac6.zip",
|
|
|
+ "reference": "3d5d39ea73ef1fa8366957e96fa9204805d7cac6",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1948,7 +1948,7 @@
|
|
|
"symfony/css-selector": ">=2.1,<2.3-dev",
|
|
|
"symfony/dom-crawler": ">=2.1,<2.3-dev"
|
|
|
},
|
|
|
- "time": "2013-01-13 19:52:32",
|
|
|
+ "time": "2013-01-15 13:27:32",
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|