require 版本调整
Showing
| ... | ... | @@ -15,21 +15,21 @@ |
| "ext-gd": "*", | ||
| "ext-curl": "*", | ||
| "ext-mbstring": "*", | ||
| "hyperf/cache": "~2.1.0", | ||
| "hyperf/framework": "~2.1.0", | ||
| "hyperf/db-connection": "~2.1.0", | ||
| "hyperf/validation": "~2.1.0", | ||
| "hyperf/command": "~2.1.0", | ||
| "hyperf/redis": "~2.1.0", | ||
| "hyperf/guzzle": "~2.1.0", | ||
| "hyperf/config": "~2.1.0", | ||
| "hyperf/logger": "~2.1.0", | ||
| "hyperf/service-governance": "~2.1.0", | ||
| "hyperf/cache": "~2.1.0|~2.2.0", | ||
| "hyperf/framework": "~2.1.0|~2.2.0", | ||
| "hyperf/db-connection": "~2.1.0|~2.2.0", | ||
| "hyperf/validation": "~2.1.0|~2.2.0", | ||
| "hyperf/command": "~2.1.0|~2.2.0", | ||
| "hyperf/redis": "~2.1.0|~2.2.0", | ||
| "hyperf/guzzle": "~2.1.0|~2.2.0", | ||
| "hyperf/config": "~2.1.0|~2.2.0", | ||
| "hyperf/logger": "~2.1.0|~2.2.0", | ||
| "hyperf/service-governance": "~2.1.0|~2.2.0", | ||
| "fzaninotto/faker": "^1.9", | ||
| "phpoffice/phpspreadsheet": "^1.18", | ||
| "dimsav/unix-zipper": "1.*", | ||
| "hyperf/amqp": "~2.1.0", | ||
| "hyperf/paginator": "~2.1.0" | ||
| "hyperf/amqp": "~2.1.0|~2.2.0", | ||
| "hyperf/paginator": "~2.1.0|~2.2.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
Please register or sign in to comment