Skip to content

Commit

Permalink
removed support for Latte 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed May 19, 2024
1 parent 8cb88f3 commit 92fd77f
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 1,378 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"nette/application": "^3.0",
"nette/di": "^3.0",
"nette/tester": "^2.5.2",
"latte/latte": "^2.10.2 || ^3.0.12",
"latte/latte": "^3.0.12",
"tracy/tracy": "^2.9",
"phpstan/phpstan-nette": "^1"
},
"conflict": {
"latte/latte": ">=3.0.0 <3.0.12 || >=3.1"
"latte/latte": "<3.0.12"
},
"suggest": {
"ext-intl": "to use date/time controls"
Expand Down
330 changes: 0 additions & 330 deletions src/Bridges/FormsLatte/FormMacros.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Bridges/FormsLatte/Runtime.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


/**
* Runtime helpers for Latte v2 & v3.
* Runtime helpers for Latte v3.
* @internal
*/
class Runtime
Expand Down
35 changes: 0 additions & 35 deletions tests/Forms.Latte2/FormMacros.button.phpt

This file was deleted.

0 comments on commit 92fd77f

Please sign in to comment.