Skip to content

Commit 42a9bf1

Browse files
committed
composer: updated dependencies
1 parent 775a380 commit 42a9bf1

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
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=7.1",
19-
"nette/component-model": "^3.0.0-RC1",
19+
"nette/component-model": "^3.0",
2020
"nette/http": "^3.0",
2121
"nette/routing": "~3.0.0",
2222
"nette/utils": "^3.0"
@@ -27,11 +27,11 @@
2727
},
2828
"require-dev": {
2929
"nette/tester": "^2.0.1",
30-
"nette/di": "^v3.0.0-beta2",
31-
"nette/forms": "^3.0.0-RC1",
32-
"nette/robot-loader": "^2.4.2 || ^3.0",
30+
"nette/di": "^v3.0",
31+
"nette/forms": "^3.0",
32+
"nette/robot-loader": "^3.0",
3333
"nette/security": "^3.0",
34-
"latte/latte": "^3.0",
34+
"latte/latte": "^2.5",
3535
"tracy/tracy": "^2.6",
3636
"mockery/mockery": "^1.0"
3737
},

0 commit comments

Comments
 (0)