From fa34aaff3c87722d05a00354598136c2ca0ed5e5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 12:38:09 +0000 Subject: [PATCH] chore(deps): update league/commonmark requirement || ~1.0 Updates the requirements on [league/commonmark](https://github.com/thephpleague/commonmark) to permit the latest version. - [Release notes](https://github.com/thephpleague/commonmark/releases) - [Changelog](https://github.com/thephpleague/commonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/thephpleague/commonmark/compare/0.16.0...1.0.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 96c3a15..b991fcf 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "hoa/protocol" : "~1.0", "hoa/router" : "~3.0", "hoa/view" : "~3.0", - "league/commonmark": "~0.16", + "league/commonmark": "~0.16 || ~1.0", "nikic/php-parser" : "~4.0" }, "autoload": {