Skip to content

Commit

Permalink
bump deps, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gappa committed Jun 6, 2022
1 parent 387a3d2 commit 1eb7455
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"psr-4": { "WebLoader\\Test\\": "tests/" }
},
"require": {
"php": ">= 7.4",
"php": "^8.0",
"nette/application": "^3.1",
"nette/di": "^3.0",
"nette/utils": "^3.2",
"ext-json": "*",
"nette/schema": "^1.2",
"nette/finder": "^2.5",
"latte/latte": "^2.10",
"latte/latte": "^3.0",
"tracy/tracy": "^2.8"
},
"suggest": {
Expand All @@ -52,7 +52,7 @@
"phpstan/phpstan": "^1.0.0",
"phpstan/phpstan-nette": "^1.0.0",
"roave/security-advisories": "dev-master",
"symfony/console": "^4.2.9|^5.0.0",
"symfony/console": "^4.2.9|^5.0.0|^6.0.0",
"phpstan/phpstan-mockery": "^1.0.0",
"tubalmartin/cssmin": "^4.1",
"tedivm/jshrink": "^1.3"
Expand Down
2 changes: 1 addition & 1 deletion src/Nette/Diagnostics/Panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace WebLoader\Nette\Diagnostics;

use Latte;
use Latte\Runtime\Filters;
use Latte\Essential\Filters;
use Tracy\Debugger;
use Tracy\IBarPanel;
use WebLoader\Compiler;
Expand Down

0 comments on commit 1eb7455

Please sign in to comment.