From a6f605737bed4e01e6f839c916ca35498a1c22ff Mon Sep 17 00:00:00 2001 From: Dieter Devlieghere Date: Sun, 24 Apr 2016 21:21:15 +0200 Subject: [PATCH] Fixing build on PHP 5.4, require symfony/yaml 2.8 on dev --- composer.json | 1 + composer.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 8c37ea1e7..1d057e437 100644 --- a/composer.json +++ b/composer.json @@ -21,6 +21,7 @@ "psr/log": "1.0.0" }, "require-dev": { + "symfony/yaml": "2.8", "phpunit/phpunit": "4.8.*" }, "autoload": { diff --git a/composer.lock b/composer.lock index 28aaa7b35..9b7a6bffa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "982a84fa6d8e66e5fe7bfb9823bace75", - "content-hash": "f00e1b2754509617130d07e05bdcebf6", + "hash": "de1ec668a0b1e5ce439cc59a15edae16", + "content-hash": "dbf3d5f340e4ba8fa2e945cef1957970", "packages": [ { "name": "psr/log", @@ -454,16 +454,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.23", + "version": "4.8.24", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483" + "reference": "a1066c562c52900a142a0e2bbf0582994671385e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e351261f9cd33daf205a131a1ba61c6d33bd483", - "reference": "6e351261f9cd33daf205a131a1ba61c6d33bd483", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1066c562c52900a142a0e2bbf0582994671385e", + "reference": "a1066c562c52900a142a0e2bbf0582994671385e", "shasum": "" }, "require": { @@ -522,7 +522,7 @@ "testing", "xunit" ], - "time": "2016-02-11 14:56:33" + "time": "2016-03-14 06:16:08" }, { "name": "phpunit/phpunit-mock-objects", @@ -953,25 +953,25 @@ }, { "name": "symfony/yaml", - "version": "v3.0.3", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c" + "reference": "f79824187de95064a2f5038904c4d7f0227fedb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/b5ba64cd67ecd6887f63868fa781ca094bd1377c", - "reference": "b5ba64cd67ecd6887f63868fa781ca094bd1377c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/f79824187de95064a2f5038904c4d7f0227fedb5", + "reference": "f79824187de95064a2f5038904c4d7f0227fedb5", "shasum": "" }, "require": { - "php": ">=5.5.9" + "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "2.8-dev" } }, "autoload": { @@ -998,7 +998,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2016-02-23 15:16:06" + "time": "2015-11-30 12:35:10" } ], "aliases": [],