-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 930 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 930 Bytes
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
{
"name": "chapcz/sandbox",
"description": "Prepaired Web project wit Admin module",
"type": "project",
"license": ["MIT", "GPL-2.0", "GPL-3.0"],
"minimum-stability": "stable",
"require": {
"php": ">= 5.5",
"nette/nette": "^2.3",
"janmarek/webloader": "dev-master",
"chapcz/admin": "0.1",
"kdyby/doctrine": "3.1.*",
"instante/bootstrap-3-renderer": "1.2.*",
"ublaboo/datagrid": "5.0.*",
"leafo/lessphp": "0.5.*",
"leafo/scssphp": "0.6.*",
"nextras/mail-panel": "2.3.*",
"nextras/secured-links": "1.3.*",
"kdyby/doctrine-magic-accessors":"0.*",
"kdyby/doctrine-collections-lazy": "0.*",
"kdyby/doctrine-collections-readonly": "v0.2",
"joseki/webloader-filters": "1.0.*",
"chapcz/doctrine-forms": "0.*",
"ondrejbrejla/eciovni": "1.0.*",
"kdyby/autowired":"1.4.*",
"kdyby/console": "2.6.*",
"vojtech-dobes/nette-ajax-history": "2.0.*"
},
"require-dev": {
"nette/tester": "^1.6"
}
}