-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
56 lines (56 loc) · 1.64 KB
/
composer.json
File metadata and controls
56 lines (56 loc) · 1.64 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "teddy/framework",
"description": "Framework for MMOBB-Games",
"type": "project",
"license": ["MIT"],
"minimum-stability": "dev",
"authors": [
{
"name": "Tom Bartoň"
}
],
"require": {
"php": ">= 5.3.7",
"nette/application": "~2.3.0@stable",
"nette/bootstrap": "~2.3.0@stable",
"nette/caching": "~2.3.0@stable",
"nette/di": "~2.3.0@stable",
"nette/finder": "~2.3.0@stable",
"nette/forms": "~2.3.0@stable",
"nette/http": "~2.3.0@stable",
"nette/mail": "~2.3.0@stable",
"nette/robot-loader": "~2.3.0@stable",
"nette/safe-stream": "~2.3.0@stable",
"nette/security": "~2.3.0@stable",
"nette/utils": "~2.3.0@stable",
"latte/latte": "~2.3.0@stable",
"tracy/tracy": "~2.3.0@stable",
"kdyby/doctrine": "~3.0@stable",
"oyejorge/less.php": "~1.7",
"doctrine/migrations": "@dev",
"zenify/doctrine-migrations": "~2.0",
"ipub/visual-paginator": "@dev",
"teddy/publisher": "@dev",
"janmarek/webloader": "^2.4@stable",
"nella/forms-datetime": "^2.3",
"kdyby/clock": "^0.3.0",
"kdyby/console": "2.6.*@stable"
},
"require-dev": {
"nette/tester": "~1.3.0",
"nette/code-checker": "dev-devel",
"kdyby/tester-extras": "@dev",
"mockery/mockery": "^0.9.4"
},
"autoload": {
"psr-4": {
"Teddy\\": "app/"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rohlikcz/nette-code-checker.git"
}
]
}