Skip to content

Commit 4673c7e

Browse files
authored
Update composer.json
use Nette v3
1 parent 74d6dd6 commit 4673c7e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,19 @@
3030
},
3131
"require": {
3232
"php": ">=5.6",
33-
"nette/utils": "~2.4",
34-
"nette/forms": "~2.2",
33+
"nette/utils": "^3.0",
34+
"nette/forms": "^3.0",
3535
"latte/latte": "~2.3",
36-
"nette/application": "~2.2",
37-
"nette/component-model": "~2.2",
36+
"nette/application": "^3.0",
37+
"nette/component-model": "^3.0",
3838
"symfony/property-access": "~3.0"
3939
},
4040
"require-dev": {
4141
"tracy/tracy": "~2.3",
42-
"nette/bootstrap": "~2.3",
43-
"nette/database": "~2.2",
44-
"nette/tester": "~1.7.1",
42+
"nette/bootstrap": "^3.0",
43+
"nette/tester": "~2.3",
4544
"mockery/mockery": "~0.9.3",
4645
"dibi/dibi": "~3.0.1",
47-
"kdyby/doctrine": "~3.1.2",
4846
"squizlabs/php_codesniffer": "~2.5"
4947
}
5048
}

0 commit comments

Comments
 (0)