|
1 | 1 | { |
2 | 2 | "name": "hyperf/testing", |
3 | | - "type": "library", |
| 3 | + "description": "Testing for hyperf", |
4 | 4 | "license": "MIT", |
| 5 | + "type": "library", |
5 | 6 | "keywords": [ |
6 | 7 | "dev", |
7 | 8 | "php", |
8 | 9 | "swoole", |
9 | 10 | "testing" |
10 | 11 | ], |
11 | | - "description": "Testing for hyperf", |
12 | | - "autoload": { |
13 | | - "psr-4": { |
14 | | - "Hyperf\\Testing\\": "src/" |
15 | | - } |
16 | | - }, |
17 | | - "autoload-dev": { |
18 | | - "psr-4": { |
19 | | - "HyperfTest\\Testing\\": "tests/" |
20 | | - } |
21 | | - }, |
22 | 12 | "require": { |
23 | 13 | "php": ">=8.1", |
24 | | - "psr/container": "^1.0|^2.0", |
25 | | - "phpunit/phpunit": "^10.0", |
26 | 14 | "hyperf/codec": "~3.1.0", |
27 | 15 | "hyperf/collection": "~3.1.0", |
28 | 16 | "hyperf/contract": "~3.1.0", |
|
31 | 19 | "hyperf/http-server": "~3.1.0", |
32 | 20 | "hyperf/support": "~3.1.0", |
33 | 21 | "hyperf/utils": "~3.1.0", |
34 | | - "symfony/http-foundation": "^5.4|^6.0" |
| 22 | + "phpunit/phpunit": "^10.0", |
| 23 | + "psr/container": "^1.0 || ^2.0", |
| 24 | + "symfony/http-foundation": "^5.4 || ^6.0" |
35 | 25 | }, |
36 | 26 | "suggest": { |
37 | 27 | "fakerphp/faker": "Required to use Faker feature.(^1.23)" |
38 | 28 | }, |
39 | | - "extra": { |
40 | | - "branch-alias": { |
41 | | - "dev-master": "3.1-dev" |
| 29 | + "autoload": { |
| 30 | + "psr-4": { |
| 31 | + "Hyperf\\Testing\\": "src/" |
| 32 | + } |
| 33 | + }, |
| 34 | + "autoload-dev": { |
| 35 | + "psr-4": { |
| 36 | + "HyperfTest\\Testing\\": "tests/" |
42 | 37 | } |
43 | 38 | }, |
44 | 39 | "bin": [ |
45 | 40 | "co-phpunit" |
46 | | - ] |
| 41 | + ], |
| 42 | + "extra": { |
| 43 | + "branch-alias": { |
| 44 | + "dev-master": "3.1-dev" |
| 45 | + } |
| 46 | + } |
47 | 47 | } |
0 commit comments