-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 882 Bytes
/
composer.json
File metadata and controls
40 lines (40 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "nette-camp/nextras-demo",
"require": {
"php": ">= 5.3.7",
"nette/application": "~2.3.0",
"nette/bootstrap": "~2.3.0",
"nette/caching": "~2.3.0",
"nette/database": "~2.3.0",
"nette/di": "~2.3.0",
"nette/finder": "~2.3.0",
"nette/forms": "~2.3.0",
"nette/http": "~2.3.0",
"nette/mail": "~2.3.0",
"nette/robot-loader": "~2.3.0",
"nette/safe-stream": "~2.3.0",
"nette/security": "~2.3.0",
"nette/utils": "~2.3.0",
"latte/latte": "~2.3.0",
"tracy/tracy": "~2.3.0",
"nextras/orm": "~1.1",
"nextras/migrations": "~3.0",
"kdyby/console": "~2.4"
},
"require-dev": {
"nette/tester": "~1.3"
},
"repositories": [
{
"type": "composer",
"url": "http://192.168.0.101:8080/satis/web/"
},
{
"packagist": false
}
],
"config": {
"preferred-install": "dist",
"optimize-autoloader": true
}
}