|
12 | 12 | "description": "A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.", |
13 | 13 | "license": "Apache-2.0", |
14 | 14 | "require": { |
15 | | - "php": ">=7.2", |
16 | | - "ext-swoole": ">=4.5", |
17 | | - "hyperf/cache": "~2.0.0", |
18 | | - "hyperf/command": "~2.0.0", |
19 | | - "hyperf/config": "~2.0.0", |
20 | | - "hyperf/db-connection": "~2.0.0", |
21 | | - "hyperf/framework": "~2.0.0", |
22 | | - "hyperf/guzzle": "~2.0.0", |
23 | | - "hyperf/http-server": "~2.0.0", |
24 | | - "hyperf/logger": "~2.0.0", |
25 | | - "hyperf/memory": "~2.0.0", |
26 | | - "hyperf/process": "~2.0.0", |
27 | | - "hyperf/redis": "~2.0.0" |
| 15 | + "php": ">=7.3", |
| 16 | + "hyperf/cache": "~2.1.0", |
| 17 | + "hyperf/command": "~2.1.0", |
| 18 | + "hyperf/config": "~2.1.0", |
| 19 | + "hyperf/db-connection": "~2.1.0", |
| 20 | + "hyperf/framework": "~2.1.0", |
| 21 | + "hyperf/guzzle": "~2.1.0", |
| 22 | + "hyperf/http-server": "~2.1.0", |
| 23 | + "hyperf/logger": "~2.1.0", |
| 24 | + "hyperf/memory": "~2.1.0", |
| 25 | + "hyperf/process": "~2.1.0" |
28 | 26 | }, |
29 | 27 | "require-dev": { |
30 | 28 | "swoole/ide-helper": "^4.5", |
31 | 29 | "friendsofphp/php-cs-fixer": "^2.14", |
32 | 30 | "mockery/mockery": "^1.0", |
33 | 31 | "phpstan/phpstan": "^0.12", |
34 | | - "hyperf/devtool": "~2.0.0", |
35 | | - "hyperf/testing": "~2.0.0" |
| 32 | + "hyperf/devtool": "~2.1.0", |
| 33 | + "hyperf/testing": "~2.1.0" |
36 | 34 | }, |
37 | 35 | "suggest": { |
38 | 36 | "ext-openssl": "Required to use HTTPS.", |
|
56 | 54 | }, |
57 | 55 | "minimum-stability": "dev", |
58 | 56 | "prefer-stable": true, |
59 | | - "extra": { |
| 57 | + "config": { |
| 58 | + "optimize-autoloader": true, |
| 59 | + "sort-packages": true |
60 | 60 | }, |
| 61 | + "extra": {}, |
61 | 62 | "scripts": { |
62 | 63 | "pre-install-cmd": "Installer\\Script::install", |
63 | 64 | "pre-update-cmd": "Installer\\Script::install", |
|
0 commit comments