-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
57 lines (54 loc) · 1.39 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
{
"name": "nette/sandbox",
"description": "The sandbox is a pre-packaged Nette Framework project, basic configured structure for your application.",
"homepage": "https://nette.org",
"type": "project",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"require": {
"php": ">=7.1",
"nette/application": "^3.0",
"nette/bootstrap": "^3.0",
"nette/caching": "^3.0",
"nette/database": "^3.0",
"nette/di": "^3.0",
"nette/finder": "^2.5",
"nette/forms": "^3.0",
"nette/http": "^3.0",
"nette/mail": "^3.0",
"nette/robot-loader": "^3.0",
"nette/safe-stream": "^2.4",
"nette/security": "^3.0",
"nette/utils": "^3.0",
"latte/latte": "^2.5",
"tracy/tracy": "^2.6",
"dg/adminer-custom": "^1.8",
"doctrine/orm": "2.6.3",
"doctrine/collections": "1.6.2",
"apitte/core": "v0.6.0",
"apitte/openapi": "v0.6.0",
"apitte/debug": "v0.6.0",
"apitte/presenter": "v0.6.0",
"symfony/console": "4.3.3",
"guzzlehttp/guzzle": "6.3.3"
},
"require-dev": {
"nette/tester": "^2.0",
"phpstan/phpstan": "0.11.*",
"phpstan/phpstan-nette": "0.11.*",
"phpstan/extension-installer": "1.0.*"
},
"autoload": {
"classmap": ["app/Bootstrap.php"]
},
"minimum-stability": "dev"
}