-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
59 lines (59 loc) · 1.36 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "condroid/server",
"description": "Condroid server",
"minimum-stability": "stable",
"authors": [
{
"name": "Jan Langer",
"email": "[email protected]"
}
],
"require": {
"php": "^7.0",
"composer/ca-bundle": "^1.1.0",
"dg/twitter-php": "^3.6",
"doctrine/orm": "^2.5.5",
"guzzlehttp/guzzle": "^6.3.0",
"kdyby/console": "^2.7.1",
"kdyby/doctrine": "^3.3.0",
"kdyby/monolog": "^1.3.2",
"latte/latte": "^2.4",
"nette/application": "^2.4",
"nette/bootstrap": "^2.4",
"nette/caching": "^2.5",
"nette/component-model": "^2.3",
"nette/di": "^2.4",
"nette/forms": "^2.4",
"nette/http": "^2.4",
"nette/neon": "^2.4",
"nette/php-generator": "^2.4",
"nette/reflection": "^2.4",
"nette/robot-loader": "^3.0",
"nette/security": "^2.4",
"nette/utils": "^2.4",
"nextras/datagrid": "~2.0",
"nextras/forms": "~2.0.4",
"nextras/latte-macros": "~1.0",
"quinix/presenter-link-panel": "~1.0",
"roave/security-advisories": "dev-master",
"tracy/tracy": "^2.4"
},
"require-dev": {
"consistence/coding-standard": "^2.2.1",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.9.1",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-nette": "^0.9.0",
"slevomat/coding-standard": "^4.4.6"
},
"autoload": {
"classmap": [
"app",
"libs"
]
},
"config": {
"process-timeout": 0,
"sort-packages": true
}
}