Update composer.json

This commit is contained in:
Nicolas Le Goff
2014-12-10 15:45:16 +01:00
parent 589169299c
commit ae25c00ad9

311
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "5f393b2cb9db049378e7b1533e749ae6", "hash": "86aef118cbe2bc82e25dba935f07b8e4",
"packages": [ "packages": [
{ {
"name": "alchemy-fr/tcpdf-clone", "name": "alchemy-fr/tcpdf-clone",
@@ -3627,164 +3627,30 @@
"time": "2013-04-11 10:22:09" "time": "2013-04-11 10:22:09"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/icu",
"version": "v2.4.10", "version": "v1.2.2",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/Icu",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/Icu.git",
"reference": "7362304b252f9303e037ab47e6330f24d7ebbf50" "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7362304b252f9303e037ab47e6330f24d7ebbf50", "url": "https://api.github.com/repos/symfony/Icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
"reference": "7362304b252f9303e037ab47e6330f24d7ebbf50", "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
"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.4-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com",
"time": "2014-09-22 08:51:05"
},
{
"name": "symfony/http-foundation",
"version": "v2.4.10",
"target-dir": "Symfony/Component/HttpFoundation",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpFoundation.git",
"reference": "8e42d9536b5df05f37a9aae5761d3ee69ab95ddf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8e42d9536b5df05f37a9aae5761d3ee69ab95ddf",
"reference": "8e42d9536b5df05f37a9aae5761d3ee69ab95ddf",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/expression-language": "~2.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"classmap": [
"Symfony/Component/HttpFoundation/Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com",
"time": "2014-09-25 08:51:47"
},
{
"name": "symfony/http-kernel",
"version": "v2.4.10",
"target-dir": "Symfony/Component/HttpKernel",
"source": {
"type": "git",
"url": "https://github.com/symfony/HttpKernel.git",
"reference": "84b1bd5433bc78cf78c19808abdd155edb4f1937"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/84b1bd5433bc78cf78c19808abdd155edb4f1937",
"reference": "84b1bd5433bc78cf78c19808abdd155edb4f1937",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-intl": "*",
"lib-icu": ">=4.4",
"php": ">=5.3.3", "php": ">=5.3.3",
"psr/log": "~1.0", "symfony/intl": "~2.3"
"symfony/debug": "~2.3",
"symfony/event-dispatcher": "~2.1",
"symfony/http-foundation": "~2.4"
},
"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/expression-language": "~2.4",
"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", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Symfony\\Component\\HttpKernel\\": "" "Symfony\\Component\\Icu\\": ""
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -3797,99 +3663,37 @@
"homepage": "http://symfony.com/contributors" "homepage": "http://symfony.com/contributors"
}, },
{ {
"name": "Fabien Potencier", "name": "Bernhard Schussek",
"email": "fabien@symfony.com" "email": "bschussek@gmail.com"
} }
], ],
"description": "Symfony HttpKernel Component", "description": "Contains an excerpt of the ICU data and classes to load it.",
"homepage": "http://symfony.com",
"time": "2014-09-28 17:03:37"
},
{
"name": "symfony/routing",
"version": "v2.4.10",
"target-dir": "Symfony/Component/Routing",
"source": {
"type": "git",
"url": "https://github.com/symfony/Routing.git",
"reference": "0bd97a27cfd1ad2699ad045de2a744888318a228"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/0bd97a27cfd1ad2699ad045de2a744888318a228",
"reference": "0bd97a27cfd1ad2699ad045de2a744888318a228",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
"symfony/config": "~2.2",
"symfony/expression-language": "~2.4",
"symfony/http-foundation": "~2.3",
"symfony/yaml": "~2.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Routing\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony Routing Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"keywords": [ "keywords": [
"router", "icu",
"routing", "intl"
"uri",
"url"
], ],
"time": "2014-09-22 15:28:09" "time": "2014-07-25 09:58:17"
}, },
{ {
"name": "symfony/symfony", "name": "symfony/symfony",
"version": "v2.6.0", "version": "v2.4.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/symfony.git", "url": "https://github.com/symfony/symfony.git",
"reference": "645bb3248db50d653d18929eb0c92b131b4f35ad" "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/symfony/zipball/645bb3248db50d653d18929eb0c92b131b4f35ad", "url": "https://api.github.com/repos/symfony/symfony/zipball/daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
"reference": "645bb3248db50d653d18929eb0c92b131b4f35ad", "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/common": "~2.2", "doctrine/common": "~2.2",
"php": ">=5.3.3", "php": ">=5.3.3",
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/icu": "~1.0",
"twig/twig": "~1.12" "twig/twig": "~1.12"
}, },
"replace": { "replace": {
@@ -3899,7 +3703,6 @@
"symfony/console": "self.version", "symfony/console": "self.version",
"symfony/css-selector": "self.version", "symfony/css-selector": "self.version",
"symfony/debug": "self.version", "symfony/debug": "self.version",
"symfony/debug-bundle": "self.version",
"symfony/dependency-injection": "self.version", "symfony/dependency-injection": "self.version",
"symfony/doctrine-bridge": "self.version", "symfony/doctrine-bridge": "self.version",
"symfony/dom-crawler": "self.version", "symfony/dom-crawler": "self.version",
@@ -3934,25 +3737,22 @@
"symfony/twig-bridge": "self.version", "symfony/twig-bridge": "self.version",
"symfony/twig-bundle": "self.version", "symfony/twig-bundle": "self.version",
"symfony/validator": "self.version", "symfony/validator": "self.version",
"symfony/var-dumper": "self.version",
"symfony/web-profiler-bundle": "self.version", "symfony/web-profiler-bundle": "self.version",
"symfony/yaml": "self.version" "symfony/yaml": "self.version"
}, },
"require-dev": { "require-dev": {
"doctrine/data-fixtures": "1.0.*", "doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.2", "doctrine/dbal": "~2.2",
"doctrine/doctrine-bundle": "~1.2",
"doctrine/orm": "~2.2,>=2.2.3", "doctrine/orm": "~2.2,>=2.2.3",
"egulias/email-validator": "~1.2",
"ircmaxell/password-compat": "1.0.*", "ircmaxell/password-compat": "1.0.*",
"monolog/monolog": "~1.11", "monolog/monolog": "~1.3",
"ocramius/proxy-manager": ">=0.3.1,<0.6-dev", "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
"propel/propel1": "~1.6" "propel/propel1": "1.6.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.4-dev"
} }
}, },
"autoload": { "autoload": {
@@ -3986,7 +3786,7 @@
"keywords": [ "keywords": [
"framework" "framework"
], ],
"time": "2014-11-28 15:59:01" "time": "2014-09-28 17:03:37"
}, },
{ {
"name": "themattharris/tmhoauth", "name": "themattharris/tmhoauth",
@@ -5152,63 +4952,6 @@
"xunit" "xunit"
], ],
"time": "2013-01-13 10:24:48" "time": "2013-01-13 10:24:48"
},
{
"name": "symfony/console",
"version": "v2.6.1",
"target-dir": "Symfony/Component/Console",
"source": {
"type": "git",
"url": "https://github.com/symfony/Console.git",
"reference": "ef825fd9f809d275926547c9e57cbf14968793e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/ef825fd9f809d275926547c9e57cbf14968793e8",
"reference": "ef825fd9f809d275926547c9e57cbf14968793e8",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/event-dispatcher": "~2.1",
"symfony/process": "~2.1"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\Console\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony Console Component",
"homepage": "http://symfony.com",
"time": "2014-12-02 20:19:20"
} }
], ],
"aliases": [ "aliases": [