Update composer.lock

This commit is contained in:
Frederic Guillot
2016-01-17 16:00:41 -05:00
parent e7a6147819
commit f2712e3e63
2 changed files with 27 additions and 22 deletions

42
composer.lock generated
View File

@@ -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": "b332807723e0000bb534941a15bafbb0",
"content-hash": "0ab11c95dc92ccabd766253dc026f108",
"hash": "3b4f1b31e90ca81927f3f839d42e21d7",
"content-hash": "ce69cdbd50f2d27eca033e98ae7ff1e4",
"packages": [
{
"name": "christian-riesen/base32",
@@ -627,16 +627,16 @@
},
{
"name": "symfony/console",
"version": "v2.8.1",
"version": "v2.8.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a"
"reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/2e06a5ccb19dcf9b89f1c6a677a39a8df773635a",
"reference": "2e06a5ccb19dcf9b89f1c6a677a39a8df773635a",
"url": "https://api.github.com/repos/symfony/console/zipball/d0239fb42f98dd02e7d342f793c5d2cdee0c478d",
"reference": "d0239fb42f98dd02e7d342f793c5d2cdee0c478d",
"shasum": ""
},
"require": {
@@ -683,20 +683,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2015-12-22 10:25:57"
"time": "2016-01-14 08:33:16"
},
{
"name": "symfony/event-dispatcher",
"version": "v2.8.1",
"version": "v2.8.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc"
"reference": "ee278f7c851533e58ca307f66305ccb9188aceda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a5eb815363c0388e83247e7e9853e5dbc14999cc",
"reference": "a5eb815363c0388e83247e7e9853e5dbc14999cc",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ee278f7c851533e58ca307f66305ccb9188aceda",
"reference": "ee278f7c851533e58ca307f66305ccb9188aceda",
"shasum": ""
},
"require": {
@@ -743,7 +743,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2015-10-30 20:15:42"
"time": "2016-01-13 10:28:07"
},
{
"name": "symfony/polyfill-mbstring",
@@ -808,16 +808,16 @@
"packages-dev": [
{
"name": "symfony/stopwatch",
"version": "v2.8.1",
"version": "v2.8.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "5f1e2ebd1044da542d2b9510527836e8be92b1cb"
"reference": "e3bc8e2a984f4382690a438c8bb650f3ffd71e73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/5f1e2ebd1044da542d2b9510527836e8be92b1cb",
"reference": "5f1e2ebd1044da542d2b9510527836e8be92b1cb",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/e3bc8e2a984f4382690a438c8bb650f3ffd71e73",
"reference": "e3bc8e2a984f4382690a438c8bb650f3ffd71e73",
"shasum": ""
},
"require": {
@@ -853,7 +853,7 @@
],
"description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com",
"time": "2015-10-30 20:15:42"
"time": "2016-01-03 15:33:41"
}
],
"aliases": [],
@@ -866,8 +866,14 @@
"prefer-lowest": false,
"platform": {
"php": ">=5.3",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-gd": "*"
"ext-hash": "*",
"ext-openssl": "*",
"ext-json": "*",
"ext-ctype": "*",
"ext-filter": "*",
"ext-session": "*"
},
"platform-dev": []
}