|
1 | 1 | { |
2 | 2 | "name": "friendsofhyperf/web-tinker", |
3 | 3 | "description": "Artisan Tinker in your browser", |
| 4 | + "license": "MIT", |
4 | 5 | "keywords": [ |
5 | 6 | "web-tinker", |
6 | 7 | "hyperf", |
|
9 | 10 | "debug", |
10 | 11 | "development" |
11 | 12 | ], |
12 | | - "support": { |
13 | | - "issues": "https://github.com/friendsofhyperf/components/issues", |
14 | | - "source": "https://github.com/friendsofhyperf/components", |
15 | | - "docs": "https://hyperf.fans", |
16 | | - "pull-request": "https://github.com/friendsofhyperf/components/pulls" |
17 | | - }, |
18 | | - "license": "MIT", |
19 | 13 | "authors": [ |
20 | 14 | { |
21 | 15 | "name": "Freek Van der Herten", |
|
28 | 22 | "email": "huangdijia@gmail.com" |
29 | 23 | } |
30 | 24 | ], |
| 25 | + "support": { |
| 26 | + "issues": "https://github.com/friendsofhyperf/components/issues", |
| 27 | + "source": "https://github.com/friendsofhyperf/components", |
| 28 | + "docs": "https://hyperf.fans", |
| 29 | + "pull-request": "https://github.com/friendsofhyperf/components/pulls" |
| 30 | + }, |
31 | 31 | "require": { |
| 32 | + "friendsofhyperf/tinker": "~3.1.0", |
32 | 33 | "hyperf/collection": "~3.1.0", |
33 | 34 | "hyperf/config": "~3.1.0", |
34 | | - "hyperf/support": "~3.1.47", |
35 | | - "friendsofhyperf/tinker": "~3.1.0" |
| 35 | + "hyperf/support": "~3.1.47" |
36 | 36 | }, |
| 37 | + "minimum-stability": "dev", |
| 38 | + "prefer-stable": true, |
37 | 39 | "autoload": { |
38 | 40 | "psr-4": { |
39 | 41 | "FriendsOfHyperf\\WebTinker\\": "src" |
|
46 | 48 | "hyperf": { |
47 | 49 | "config": "FriendsOfHyperf\\WebTinker\\ConfigProvider" |
48 | 50 | } |
49 | | - }, |
50 | | - "minimum-stability": "dev", |
51 | | - "prefer-stable": true |
| 51 | + } |
52 | 52 | } |
0 commit comments