-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 869 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
{
"name": "chapcz/sandbox",
"autoload": {
"psr-4": {
"Chap\\": "app/"
}
},
"description": "Prepared Web project with Admin module",
"type": "project",
"license": ["MIT", "GPL-2.0", "GPL-3.0"],
"require": {
"php": ">= 7.2",
"nette/nette": "^3.0",
"chapcz/chap-adminlte": "^2.1.1",
"ublaboo/datagrid": "^6.2",
"nextras/form-components": "^1.0",
"nextras/forms-rendering": "^1.0",
"nextras/secured-links": "1.5.0",
"kdyby/translation": "^3.0",
"salamek/raven-nette": "^1.3",
"nettrine/orm": "0.6.1",
"nettrine/cache": "^0.2",
"nettrine/hydrator": "dev-master",
"machy8/webloader": "^1.3",
"nepada/form-renderer": "^1.3",
"kdyby/doctrine-magic-accessors": "1.0.0",
"kdyby/autowired": "2.0.*",
"ext-json": "*",
"ext-curl": "*"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"nette/tester": "^1.6"
}
}