Skip to content

Commit 1f2d867

Browse files
committed
feat(composer): 更新多个 composer.json 文件,添加许可证和支持信息
1 parent 757cd85 commit 1f2d867

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "friendsofhyperf/web-tinker",
33
"description": "Artisan Tinker in your browser",
4+
"license": "MIT",
45
"keywords": [
56
"web-tinker",
67
"hyperf",
@@ -9,13 +10,6 @@
910
"debug",
1011
"development"
1112
],
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",
1913
"authors": [
2014
{
2115
"name": "Freek Van der Herten",
@@ -28,12 +22,20 @@
2822
"email": "huangdijia@gmail.com"
2923
}
3024
],
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+
},
3131
"require": {
32+
"friendsofhyperf/tinker": "~3.1.0",
3233
"hyperf/collection": "~3.1.0",
3334
"hyperf/config": "~3.1.0",
34-
"hyperf/support": "~3.1.47",
35-
"friendsofhyperf/tinker": "~3.1.0"
35+
"hyperf/support": "~3.1.47"
3636
},
37+
"minimum-stability": "dev",
38+
"prefer-stable": true,
3739
"autoload": {
3840
"psr-4": {
3941
"FriendsOfHyperf\\WebTinker\\": "src"
@@ -46,7 +48,5 @@
4648
"hyperf": {
4749
"config": "FriendsOfHyperf\\WebTinker\\ConfigProvider"
4850
}
49-
},
50-
"minimum-stability": "dev",
51-
"prefer-stable": true
51+
}
5252
}

0 commit comments

Comments
 (0)