-
Notifications
You must be signed in to change notification settings - Fork 56
/
composer.json
36 lines (36 loc) · 954 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
36
{
"name": "evolutioncms/evolution",
"description": "Evolution CMS is a Content Management System, ex MODX Evolution",
"type": "project",
"keywords": [
"content",
"CMS",
"routing",
"templating"
],
"homepage": "http://evo.im/",
"license": "GPL-2.0+",
"authors": [
{
"name": "Dmytro Lukianenko",
"email": "[email protected]",
"homepage": "http://dmi3yy.com",
"role": "Developer"
}
],
"support": {
"docs": "http://docs.evo.im",
"email": "[email protected]",
"telegram": "https://t.me/evolutioncms",
"issues": "https://github.com/evolution-cms/evolution/issues/",
"source": "https://github.com/evolution-cms/evolution/"
},
"config": {
"vendor-dir": "vendor"
},
"require": {
"php": ">=5.6"
},
"minimum-stability": "dev",
"prefer-stable": true
}