diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 index 3797523..9c8a878 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { "erusev/parsedown": "^1.7", - "mustache/mustache": "2.12.0" + "mustache/mustache": "2.14.1" } } diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 55f40f4..7b16140 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f0c1c2a59015d1369d0a818f5c523eed", + "content-hash": "d374c560f82d7ce220285d531695421e", "packages": [ { "name": "erusev/parsedown", @@ -54,16 +54,16 @@ }, { "name": "mustache/mustache", - "version": "v2.12.0", + "version": "v2.14.1", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", - "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e" + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e", - "reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e", + "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/579ffa5c96e1d292c060b3dd62811ff01ad8c24e", + "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e", "shasum": "" }, "require": { @@ -96,7 +96,11 @@ "mustache", "templating" ], - "time": "2017-07-11T12:54:05+00:00" + "support": { + "issues": "https://github.com/bobthecow/mustache.php/issues", + "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.1" + }, + "time": "2022-01-21T06:08:36+00:00" } ], "packages-dev": [], @@ -106,5 +110,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }