1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00
php-e107/composer.json

33 lines
1.1 KiB
JSON
Raw Normal View History

2018-11-06 08:03:40 -06:00
{
"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"
},
2018-11-06 08:03:40 -06:00
"vendor-dir": "e107_handlers/vendor"
},
"require": {
"php": ">=5.6",
2020-03-14 12:33:30 -05:00
"ext-json": "*",
"ext-pdo": "*",
2020-02-29 10:28:04 -08:00
"hybridauth/hybridauth": "^3.1.1",
"phpmailer/phpmailer": "^6.1",
"tedivm/jshrink": "^1.3",
"ifsnop/mysqldump-php": "^2.8"
2020-02-29 10:28:04 -08:00
},
"require-dev": {}
2018-11-06 08:03:40 -06:00
}