Skip to content

Commit 549fc47

Browse files
Add support for Latte 3.x.
1 parent 988d1ba commit 549fc47

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Reveal Static bugs in Configs Files and Templates",
55
"require": {
66
"php": ">=8.1",
7-
"latte/latte": "^2.11",
7+
"latte/latte": "^2.11|^3.0",
88
"nette/application": "^3.1",
99
"nette/bootstrap": "^3.1",
1010
"nette/di": "^3.0",

packages/latte-phpstan-compiler/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=8.1",
88
"nette/utils": "^3.2",
99
"nette/application": "^3.1",
10-
"latte/latte": "^2.11",
10+
"latte/latte": "^2.11|^3.0",
1111
"phpstan/phpstan": "^1.5.6",
1212
"symplify/astral": "^10.0",
1313
"symplify/package-builder": "^10.2",

packages/reveal-latte/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.1",
88
"phpstan/phpstan": "^1.5.6",
9-
"latte/latte": "^2.11",
9+
"latte/latte": "^2.11|^3.0",
1010
"symplify/astral": "^10.0",
1111
"symplify/rule-doc-generator-contracts": "^10.2",
1212
"symplify/package-builder": "^10.2",

0 commit comments

Comments
 (0)