last minute composer update [skip ci]

Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
James Cole 2016-05-22 16:43:47 +02:00
parent 7e6d3c9d6b
commit afc794513f
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

11
composer.lock generated
View File

@ -1038,16 +1038,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": {
@ -1058,6 +1058,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",
@ -1102,7 +1103,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2016-03-27 19:10:13" "time": "2016-05-21 18:41:30"
}, },
{ {
"name": "league/csv", "name": "league/csv",