1 Star 0 Fork 25

liuhongfei/php-console

forked from inhere/php-console 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
Inhere 提交于 2021-10-27 22:07 +08:00 . fix: dep package toolkit/fsutil not added
{
"name": "inhere/console",
"type": "library",
"description": "a php console library, provide console argument parse, console controller/command run, color style, user interactive, information show.",
"keywords": [
"cli",
"phar",
"color",
"console",
"console-color",
"command",
"command-line",
"console-application"
],
"homepage": "https://github.com/inhere/php-console",
"license": "MIT",
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://www.yzone.net/"
}
],
"require": {
"php": ">7.3.0",
"symfony/polyfill-php80": "~1.0",
"toolkit/cli-utils": "~1.0",
"toolkit/fsutil": "~1.0",
"toolkit/pflag": "~1.0",
"toolkit/stdlib": "~1.0",
"toolkit/sys-utils": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.1"
},
"autoload": {
"psr-4": {
"Inhere\\Console\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Inhere\\ConsoleTest\\": "test/"
}
},
"suggest": {
"symfony/process": "php process operation",
"padraic/phar-updater": "A thing to make PHAR self-updating easy and secure.",
"text/template": "Single-Class string template engine for PHP5/7 supporting if/loops/filters"
},
"scripts": {
"check-cs": "./php-cs-fixer fix --dry-run --diff --diff-format=udiff",
"cs-fix": "./php-cs-fixer fix"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/sandayleo/php-console.git
git@gitee.com:sandayleo/php-console.git
sandayleo
php-console
php-console
master

搜索帮助