forked from dvelum/dvelum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
60 lines (60 loc) · 1.81 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
60
{
"name": "dvelum/dvelum",
"version": "2.1.0-dev",
"type": "project",
"description": "PHP/ExtJS-based web development platform",
"keywords": ["dvelum","php","extjs", "IDE", "orm"],
"homepage": "https://github.com/dvelum/dvelum",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Kirill Yegorov",
"email": "[email protected]",
"role": "Founder, Developer"
},{
"name": "Andrew Zamotaev",
"role": "Developer"
},{
"name": "Sergey Leschenko",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/dvelum/dvelum/issues",
"source": "https://github.com/dvelum/dvelum",
"docs": "https://docs.dvelum.net"
},
"config": {
"preferred-install": "dist",
"classmap-authoritative": true
},
"require": {
"php":">=7.2.0",
"ext-mysqli" : "*",
"ext-gd" : "*",
"ext-mbstring" : "*",
"ext-json": "*",
"composer/installers": "~1.0",
"oomphinc/composer-installers-extender": "^1.1",
"zendframework/zend-db": "^2.9.1",
"zendframework/zend-mail": "^2.8",
"psr/log": "^1.0",
"dvelum/extjs": "^6.2.0",
"matthiasmullie/minify": "~1.3",
"ckeditor/ckeditor":"^4.9"
},
"extra": {
"installer-types": ["js-library","dvelum-module", "library"],
"installer-paths": {
"www/js/lib/ckeditor": ["ckeditor/ckeditor"],
"www/js/lib/{$name}": ["type:js-library"],
"modules/{$vendor}/{$name}":["type:dvelum-module"]
}
},
"require-dev": {
"phpunit/phpunit": "^7",
"phpstan/phpstan": "^0.10",
"codacy/coverage": "dev-master"
}
}