-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 941 Bytes
/
composer.json
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
{
"name": "chatujme/plbot-api",
"description": "API functions for pLBOT",
"type": "project",
"license": ["MIT", "BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"minimum-stability": "dev",
"require": {
"php": ">= 5.4.0",
"nette/application": "^2.3.14",
"nette/bootstrap": "^2.3",
"nette/caching": "^2.3",
"nette/database": "^2.3",
"nette/di": "^2.3",
"nette/finder": "^2.3",
"nette/forms": "^2.3",
"nette/http": "^2.3",
"nette/mail": "^2.3",
"nette/robot-loader": "^2.3",
"nette/safe-stream": "^2.3",
"nette/security": "^2.3",
"nette/utils": "^2.3",
"latte/latte": "^2.3",
"tracy/tracy": "^2.3",
"lury/lury-tools": "dev-master"
},
"require-dev": {
"nette/tester": "^1.6"
},
"repositories": [{
"type": "vcs",
"url": "ssh://[email protected]:2202/lury/lury-tools.git"
},
{
"type": "vcs",
"url": "https://github.com/academe/sugarrestapi"
}
]
}