Skip to content

Commit

Permalink
Add support for Latte 3.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed Sep 28, 2022
1 parent 2502342 commit 5efea03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Reveal Static bugs in Configs Files and Templates",
"require": {
"php": ">=8.1",
"latte/latte": "^2.11",
"latte/latte": "^2.11|^3.0",
"nette/utils": "^3.2",
"phpstan/phpstan": "^1.8.0",
"symfony/console": "^6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/latte-phpstan-compiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=8.1",
"nette/utils": "^3.2",
"nette/application": "^3.1",
"latte/latte": "^2.11",
"latte/latte": "^2.11|^3.0",
"phpstan/phpstan": "^1.8.0",
"symplify/astral": "^11.0",
"symplify/package-builder": "^11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reveal-latte/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=8.1",
"phpstan/phpstan": "^1.8.0",
"latte/latte": "^2.11",
"latte/latte": "^2.11|^3.0",
"symplify/astral": "^11.0",
"symplify/rule-doc-generator-contracts": "^11.0",
"symplify/package-builder": "^11.0",
Expand Down

0 comments on commit 5efea03

Please sign in to comment.