Skip to content

Commit dea9ae7

Browse files
committed
composer: updated dependencies
1 parent 01b3761 commit dea9ae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"require": {
1818
"php": ">=8.0 <8.3",
1919
"nette/finder": "^2.4 || ^3.0",
20-
"nette/utils": "^2.4 || ^3.0"
20+
"nette/utils": "^3.2 || ~4.0.0"
2121
},
2222
"require-dev": {
23-
"nette/tester": "^2.0",
24-
"nette/di": "^v3.0",
23+
"nette/tester": "^2.4",
24+
"nette/di": "^3.1 || ^4.0",
2525
"latte/latte": "^2.11 || ^3.0",
26-
"tracy/tracy": "^2.4",
27-
"phpstan/phpstan": "^0.12"
26+
"tracy/tracy": "^2.9",
27+
"phpstan/phpstan": "^1.0"
2828
},
2929
"suggest": {
3030
"ext-pdo_sqlite": "to use SQLiteStorage or SQLiteJournal"

0 commit comments

Comments
 (0)