update to 1.0.0

This commit is contained in:
crazywhalecc
2022-05-28 07:25:25 +08:00
parent 147c2e3b59
commit 572e0845b1
13 changed files with 617 additions and 74 deletions

View File

@@ -3,11 +3,10 @@
"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",
"php": ">=8.0",
"zhamao/framework": "^2.4",
"ext-json": "*"
},