Skip to content

Commit 5efea03

Browse files
Add support for Latte 3.x.
1 parent 2502342 commit 5efea03

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
@@ -5,7 +5,7 @@
55
"description": "Reveal Static bugs in Configs Files and Templates",
66
"require": {
77
"php": ">=8.1",
8-
"latte/latte": "^2.11",
8+
"latte/latte": "^2.11|^3.0",
99
"nette/utils": "^3.2",
1010
"phpstan/phpstan": "^1.8.0",
1111
"symfony/console": "^6.1",

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.8.0",
1212
"symplify/astral": "^11.0",
1313
"symplify/package-builder": "^11.0",

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.8.0",
9-
"latte/latte": "^2.11",
9+
"latte/latte": "^2.11|^3.0",
1010
"symplify/astral": "^11.0",
1111
"symplify/rule-doc-generator-contracts": "^11.0",
1212
"symplify/package-builder": "^11.0",

0 commit comments

Comments
 (0)