From 9f50f28fc938fd57173c0acd1546d5da75b1ecc8 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 8 Jan 2014 10:32:20 +1300 Subject: [PATCH] Updated composer --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index bfdb4cb265..e8d4c682a7 100644 --- a/composer.lock +++ b/composer.lock @@ -11,12 +11,12 @@ "source": { "type": "git", "url": "https://github.com/leafo/lessphp.git", - "reference": "a11a6141b5715162b933c405379765d817891c5d" + "reference": "v0.3.9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/leafo/lessphp/zipball/a11a6141b5715162b933c405379765d817891c5d", - "reference": "a11a6141b5715162b933c405379765d817891c5d", + "url": "https://api.github.com/repos/leafo/lessphp/zipball/v0.3.9", + "reference": "v0.3.9", "shasum": "" }, "type": "library", @@ -48,17 +48,17 @@ }, { "name": "symfony/console", - "version": "v2.4.0", + "version": "v2.4.1", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c" + "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c", - "reference": "3c1496ae96d24ccc6c340fcc25f71d7a1ab4c12c", + "url": "https://api.github.com/repos/symfony/Console/zipball/4c1ed2ff514bd85ee186eebb010ccbdeeab05af7", + "reference": "4c1ed2ff514bd85ee186eebb010ccbdeeab05af7", "shasum": "" }, "require": { @@ -97,7 +97,7 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2013-11-27 09:10:40" + "time": "2014-01-01 08:14:50" }, { "name": "tedivm/jshrink", -- GitLab