升级hyperf2.1版本
Showing
| ... | ... | @@ -15,20 +15,20 @@ |
| "ext-gd": "*", | ||
| "ext-curl": "*", | ||
| "ext-mbstring": "*", | ||
| "hyperf/cache": "~1.1.0", | ||
| "hyperf/framework": "~1.1.0", | ||
| "hyperf/db-connection": "~1.1.0", | ||
| "hyperf/validation": "~1.1.0", | ||
| "hyperf/command": "~1.1.0", | ||
| "hyperf/redis": "~1.1.0", | ||
| "hyperf/guzzle": "~1.1.0", | ||
| "hyperf/config": "~1.1.0", | ||
| "hyperf/logger": "~1.1.0", | ||
| "hyperf/service-governance": "~1.1.0", | ||
| "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", | ||
| "fzaninotto/faker": "^1.9", | ||
| "phpoffice/phpspreadsheet": "^1.8", | ||
| "dimsav/unix-zipper": "1.*", | ||
| "hyperf/amqp": "~1.1.0" | ||
| "hyperf/amqp": "~2.1.0" | ||
| }, | ||
| "autoload": { | ||
| "psr-4": { | ||
| ... | ... |
Please register or sign in to comment