diff --git a/composer.lock b/composer.lock old mode 100755 new mode 100644 index 4c171e2..905ed06 --- a/composer.lock +++ b/composer.lock @@ -1,29 +1,29 @@ { "_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" ], "content-hash": "8bf93e0bdf11876d84b67869f3b48031", "packages": [ { "name": "latte/latte", - "version": "v2.7.0", + "version": "v2.10.6", "source": { "type": "git", "url": "https://github.com/nette/latte.git", - "reference": "b91c508a3c5a990c84da8daaf41ad165601858e2" + "reference": "8a9bd8af76557fc35abae639ab7b966af706fec9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/latte/zipball/b91c508a3c5a990c84da8daaf41ad165601858e2", - "reference": "b91c508a3c5a990c84da8daaf41ad165601858e2", + "url": "https://api.github.com/repos/nette/latte/zipball/8a9bd8af76557fc35abae639ab7b966af706fec9", + "reference": "8a9bd8af76557fc35abae639ab7b966af706fec9", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.1" + "php": ">=7.1 <8.2" }, "conflict": { "nette/application": "<2.4.1" @@ -42,10 +42,13 @@ "nette/php-generator": "to use tag {templatePrint}", "nette/utils": "to use filter |webalize" }, + "bin": [ + "bin/latte-lint" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-master": "2.10-dev" } }, "autoload": { @@ -81,7 +84,11 @@ "template", "twig" ], - "time": "2020-03-05T01:19:01+00:00" + "support": { + "issues": "https://github.com/nette/latte/issues", + "source": "https://github.com/nette/latte/tree/v2.10.6" + }, + "time": "2021-11-26T22:56:21+00:00" }, { "name": "nette/application", @@ -1382,5 +1389,6 @@ "php": ">= 7.1", "ext-json": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.1.0" }