Bump latte/latte from 2.6.2 to 2.10.6

Bumps [latte/latte](https://github.com/nette/latte) from 2.6.2 to 2.10.6.
- [Release notes](https://github.com/nette/latte/releases)
- [Commits](https://github.com/nette/latte/compare/v2.6.2...v2.10.6)

---
updated-dependencies:
- dependency-name: latte/latte
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-06 20:57:22 +00:00 committed by GitHub
parent 3c3e885062
commit 9d04a0aa83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 11 deletions

View file

@ -6,7 +6,7 @@
"nette/di": "^3.0",
"nette/database": "^3.0",
"swiftmailer/swiftmailer": "^6.2",
"latte/latte": "2.6.2",
"latte/latte": "2.10.6",
"nette/safe-stream": "^2.4",
"nette/tokenizer": "^3.1",
"firebase/php-jwt": "^5.0",

25
composer.lock generated
View file

@ -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": "76f59461b8fad6bb5270bff7abcb129e",
"content-hash": "70643d6c48a373925a21f1d4396733f1",
"packages": [
{
"name": "doctrine/lexer",
@ -478,27 +478,28 @@
},
{
"name": "latte/latte",
"version": "v2.6.2",
"version": "v2.10.6",
"source": {
"type": "git",
"url": "https://github.com/nette/latte.git",
"reference": "bb3e57a815cb48ed282671ec206caae531aa2985"
"reference": "8a9bd8af76557fc35abae639ab7b966af706fec9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/latte/zipball/bb3e57a815cb48ed282671ec206caae531aa2985",
"reference": "bb3e57a815cb48ed282671ec206caae531aa2985",
"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"
},
"require-dev": {
"nette/php-generator": "^3.3.4",
"nette/tester": "~2.0",
"nette/utils": "^3.0",
"phpstan/phpstan": "^0.12",
@ -508,12 +509,16 @@
"ext-fileinfo": "to use filter |datastream",
"ext-iconv": "to use filters |reverse, |substring",
"ext-mbstring": "to use filters like lower, upper, capitalize, ...",
"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.6-dev"
"dev-master": "2.10-dev"
}
},
"autoload": {
@ -551,9 +556,9 @@
],
"support": {
"issues": "https://github.com/nette/latte/issues",
"source": "https://github.com/nette/latte/tree/v2.6"
"source": "https://github.com/nette/latte/tree/v2.10.6"
},
"time": "2020-03-04T09:44:23+00:00"
"time": "2021-11-26T22:56:21+00:00"
},
{
"name": "nette/caching",
@ -2496,5 +2501,5 @@
"php": "~7.3"
},
"platform-dev": [],
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.1.0"
}