diff --git a/cms/kirby/composer.lock b/cms/kirby/composer.lock old mode 100755 new mode 100644 index 5b93341..1cb3dcb --- a/cms/kirby/composer.lock +++ b/cms/kirby/composer.lock @@ -1,29 +1,32 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "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#installing-dependencies", "This file is @generated automatically" ], - "hash": "d6155ffea5babbaf330e1c1b25138526", "content-hash": "365082a13ca47f73a117e3a1fcc4c5cc", "packages": [ { "name": "erusev/parsedown", - "version": "1.6.1", + "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", - "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb" + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erusev/parsedown/zipball/20ff8bbb57205368b4b42d094642a3e52dac85fb", - "reference": "20ff8bbb57205368b4b42d094642a3e52dac85fb", + "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", + "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.3.0" }, + "require-dev": { + "phpunit/phpunit": "^4.8.35" + }, "type": "library", "autoload": { "psr-0": { @@ -47,7 +50,11 @@ "markdown", "parser" ], - "time": "2016-11-02 15:56:58" + "support": { + "issues": "https://github.com/erusev/parsedown/issues", + "source": "https://github.com/erusev/parsedown/tree/1.7.x" + }, + "time": "2019-12-30T22:54:17+00:00" }, { "name": "erusev/parsedown-extra", @@ -91,7 +98,7 @@ "parsedown", "parser" ], - "time": "2015-11-01 10:19:22" + "time": "2015-11-01T10:19:22+00:00" }, { "name": "filp/whoops", @@ -151,7 +158,7 @@ "whoops", "zf2" ], - "time": "2016-10-11 15:32:23" + "time": "2016-10-11T15:32:23+00:00" }, { "name": "getkirby/smartypants", @@ -184,7 +191,7 @@ "keywords": [ "smartypants" ], - "time": "2016-11-03 10:35:44" + "time": "2016-11-03T10:35:44+00:00" }, { "name": "getkirby/toolkit", @@ -225,7 +232,7 @@ "keywords": [ "toolkit" ], - "time": "2016-12-11 12:08:36" + "time": "2016-12-11T12:08:36+00:00" } ], "packages-dev": [], @@ -239,5 +246,6 @@ "ext-mbstring": "*", "ext-gd": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }