mirror of
https://github.com/crazywhalecc/quick-shell.git
synced 2026-07-09 01:35:39 +08:00
Initial commit
This commit is contained in:
29
composer.json
Normal file
29
composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "crazywhalecc/quick-shell",
|
||||
"description": "Run Shell Scripts as Fast as Possible",
|
||||
"minimum-stability": "stable",
|
||||
"license": "Apache-2.0",
|
||||
"version": "1.0.0",
|
||||
"type": "project",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"zhamao/framework": "^2.4",
|
||||
"ext-json": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"swoole/ide-helper": "@dev"
|
||||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": "vendor/bin/start init",
|
||||
"post-update-cmd": "vendor/bin/start check:config"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"QuickShell\\": "src/QuickShell"
|
||||
},
|
||||
"files": [
|
||||
"src/QuickShell/global_function.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user