-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
pkgs.json
101 lines (101 loc) · 3.52 KB
/
pkgs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"php-cs-fixer": {
"repo": "FriendsOfPHP/PHP-CS-Fixer",
"bin": "php-cs-fixer.phar"
},
"phpunit": {
"url": "https://phar.phpunit.de/phpunit-${{version}}.phar",
"bin": "phpunit.phar",
"composer_name": "phpunit/phpunit",
"latest_fetch_type": "packagist"
},
"phpstan": {
"repo": "phpstan/phpstan",
"bin": "phpstan.phar"
},
"php": {
"repo": "hyperf/lwmbs",
"jobs": {
"Darwin.x86_64": "11339720662",
"Darwin.arm64": "11339720662",
"Linux.x86_64": "11339726597",
"Linux.aarch64": "11339726597",
"Windows.AMD64": "11267510778"
},
"job_artifact_match_rule": {
"Darwin.x86_64": "${{prefix}}_max-swow_${{php-version}}_${{arch}}",
"Darwin.arm64": "${{prefix}}_max-swow_${{php-version}}_${{arch}}",
"Linux.x86_64": "${{prefix}}_static_max-swow_${{php-version}}_musl_${{arch}}",
"Linux.aarch64": "${{prefix}}_static_max-swow_${{php-version}}_musl_${{arch}}",
"Windows.AMD64": "${{prefix}}_max-swow_${{php-version}}_x64"
},
"latest": "8.3",
"versions": ["8.3" ,"8.2", "8.1", "8.0"]
},
"micro": {
"repo": "hyperf/lwmbs",
"jobs": {
"Darwin.x86_64": "11339720662",
"Darwin.arm64": "11339720662",
"Linux.x86_64": "11339726597",
"Linux.aarch64": "11339726597",
"Windows.AMD64": "11267510778"
},
"job_artifact_match_rule": {
"Darwin.x86_64": "${{prefix}}_max-swow_${{php-version}}_${{arch}}",
"Darwin.arm64": "${{prefix}}_max-swow_${{php-version}}_${{arch}}",
"Linux.x86_64": "${{prefix}}_static_max-swow_${{php-version}}_musl_${{arch}}",
"Linux.aarch64": "${{prefix}}_static_max-swow_${{php-version}}_musl_${{arch}}",
"Windows.AMD64": "${{prefix}}_max-swow_${{php-version}}_x64"
},
"latest": "8.3",
"versions": ["8.3" ,"8.2", "8.1", "8.0"]
},
"pint": {
"url": "https://github.com/laravel/pint/archive/refs/tags/${{version}}.zip",
"bin": "pint",
"composer_name": "laravel/pint",
"latest_fetch_type": "packagist"
},
"box": {
"repo": "hyperf/box",
"bin": "box",
"release_asset_keyword": "box",
"release_asset_match_rule": {
"Darwin.x86_64": "box_x86_64_macos",
"Darwin.arm64": "box_arm64_macos",
"Linux.x86_64": "box_x86_64_linux",
"Linux.aarch64": "box_aarch64_linux"
}
},
"composer": {
"repo": "composer/composer",
"bin": "composer.phar",
"sources": {
"github.com": {
"type": "github",
"url": "github.com"
},
"getcomposer.org": {
"type": "url",
"url": "https://getcomposer.org/download/${{version}}/${{bin}}"
},
"default": {
"type": "url",
"url": "https://getcomposer.org/download/${{version}}/${{bin}}"
}
},
"latest": "latest",
"latest_fetch_type": "github"
},
"swoole-cli": {
"repo": "swoole/swoole-src",
"bin": "swoole-cli",
"latest": "v5.1.2",
"release_asset_keyword": "swoole-cli",
"release_asset_match_rule": {
"Linux": "swoole-cli-${{version}}-linux-x64.tar.xz",
"Darwin": "swoole-cli-${{version}}-macos-x64.tar.xz"
}
}
}