1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00
php-e107/composer.json
Nick Liu 52ecd679e6
Replaced JavaScript minifier with one that works with PHP 8.0
(Looks like tedivm/jshrink is abandoned)
2020-11-30 12:55:03 +01:00

34 lines
1.1 KiB
JSON

{
"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",
"platform-check": false
},
"require": {
"php": ">=5.6",
"ext-json": "*",
"ext-pdo": "*",
"hybridauth/hybridauth": "^3.1.1",
"phpmailer/phpmailer": "^6.1",
"ifsnop/mysqldump-php": "^2.8",
"matthiasmullie/minify": "^1.3"
},
"require-dev": {}
}