Skip to content

Commit 186006b

Browse files
committed
composer: updated dependencies
1 parent 6dbc5cd commit 186006b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
],
1717
"require": {
1818
"php": ">=8.0 <8.2",
19-
"nette/finder": "^2.4 || ^3.0",
20-
"nette/utils": "^2.4 || ^3.0"
19+
"nette/finder": "^2.5.2 || ^3.0",
20+
"nette/utils": "^4.0"
2121
},
2222
"require-dev": {
23-
"nette/tester": "^2.0",
24-
"nette/di": "^v3.0",
23+
"nette/tester": "^2.4",
24+
"nette/di": "^v4.0",
2525
"latte/latte": "^2.11 || ^3.0",
26-
"tracy/tracy": "^2.4",
27-
"phpstan/phpstan": "^0.12"
26+
"tracy/tracy": "^2.8",
27+
"phpstan/phpstan": "^1.0"
2828
},
2929
"suggest": {
3030
"ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"

0 commit comments

Comments
 (0)