forked from e107inc/e107
-
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) · 1.06 KB
/
composer.json
File metadata and controls
32 lines (32 loc) · 1.06 KB
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": "e107inc/e107",
"description": "e107 is a free (open-source) content management system which allows you to easily manage and publish your content online. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, Websites, Intranets - e107 does it all.",
"type": "project",
"keywords": ["e107", "cms"],
"homepage": "https://e107.org/",
"readme": "README.md",
"license": "GPL-3.0-or-later",
"support": {
"issues": "https://github.com/e107inc/e107/issues",
"forum": "https://e107help.org/",
"wiki": "https://github.com/e107inc/e107/wiki",
"irc": "https://gitter.im/e107inc/e107",
"source": "https://github.com/e107inc/e107"
},
"config": {
"platform": {
"php": "5.6"
},
"vendor-dir": "e107_handlers/vendor"
},
"require": {
"php": ">=5.6",
"ext-json": "*",
"ext-pdo": "*",
"hybridauth/hybridauth": "^3.1.1",
"phpmailer/phpmailer": "^6.1",
"tedivm/jshrink": "^1.3",
"ifsnop/mysqldump-php": "^2.8"
},
"require-dev": {}
}