Skip to content

Commit

Permalink
Drop support for Latte <2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Jun 8, 2020
1 parent 658e188 commit b9882e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -31,7 +31,7 @@
"nepada/coding-standard": "^7.1.1",
"nette/bootstrap": "^3.0@dev",
"nette/di": "^3.0.1@dev",
"latte/latte": "^2.5.3@dev",
"latte/latte": "^2.7@dev",
"nepada/template-factory": "2.2.0@dev",
"nette/http": "^3.0@dev"
},
Expand Down
3 changes: 0 additions & 3 deletions phpstan.neon.dist
Expand Up @@ -20,6 +20,3 @@ parameters:
- # intended
message: '#PHPDoc tag @throws with type Latte\\CompileException is not compatible with parent#'
path: src/Bridges/TexyLatte/TexyModeMacro.php
- # intended
message: '#Return type \(void\) of method Nepada\\Bridges\\TexyLatte\\TexyModeMacro::nodeOpened\(\) should be compatible#'
path: src/Bridges/TexyLatte/TexyModeMacro.php

0 comments on commit b9882e4

Please sign in to comment.