Updated .lock

This commit is contained in:
Jonny Barnes 2016-05-24 13:08:41 +01:00
parent 645eb1db62
commit 4559a5bce9

37
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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "6303f502566131a9770f488130aab593", "hash": "4525beccb6fc2efeada96db7dbbedd9f",
"content-hash": "8acf6b6b6db3ef7f0418631e6d15eace", "content-hash": "b4fb100b154bd0655bee2f2edcca13eb",
"packages": [ "packages": [
{ {
"name": "anahkiasen/underscore-php", "name": "anahkiasen/underscore-php",
@ -59,16 +59,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.18.10", "version": "3.18.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "483e21b602fc5c9993437e6e04e44d936392c344" "reference": "12386ad98e3a76df29cee9475264b7364a50542f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/483e21b602fc5c9993437e6e04e44d936392c344", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/12386ad98e3a76df29cee9475264b7364a50542f",
"reference": "483e21b602fc5c9993437e6e04e44d936392c344", "reference": "12386ad98e3a76df29cee9475264b7364a50542f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -135,7 +135,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2016-05-18 20:23:24" "time": "2016-05-20 05:19:30"
}, },
{ {
"name": "barnabywalters/mf-cleaner", "name": "barnabywalters/mf-cleaner",
@ -1362,16 +1362,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "0.13.2", "version": "0.13.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "35ac362082ca983a8123df2ee2cdfcf456ab6295" "reference": "35816f39eb2498484fbb7b1495633a976ee1a8de"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/35ac362082ca983a8123df2ee2cdfcf456ab6295", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/35816f39eb2498484fbb7b1495633a976ee1a8de",
"reference": "35ac362082ca983a8123df2ee2cdfcf456ab6295", "reference": "35816f39eb2498484fbb7b1495633a976ee1a8de",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1382,6 +1382,7 @@
"colinodell/commonmark-php": "*" "colinodell/commonmark-php": "*"
}, },
"require-dev": { "require-dev": {
"cebe/markdown": "~1.0",
"erusev/parsedown": "~1.0", "erusev/parsedown": "~1.0",
"jgm/commonmark": "0.25", "jgm/commonmark": "0.25",
"michelf/php-markdown": "~1.4", "michelf/php-markdown": "~1.4",
@ -1426,7 +1427,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2016-03-27 19:10:13" "time": "2016-05-21 18:41:30"
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
@ -3932,16 +3933,16 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "0.9.4", "version": "0.9.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/padraic/mockery.git", "url": "https://github.com/padraic/mockery.git",
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b" "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/padraic/mockery/zipball/70bba85e4aabc9449626651f48b9018ede04f86b", "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
"reference": "70bba85e4aabc9449626651f48b9018ede04f86b", "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3969,7 +3970,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Padraic Brady", "name": "Pádraic Brady",
"email": "padraic.brady@gmail.com", "email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com" "homepage": "http://blog.astrumfutura.com"
}, },
@ -3993,7 +3994,7 @@
"test double", "test double",
"testing" "testing"
], ],
"time": "2015-04-02 19:54:00" "time": "2016-05-22 21:52:33"
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",