|
8 | 8 | "hyperf" |
9 | 9 | ], |
10 | 10 | "require": { |
11 | | - "php": ">=8.1", |
| 11 | + "php": ">=8.2", |
12 | 12 | "egulias/email-validator": "^3.0", |
13 | | - "hyperf/collection": "~3.1.0", |
14 | | - "hyperf/conditionable": "~3.1.0", |
15 | | - "hyperf/context": "~3.1.0", |
16 | | - "hyperf/contract": "~3.1.0", |
17 | | - "hyperf/di": "~3.1.0", |
18 | | - "hyperf/framework": "~3.1.0", |
19 | | - "hyperf/macroable": "~3.1.0", |
20 | | - "hyperf/stringable": "~3.1.0", |
21 | | - "hyperf/support": "~3.1.0", |
22 | | - "hyperf/tappable": "~3.1.0", |
23 | | - "hyperf/translation": "~3.1.0", |
24 | | - "nesbot/carbon": "^2.21", |
| 13 | + "hyperf/collection": "~3.2.0", |
| 14 | + "hyperf/conditionable": "~3.2.0", |
| 15 | + "hyperf/context": "~3.2.0", |
| 16 | + "hyperf/contract": "~3.2.0", |
| 17 | + "hyperf/di": "~3.2.0", |
| 18 | + "hyperf/framework": "~3.2.0", |
| 19 | + "hyperf/macroable": "~3.2.0", |
| 20 | + "hyperf/stringable": "~3.2.0", |
| 21 | + "hyperf/support": "~3.2.0", |
| 22 | + "hyperf/tappable": "~3.2.0", |
| 23 | + "hyperf/translation": "~3.2.0", |
| 24 | + "nesbot/carbon": "^2.21 || ^3.0", |
25 | 25 | "psr/container": "^1.0 || ^2.0", |
26 | 26 | "psr/event-dispatcher": "^1.0", |
27 | | - "psr/http-message": "^1.0 || ^2.0" |
| 27 | + "psr/http-message": "^1.0 || ^2.0", |
| 28 | + "symfony/polyfill-php83": "^1.33" |
28 | 29 | }, |
29 | 30 | "suggest": { |
30 | | - "hyperf/database": "Required if you want to use the database validation rule (~3.1.0).", |
31 | | - "hyperf/http-server": "Required if you want to use the request validation rule (~3.1.0)." |
| 31 | + "hyperf/database": "Required if you want to use the database validation rule (~3.2.0).", |
| 32 | + "hyperf/http-server": "Required if you want to use the request validation rule (~3.2.0)." |
32 | 33 | }, |
33 | 34 | "autoload": { |
34 | 35 | "psr-4": { |
|
45 | 46 | }, |
46 | 47 | "extra": { |
47 | 48 | "branch-alias": { |
48 | | - "dev-master": "3.1-dev" |
| 49 | + "dev-master": "3.2-dev" |
49 | 50 | }, |
50 | 51 | "hyperf": { |
51 | 52 | "config": "Hyperf\\Validation\\ConfigProvider" |
|
0 commit comments