From 7b77b5e3dcf35c794f7f25ea6cb91cabc7b00c93 Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Thu, 14 Jan 2016 23:03:05 +0600 Subject: [PATCH] Dependencies fix --- composer.json | 1 + composer.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 1ed2130..effcc3f 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,7 @@ "ext-mbstring": "*" }, "require-dev": { + "symfony/yaml": "~2.1", "phpunit/phpunit": "4.8.*" } } diff --git a/composer.lock b/composer.lock index 6c8c084..a1f2ab7 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": "501637e2d9a1cd5bec0dcc870fe03f9a", - "content-hash": "8b778ee7abb2b4a2f677c05aae680e37", + "hash": "b1a0389b9a3ab7b1a29d59d1065ce375", + "content-hash": "174a09fafbf93ae7845a6f9187f4ca74", "packages": [], "packages-dev": [ { @@ -912,25 +912,25 @@ }, { "name": "symfony/yaml", - "version": "v3.0.1", + "version": "v2.8.2", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691" + "reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3df409958a646dad2bc5046c3fb671ee24a1a691", - "reference": "3df409958a646dad2bc5046c3fb671ee24a1a691", + "url": "https://api.github.com/repos/symfony/yaml/zipball/34c8a4b51e751e7ea869b8262f883d008a2b81b8", + "reference": "34c8a4b51e751e7ea869b8262f883d008a2b81b8", "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": { @@ -957,7 +957,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2015-12-26 13:39:53" + "time": "2016-01-13 10:28:07" } ], "aliases": [],