|
17 | 17 | "pull-request": "https://github.com/hyperf/hyperf/pulls" |
18 | 18 | }, |
19 | 19 | "require": { |
20 | | - "php": ">=8.1", |
21 | | - "hyperf/codec": "~3.1.0", |
22 | | - "hyperf/collection": "~3.1.0", |
23 | | - "hyperf/context": "~3.1.0", |
24 | | - "hyperf/contract": "~3.1.0", |
25 | | - "hyperf/coroutine": "~3.1.0", |
26 | | - "hyperf/dispatcher": "~3.1.0", |
27 | | - "hyperf/event": "~3.1.0", |
28 | | - "hyperf/exception-handler": "~3.1.0", |
29 | | - "hyperf/http-message": "~3.1.0", |
30 | | - "hyperf/macroable": "~3.1.0", |
31 | | - "hyperf/serializer": "~3.1.0", |
32 | | - "hyperf/server": "~3.1.0", |
33 | | - "hyperf/stdlib": "~3.1.0", |
34 | | - "hyperf/support": "~3.1.0", |
| 20 | + "php": ">=8.2", |
| 21 | + "hyperf/codec": "~3.2.0", |
| 22 | + "hyperf/collection": "~3.2.0", |
| 23 | + "hyperf/context": "~3.2.0", |
| 24 | + "hyperf/contract": "~3.2.0", |
| 25 | + "hyperf/coroutine": "~3.2.0", |
| 26 | + "hyperf/dispatcher": "~3.2.0", |
| 27 | + "hyperf/event": "~3.2.0", |
| 28 | + "hyperf/exception-handler": "~3.2.0", |
| 29 | + "hyperf/http-message": "~3.2.0", |
| 30 | + "hyperf/macroable": "~3.2.0", |
| 31 | + "hyperf/serializer": "~3.2.0", |
| 32 | + "hyperf/server": "~3.2.0", |
| 33 | + "hyperf/stdlib": "~3.2.0", |
| 34 | + "hyperf/support": "~3.2.0", |
35 | 35 | "nikic/fast-route": "^1.3", |
36 | 36 | "psr/container": "^1.0 || ^2.0", |
37 | 37 | "swow/psr7-plus": "^1.0" |
|
0 commit comments