Skip to content

Commit f38ad3d

Browse files
committed
removed support for Latte 2
1 parent 682a225 commit f38ad3d

29 files changed

+3
-1378
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"nette/application": "^3.0",
2525
"nette/di": "^3.0",
2626
"nette/tester": "^2.5.2",
27-
"latte/latte": "^2.10.2 || ^3.0.12",
27+
"latte/latte": "^3.0.12",
2828
"tracy/tracy": "^2.9",
2929
"phpstan/phpstan-nette": "^1"
3030
},
3131
"conflict": {
32-
"latte/latte": ">=3.0.0 <3.0.12 || >=3.1"
32+
"latte/latte": "<3.0.12"
3333
},
3434
"suggest": {
3535
"ext-intl": "to use date/time controls"

src/Bridges/FormsLatte/FormMacros.php

Lines changed: 0 additions & 330 deletions
This file was deleted.

src/Bridges/FormsLatte/Runtime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
/**
18-
* Runtime helpers for Latte v2 & v3.
18+
* Runtime helpers for Latte v3.
1919
* @internal
2020
*/
2121
class Runtime

tests/Forms.Latte2/FormMacros.button.phpt

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)