Reverted symfony/validator from 2.3 to 2.2, because of failures in

dependencies.
This commit is contained in:
franck
2013-08-15 11:27:30 +02:00
parent e2083d4cbf
commit bceb65dad6
2 changed files with 197 additions and 137 deletions

View File

@@ -27,14 +27,16 @@
"symfony-cmf/routing": "1.0.0", "symfony-cmf/routing": "1.0.0",
"symfony/form": "2.2.*", "symfony/form": "2.2.*",
"symfony/validator": "2.3.*", "symfony/validator": "2.2.*",
"smarty/smarty": "v3.1.14", "smarty/smarty": "v3.1.14",
"kriswallsmith/assetic": "1.2.*@dev", "kriswallsmith/assetic": "1.2.*@dev",
"leafo/lessphp": "0.3.*@dev", "leafo/lessphp": "0.3.*@dev",
"ptachoire/cssembed": "dev-master", "ptachoire/cssembed": "dev-master",
"simplepie/simplepie": "dev-master" "simplepie/simplepie": "dev-master",
"imagine/imagine": "dev-master"
}, },
"require-dev" : { "require-dev" : {
"phpunit/phpunit": "3.7.*", "phpunit/phpunit": "3.7.*",

328
composer.lock generated
View File

@@ -3,7 +3,7 @@
"This file locks the dependencies of your project to a known state", "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" "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
], ],
"hash": "b20fbb4995fbf676a7028034f21cfbe0", "hash": "21a698b038efa96e592a3673a760c065",
"packages": [ "packages": [
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
@@ -49,6 +49,58 @@
], ],
"time": "2013-07-27 04:54:53" "time": "2013-07-27 04:54:53"
}, },
{
"name": "imagine/imagine",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
"reference": "v0.5.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/v0.5.0",
"reference": "v0.5.0",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"sami/sami": "dev-master"
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"autoload": {
"psr-0": {
"Imagine": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
"time": "2013-07-10 17:25:36"
},
{ {
"name": "ircmaxell/password-compat", "name": "ircmaxell/password-compat",
"version": "dev-master", "version": "dev-master",
@@ -165,12 +217,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/leafo/lessphp.git", "url": "https://github.com/leafo/lessphp.git",
"reference": "366fb52798d4f120503af0703da11cba4ad06f8d" "reference": "v0.4.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/leafo/lessphp/zipball/366fb52798d4f120503af0703da11cba4ad06f8d", "url": "https://api.github.com/repos/leafo/lessphp/zipball/v0.4.0",
"reference": "366fb52798d4f120503af0703da11cba4ad06f8d", "reference": "v0.4.0",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@@ -198,7 +250,7 @@
], ],
"description": "lessphp is a compiler for LESS written in PHP.", "description": "lessphp is a compiler for LESS written in PHP.",
"homepage": "http://leafo.net/lessphp/", "homepage": "http://leafo.net/lessphp/",
"time": "2013-07-09 16:25:09" "time": "2013-08-09 17:09:19"
}, },
{ {
"name": "propel/propel", "name": "propel/propel",
@@ -206,12 +258,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/propelorm/Propel2.git", "url": "https://github.com/propelorm/Propel2.git",
"reference": "4cf5fca150ed93b33dc54206e3d9d943d0712621" "reference": "c33b5ade89d0d6c1be7dd9252102ddee6b620890"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/propelorm/Propel2/zipball/4cf5fca150ed93b33dc54206e3d9d943d0712621", "url": "https://api.github.com/repos/propelorm/Propel2/zipball/c33b5ade89d0d6c1be7dd9252102ddee6b620890",
"reference": "4cf5fca150ed93b33dc54206e3d9d943d0712621", "reference": "c33b5ade89d0d6c1be7dd9252102ddee6b620890",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -220,7 +272,7 @@
"symfony/console": "~2.2", "symfony/console": "~2.2",
"symfony/filesystem": "~2.2", "symfony/filesystem": "~2.2",
"symfony/finder": "~2.2", "symfony/finder": "~2.2",
"symfony/validator": "~2.2", "symfony/validator": "2.2.*@dev",
"symfony/yaml": "~2.2" "symfony/yaml": "~2.2"
}, },
"require-dev": { "require-dev": {
@@ -258,7 +310,7 @@
"orm", "orm",
"persistence" "persistence"
], ],
"time": "2013-07-10 11:32:06" "time": "2013-08-14 23:15:50"
}, },
{ {
"name": "psr/log", "name": "psr/log",
@@ -488,17 +540,17 @@
}, },
{ {
"name": "symfony/class-loader", "name": "symfony/class-loader",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/ClassLoader", "target-dir": "Symfony/Component/ClassLoader",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/ClassLoader.git", "url": "https://github.com/symfony/ClassLoader.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/ClassLoader/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/ClassLoader/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -538,17 +590,17 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Config", "target-dir": "Symfony/Component/Config",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Config.git", "url": "https://github.com/symfony/Config.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Config/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Config/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -581,21 +633,21 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-07-10 14:03:01" "time": "2013-08-06 02:31:28"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Console/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -632,17 +684,17 @@
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/DependencyInjection", "target-dir": "Symfony/Component/DependencyInjection",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/DependencyInjection.git", "url": "https://github.com/symfony/DependencyInjection.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -683,21 +735,21 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-06 08:37:50" "time": "2013-07-21 09:38:59"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -741,17 +793,17 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Filesystem", "target-dir": "Symfony/Component/Filesystem",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Filesystem.git", "url": "https://github.com/symfony/Filesystem.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -788,17 +840,17 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v2.3.2", "version": "v2.3.3",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "v2.3.2" "reference": "v2.3.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.2", "url": "https://api.github.com/repos/symfony/Finder/zipball/v2.3.3",
"reference": "v2.3.2", "reference": "v2.3.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -831,21 +883,21 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-07-01 12:17:23" "time": "2013-07-21 12:12:18"
}, },
{ {
"name": "symfony/form", "name": "symfony/form",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Form", "target-dir": "Symfony/Component/Form",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Form.git", "url": "https://github.com/symfony/Form.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Form/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Form/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -890,21 +942,21 @@
], ],
"description": "Symfony Form Component", "description": "Symfony Form Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-06-23 07:35:41" "time": "2013-08-02 13:12:51"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/HttpFoundation", "target-dir": "Symfony/Component/HttpFoundation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpFoundation.git", "url": "https://github.com/symfony/HttpFoundation.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -940,21 +992,21 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-07-15 12:12:07" "time": "2013-08-07 14:00:53"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/HttpKernel", "target-dir": "Symfony/Component/HttpKernel",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpKernel.git", "url": "https://github.com/symfony/HttpKernel.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -972,7 +1024,8 @@
"symfony/finder": "~2.0", "symfony/finder": "~2.0",
"symfony/process": "~2.0", "symfony/process": "~2.0",
"symfony/routing": ">=2.2,<2.3-dev", "symfony/routing": ">=2.2,<2.3-dev",
"symfony/stopwatch": ">=2.2,<2.3-dev" "symfony/stopwatch": ">=2.2,<2.3-dev",
"symfony/templating": "~2.2"
}, },
"suggest": { "suggest": {
"symfony/browser-kit": "2.2.*", "symfony/browser-kit": "2.2.*",
@@ -1009,25 +1062,24 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-07-15 12:28:01" "time": "2013-08-07 15:57:43"
}, },
{ {
"name": "symfony/icu", "name": "symfony/icu",
"version": "v1.2.0", "version": "v1.0.0",
"target-dir": "Symfony/Component/Icu", "target-dir": "Symfony/Component/Icu",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Icu.git", "url": "https://github.com/symfony/Icu.git",
"reference": "v1.2.0" "reference": "v1.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Icu/zipball/v1.2.0", "url": "https://api.github.com/repos/symfony/Icu/zipball/v1.0.0",
"reference": "v1.2.0", "reference": "v1.0.0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"lib-icu": ">=4.4",
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/intl": ">=2.3,<3.0" "symfony/intl": ">=2.3,<3.0"
}, },
@@ -1057,21 +1109,21 @@
"icu", "icu",
"intl" "intl"
], ],
"time": "2013-06-03 18:32:58" "time": "2013-06-03 18:32:07"
}, },
{ {
"name": "symfony/intl", "name": "symfony/intl",
"version": "v2.3.2", "version": "v2.3.3",
"target-dir": "Symfony/Component/Intl", "target-dir": "Symfony/Component/Intl",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Intl.git", "url": "https://github.com/symfony/Intl.git",
"reference": "v2.3.2" "reference": "v2.3.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Intl/zipball/v2.3.2", "url": "https://api.github.com/repos/symfony/Intl/zipball/v2.3.3",
"reference": "v2.3.2", "reference": "v2.3.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1134,21 +1186,21 @@
"l10n", "l10n",
"localization" "localization"
], ],
"time": "2013-07-08 13:00:35" "time": "2013-08-01 12:40:45"
}, },
{ {
"name": "symfony/locale", "name": "symfony/locale",
"version": "v2.3.2", "version": "v2.3.3",
"target-dir": "Symfony/Component/Locale", "target-dir": "Symfony/Component/Locale",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Locale.git", "url": "https://github.com/symfony/Locale.git",
"reference": "v2.3.2" "reference": "v2.3.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Locale/zipball/v2.3.2", "url": "https://api.github.com/repos/symfony/Locale/zipball/v2.3.3",
"reference": "v2.3.2", "reference": "v2.3.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1186,17 +1238,17 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/OptionsResolver", "target-dir": "Symfony/Component/OptionsResolver",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/OptionsResolver.git", "url": "https://github.com/symfony/OptionsResolver.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1238,17 +1290,17 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v2.3.2", "version": "v2.3.3",
"target-dir": "Symfony/Component/Process", "target-dir": "Symfony/Component/Process",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "v2.3.2" "reference": "v2.3.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.2", "url": "https://api.github.com/repos/symfony/Process/zipball/v2.3.3",
"reference": "v2.3.2", "reference": "v2.3.3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1281,21 +1333,21 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-07-01 12:24:43" "time": "2013-08-02 21:51:01"
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/PropertyAccess", "target-dir": "Symfony/Component/PropertyAccess",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/PropertyAccess.git", "url": "https://github.com/symfony/PropertyAccess.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/PropertyAccess/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1339,21 +1391,21 @@
"property path", "property path",
"reflection" "reflection"
], ],
"time": "2013-04-07 22:02:49" "time": "2013-07-28 18:26:16"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Routing", "target-dir": "Symfony/Component/Routing",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Routing.git", "url": "https://github.com/symfony/Routing.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1397,21 +1449,21 @@
], ],
"description": "Symfony Routing Component", "description": "Symfony Routing Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-06-23 06:56:04" "time": "2013-07-30 11:22:46"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Translation", "target-dir": "Symfony/Component/Translation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Translation.git", "url": "https://github.com/symfony/Translation.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Translation/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1452,21 +1504,21 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-05-10 16:49:00" "time": "2013-07-28 18:26:16"
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v2.3.2", "version": "v2.2.5",
"target-dir": "Symfony/Component/Validator", "target-dir": "Symfony/Component/Validator",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Validator.git", "url": "https://github.com/symfony/Validator.git",
"reference": "v2.3.2" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Validator/zipball/v2.3.2", "url": "https://api.github.com/repos/symfony/Validator/zipball/v2.2.5",
"reference": "v2.3.2", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1474,22 +1526,22 @@
"symfony/translation": "~2.0" "symfony/translation": "~2.0"
}, },
"require-dev": { "require-dev": {
"symfony/config": "~2.2", "symfony/config": ">=2.2,<2.3-dev",
"symfony/http-foundation": "~2.1", "symfony/http-foundation": "~2.1",
"symfony/intl": "~2.3", "symfony/locale": "~2.0",
"symfony/yaml": "~2.0" "symfony/yaml": "~2.0"
}, },
"suggest": { "suggest": {
"doctrine/common": "", "doctrine/common": "~2.2",
"symfony/config": "", "symfony/config": "2.2.*",
"symfony/http-foundation": "", "symfony/http-foundation": "2.2.*",
"symfony/intl": "", "symfony/locale": "2.2.*",
"symfony/yaml": "" "symfony/yaml": "2.2.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.3-dev" "dev-master": "2.2-dev"
} }
}, },
"autoload": { "autoload": {
@@ -1513,21 +1565,21 @@
], ],
"description": "Symfony Validator Component", "description": "Symfony Validator Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2013-07-08 13:36:15" "time": "2013-08-06 05:59:38"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v2.2.4", "version": "v2.2.5",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "v2.2.4" "reference": "v2.2.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.2.4", "url": "https://api.github.com/repos/symfony/Yaml/zipball/v2.2.5",
"reference": "v2.2.4", "reference": "v2.2.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1570,12 +1622,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fzaninotto/Faker.git", "url": "https://github.com/fzaninotto/Faker.git",
"reference": "3613b1466d5e9518b83f87d828f93f962ff0f997" "reference": "feb6492762a77db946bc13cc44a20a01546be0e6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/3613b1466d5e9518b83f87d828f93f962ff0f997", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/feb6492762a77db946bc13cc44a20a01546be0e6",
"reference": "3613b1466d5e9518b83f87d828f93f962ff0f997", "reference": "feb6492762a77db946bc13cc44a20a01546be0e6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1608,7 +1660,7 @@
"faker", "faker",
"fixtures" "fixtures"
], ],
"time": "2013-07-15 16:26:12" "time": "2013-08-12 10:05:47"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -1762,16 +1814,16 @@
}, },
{ {
"name": "phpunit/php-timer", "name": "phpunit/php-timer",
"version": "1.0.4", "version": "1.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-timer.git", "url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "1.0.4" "reference": "1.0.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5",
"reference": "1.0.4", "reference": "1.0.5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1798,24 +1850,24 @@
} }
], ],
"description": "Utility class for timing", "description": "Utility class for timing",
"homepage": "http://www.phpunit.de/", "homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [ "keywords": [
"timer" "timer"
], ],
"time": "2012-10-11 04:45:58" "time": "2013-08-02 07:42:54"
}, },
{ {
"name": "phpunit/php-token-stream", "name": "phpunit/php-token-stream",
"version": "1.1.7", "version": "1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git", "url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "1.1.7" "reference": "1.2.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.1.7", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.2.0",
"reference": "1.1.7", "reference": "1.2.0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1823,6 +1875,11 @@
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": { "autoload": {
"classmap": [ "classmap": [
"PHP/" "PHP/"
@@ -1847,20 +1904,20 @@
"keywords": [ "keywords": [
"tokenizer" "tokenizer"
], ],
"time": "2013-07-29 14:27:06" "time": "2013-08-04 05:57:48"
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "3.7.22", "version": "3.7.24",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3.7.22" "reference": "3.7.24"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.22", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.24",
"reference": "3.7.22", "reference": "3.7.24",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1872,7 +1929,7 @@
"phpunit/php-code-coverage": "~1.2.1", "phpunit/php-code-coverage": "~1.2.1",
"phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-file-iterator": ">=1.3.1",
"phpunit/php-text-template": ">=1.1.1", "phpunit/php-text-template": ">=1.1.1",
"phpunit/php-timer": "~1.0.2", "phpunit/php-timer": ">=1.0.4",
"phpunit/phpunit-mock-objects": "~1.2.0", "phpunit/phpunit-mock-objects": "~1.2.0",
"symfony/yaml": "~2.0" "symfony/yaml": "~2.0"
}, },
@@ -1921,7 +1978,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2013-07-06 06:29:15" "time": "2013-08-09 06:58:24"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@@ -1985,6 +2042,7 @@
"leafo/lessphp": 20, "leafo/lessphp": 20,
"ptachoire/cssembed": 20, "ptachoire/cssembed": 20,
"simplepie/simplepie": 20, "simplepie/simplepie": 20,
"imagine/imagine": 20,
"fzaninotto/faker": 20 "fzaninotto/faker": 20
}, },
"platform": { "platform": {