2 Star 2 Fork 1

Wang Ningkai / OLAINDEX-CMD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Wang Ningkai 提交于 2018-11-22 21:09 . update composer.json
{
"name": "wangningkai/olaindex-cmd",
"description": "✨ Another OneDrive Command Line Client.",
"keywords": ["OneDrive","framework", "laravel", "laravel zero", "console", "cli"],
"type": "project",
"license": "MIT",
"authors": [
{
"name": "wangningkai",
"email": "ningkai.wang@live.com",
"homepage": "https://imwnk.cn",
"role": "PHP Developer"
}
],
"require": {
"php": "^7.1.3",
"ext-bcmath": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-fileinfo": "*",
"ext-openssl":"*",
"guzzlehttp/guzzle": "^6.3",
"illuminate/log": "5.7.*",
"laravel-zero/framework": "5.7.*",
"vlucas/phpdotenv": "^2.5"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.3"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"ext-posix": "0"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["olaindex"]
}
PHP
1
https://gitee.com/wangningkai/OLAINDEX-CMD.git
git@gitee.com:wangningkai/OLAINDEX-CMD.git
wangningkai
OLAINDEX-CMD
OLAINDEX-CMD
master

搜索帮助