From 0d0b8c8d4e36d6a76523799ed07b2191ac74e007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 20:57:01 +0000 Subject: [PATCH] Bump latte/latte from 2.10.1 to 2.10.6 Bumps [latte/latte](https://github.com/nette/latte) from 2.10.1 to 2.10.6. - [Release notes](https://github.com/nette/latte/releases) - [Commits](https://github.com/nette/latte/compare/v2.10.1...v2.10.6) --- updated-dependencies: - dependency-name: latte/latte dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index f679c3d..8afed54 100644 --- a/composer.lock +++ b/composer.lock @@ -126,22 +126,22 @@ }, { "name": "latte/latte", - "version": "v2.10.1", + "version": "v2.10.6", "source": { "type": "git", "url": "https://github.com/nette/latte.git", - "reference": "0787008cc4aecb0d741a143081cb5038b4a4fd43" + "reference": "8a9bd8af76557fc35abae639ab7b966af706fec9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/latte/zipball/0787008cc4aecb0d741a143081cb5038b4a4fd43", - "reference": "0787008cc4aecb0d741a143081cb5038b4a4fd43", + "url": "https://api.github.com/repos/nette/latte/zipball/8a9bd8af76557fc35abae639ab7b966af706fec9", + "reference": "8a9bd8af76557fc35abae639ab7b966af706fec9", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.1 <8.1" + "php": ">=7.1 <8.2" }, "conflict": { "nette/application": "<2.4.1" @@ -160,6 +160,9 @@ "nette/php-generator": "to use tag {templatePrint}", "nette/utils": "to use filter |webalize" }, + "bin": [ + "bin/latte-lint" + ], "type": "library", "extra": { "branch-alias": { @@ -201,9 +204,9 @@ ], "support": { "issues": "https://github.com/nette/latte/issues", - "source": "https://github.com/nette/latte/tree/v2.10.1" + "source": "https://github.com/nette/latte/tree/v2.10.6" }, - "time": "2021-01-26T13:15:35+00:00" + "time": "2021-11-26T22:56:21+00:00" }, { "name": "nette/application", @@ -2065,5 +2068,5 @@ "ext-pdo": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }