Use latest commonmark

This commit is contained in:
Jonny Barnes 2016-07-13 15:51:59 +01:00
parent d656c2059a
commit a93180cac7
2 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@
"martinbean/laravel-sluggable-trait": "0.2.*", "martinbean/laravel-sluggable-trait": "0.2.*",
"indieauth/client": "~0.1", "indieauth/client": "~0.1",
"ezyang/htmlpurifier": "~4.6", "ezyang/htmlpurifier": "~4.6",
"league/commonmark": "^0.13.0", "league/commonmark": "^0.14.0",
"spatie/laravel-medialibrary": "^4.0", "spatie/laravel-medialibrary": "^4.0",
"league/flysystem-aws-s3-v3": "^1.0", "league/flysystem-aws-s3-v3": "^1.0",
"phaza/laravel-postgis": "~3.1", "phaza/laravel-postgis": "~3.1",

16
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": "e17d58f5ff05d8a71261984fb22e0757", "hash": "f353d67fde3ccad2d10d6ded9ef3778a",
"content-hash": "875c8207087b92da0cffdf369815dd27", "content-hash": "74cc6cb201324d06d26c1df3bcc92475",
"packages": [ "packages": [
{ {
"name": "anahkiasen/underscore-php", "name": "anahkiasen/underscore-php",
@ -1321,16 +1321,16 @@
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
"version": "0.13.4", "version": "0.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/commonmark.git", "url": "https://github.com/thephpleague/commonmark.git",
"reference": "83f8210427fb01f671e272bb8d44b4ed3a94d459" "reference": "b73c0b7288bd0e6f9f56bd0b20d0657214b91838"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/83f8210427fb01f671e272bb8d44b4ed3a94d459", "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b73c0b7288bd0e6f9f56bd0b20d0657214b91838",
"reference": "83f8210427fb01f671e272bb8d44b4ed3a94d459", "reference": "b73c0b7288bd0e6f9f56bd0b20d0657214b91838",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1359,7 +1359,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.14-dev" "dev-master": "0.15-dev"
} }
}, },
"autoload": { "autoload": {
@ -1386,7 +1386,7 @@
"markdown", "markdown",
"parser" "parser"
], ],
"time": "2016-06-14 14:49:29" "time": "2016-07-02 18:48:39"
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",