BiFace_Server_Lite/vendor/moonlandsoft/yii2-phpexcel/composer.json
2020-03-27 10:13:51 +07:00

23 lines
553 B
JSON

{
"name": "moonlandsoft/yii2-phpexcel",
"description": "Exporting PHP to Excel or Importing Excel to PHP",
"type": "yii2-extension",
"keywords": ["yii2","extension","excel","xls","export","import"],
"license": "MIT",
"authors": [
{
"name": "Moh Khoirul Anam",
"email": "moh.khoirul.anaam@gmail.com"
}
],
"require": {
"yiisoft/yii2": "*",
"phpoffice/phpexcel": "*"
},
"autoload": {
"psr-4": {
"moonland\\phpexcel\\": ""
}
}
}