|
1 | 1 | { |
2 | | - "name": "coding-cat/hyperf-common", |
3 | | - "type": "library", |
4 | | - "description": "Coding Cat Hyperf Skeleton", |
| 2 | + "name": "coding-cat/hyperf-common", |
| 3 | + "type": "library", |
| 4 | + "description": "Coding Cat Hyperf Skeleton", |
| 5 | + "require": { |
| 6 | + "ext-json": "*", |
| 7 | + "ext-pdo": "*", |
5 | 8 |
|
6 | | - "require": { |
7 | | - "ext-json": "*", |
8 | | - "ext-pdo": "*", |
| 9 | + "hyperf/constants": "~1.1.0", |
| 10 | + "hyperf/cache": "~1.1.0", |
| 11 | + "hyperf/command": "~1.1.0", |
| 12 | + "hyperf/config": "~1.1.0", |
| 13 | + "hyperf/contract": "~1.1.0", |
| 14 | + "hyperf/database": "~1.1.0", |
| 15 | + "hyperf/db-connection": "~1.1.0", |
| 16 | + "hyperf/devtool": "~1.1.0", |
| 17 | + "hyperf/di": "~1.1.0", |
| 18 | + "hyperf/dispatcher": "~1.1.0", |
| 19 | + "hyperf/event": "~1.1.0", |
| 20 | + "hyperf/exception-handler": "~1.1.0", |
| 21 | + "hyperf/framework": "~1.1.0", |
| 22 | + "hyperf/guzzle": "~1.1.0", |
| 23 | + "hyperf/http-server": "~1.1.0", |
| 24 | + "hyperf/logger": "~1.1.0", |
| 25 | + "hyperf/memory": "~1.1.0", |
| 26 | + "hyperf/paginator": "~1.1.0", |
| 27 | + "hyperf/pool": "~1.1.0", |
| 28 | + "hyperf/process": "~1.1.0", |
| 29 | + "hyperf/redis": "~1.1.0", |
| 30 | + "hyperf/utils": "~1.1.0", |
9 | 31 |
|
10 | | - "hyperf/constants": "~1.1.0", |
11 | | - "hyperf/cache": "~1.1.0", |
12 | | - "hyperf/command": "~1.1.0", |
13 | | - "hyperf/config": "~1.1.0", |
14 | | - "hyperf/contract": "~1.1.0", |
15 | | - "hyperf/database": "~1.1.0", |
16 | | - "hyperf/db-connection": "~1.1.0", |
17 | | - "hyperf/devtool": "~1.1.0", |
18 | | - "hyperf/di": "~1.1.0", |
19 | | - "hyperf/dispatcher": "~1.1.0", |
20 | | - "hyperf/event": "~1.1.0", |
21 | | - "hyperf/exception-handler": "~1.1.0", |
22 | | - "hyperf/framework": "~1.1.0", |
23 | | - "hyperf/guzzle": "~1.1.0", |
24 | | - "hyperf/http-server": "~1.1.0", |
25 | | - "hyperf/logger": "~1.1.0", |
26 | | - "hyperf/memory": "~1.1.0", |
27 | | - "hyperf/paginator": "~1.1.0", |
28 | | - "hyperf/pool": "~1.1.0", |
29 | | - "hyperf/process": "~1.1.0", |
30 | | - "hyperf/redis": "~1.1.0", |
31 | | - "hyperf/utils": "~1.1.0", |
| 32 | + "coding-cat/common-helper": "~0.1", |
32 | 33 |
|
33 | | - "coding-cat/common-helper": "~0.1", |
34 | | - "particle/validator": "^2.3", |
35 | | - "marc-mabe/php-enum": "v3.0.2" |
36 | | - }, |
37 | | - |
38 | | - "autoload": { |
39 | | - "psr-4": { |
40 | | - "Lib\\": "src/" |
| 34 | + "particle/validator": "^2.3", |
| 35 | + "marc-mabe/php-enum": "v3.0.2" |
41 | 36 | }, |
42 | | - "files": [ |
43 | | - "src/functions.php" |
44 | | - ] |
45 | | - }, |
46 | | - "autoload-dev": { |
47 | | - "psr-4": { |
48 | | - "App\\": "app/" |
| 37 | + |
| 38 | + "autoload": { |
| 39 | + "psr-4": { |
| 40 | + "CC\\Hyperf\\Common\\": "src/" |
| 41 | + }, |
| 42 | + "files": [ |
| 43 | + "src/functions.php" |
| 44 | + ] |
49 | 45 | } |
50 | | - } |
51 | 46 | } |
0 commit comments