setup-php 2.13.0 → 2.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +990 -922
- package/lib/config.d.ts +3 -0
- package/lib/config.js +71 -71
- package/lib/config.js.map +1 -1
- package/lib/coverage.d.ts +5 -0
- package/lib/coverage.js +97 -87
- package/lib/coverage.js.map +1 -1
- package/lib/extensions.d.ts +4 -0
- package/lib/extensions.js +214 -200
- package/lib/extensions.js.map +1 -1
- package/lib/fetch.d.ts +1 -0
- package/lib/fetch.js +63 -0
- package/lib/fetch.js.map +1 -0
- package/lib/install.d.ts +2 -0
- package/lib/install.js +75 -81
- package/lib/install.js.map +1 -1
- package/lib/tools.d.ts +23 -0
- package/lib/tools.js +367 -386
- package/lib/tools.js.map +1 -1
- package/lib/utils.d.ts +21 -0
- package/lib/utils.js +261 -291
- package/lib/utils.js.map +1 -1
- package/package.json +67 -56
- package/src/config.ts +82 -82
- package/src/configs/brew_extensions +31 -0
- package/src/configs/composer.env +2 -0
- package/src/configs/ini/jit.ini +3 -0
- package/src/configs/ini/php.ini +2 -0
- package/src/configs/ini/xdebug.ini +1 -0
- package/src/configs/os_releases.csv +19 -17
- package/src/configs/php-versions.json +6 -5
- package/src/configs/php_packages +12 -0
- package/src/configs/{php.json → pm/php.json} +29 -29
- package/src/configs/{phpunit.json → pm/phpunit.json} +24 -24
- package/src/configs/tools.json +278 -235
- package/src/configs/tools_schema.json +125 -114
- package/src/coverage.ts +144 -142
- package/src/extensions.ts +367 -349
- package/src/fetch.ts +54 -0
- package/src/install.ts +66 -82
- package/src/scripts/darwin.sh +285 -249
- package/src/scripts/extensions/add_extensions.ps1 +194 -0
- package/src/scripts/extensions/add_extensions.sh +184 -0
- package/src/scripts/{ext → extensions}/blackfire.ps1 +32 -32
- package/src/scripts/{ext → extensions}/blackfire.sh +22 -21
- package/src/scripts/{ext → extensions}/couchbase.sh +43 -43
- package/src/scripts/{ext → extensions}/cubrid.sh +60 -60
- package/src/scripts/extensions/extension_map.php +132 -0
- package/src/scripts/{ext → extensions}/firebird.ps1 +19 -19
- package/src/scripts/{ext → extensions}/firebird.sh +39 -35
- package/src/scripts/{ext → extensions}/gearman.sh +22 -22
- package/src/scripts/{ext → extensions}/geos.sh +17 -17
- package/src/scripts/{ext → extensions}/http.ps1 +54 -54
- package/src/scripts/{ext → extensions}/http.sh +109 -120
- package/src/scripts/{ext → extensions}/intl.sh +23 -23
- package/src/scripts/{ext → extensions}/ioncube.ps1 +33 -32
- package/src/scripts/{ext → extensions}/ioncube.sh +21 -19
- package/src/scripts/{ext → extensions}/oci.ps1 +85 -60
- package/src/scripts/{ext → extensions}/oci.sh +65 -63
- package/src/scripts/{ext → extensions}/patches/firebird.sh +11 -11
- package/src/scripts/{ext → extensions}/patches/geos.sh +7 -7
- package/src/scripts/{ext → extensions}/patches/http.sh +11 -11
- package/src/scripts/{ext → extensions}/patches/pdo_oci.sh +6 -6
- package/src/scripts/{ext → extensions}/patches/phpize.sh +26 -26
- package/src/scripts/{ext → extensions}/patches/protobuf.sh +4 -4
- package/src/scripts/{ext → extensions}/phalcon.ps1 +54 -54
- package/src/scripts/{ext → extensions}/phalcon.sh +58 -58
- package/src/scripts/{ext → extensions}/source.sh +145 -144
- package/src/scripts/extensions/sqlsrv.sh +15 -0
- package/src/scripts/linux.sh +269 -256
- package/src/scripts/tools/add_tools.ps1 +239 -26
- package/src/scripts/tools/add_tools.sh +175 -20
- package/src/scripts/tools/blackfire.ps1 +19 -19
- package/src/scripts/tools/blackfire.sh +40 -39
- package/src/scripts/tools/grpc_php_plugin.ps1 +21 -21
- package/src/scripts/tools/grpc_php_plugin.sh +58 -58
- package/src/scripts/tools/ppa.sh +192 -151
- package/src/scripts/tools/protoc.ps1 +38 -38
- package/src/scripts/tools/protoc.sh +28 -28
- package/src/scripts/tools/symfony.ps1 +14 -0
- package/src/scripts/tools/symfony.sh +13 -0
- package/src/scripts/unix.sh +186 -0
- package/src/scripts/win32.ps1 +352 -494
- package/src/tools.ts +512 -538
- package/src/utils.ts +415 -500
- package/.eslintrc.json +0 -16
- package/.github/CODE_OF_CONDUCT.md +0 -76
- package/.github/CONTRIBUTING.md +0 -70
- package/.github/FUNDING.yml +0 -7
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -42
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -26
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -37
- package/.github/SECURITY.md +0 -29
- package/.github/workflows/docs.yml +0 -77
- package/.github/workflows/node-workflow.yml +0 -51
- package/.github/workflows/workflow.yml +0 -78
- package/.idea/workspace.xml +0 -113
- package/.prettierrc.json +0 -12
- package/__tests__/config.test.ts +0 -52
- package/__tests__/coverage.test.ts +0 -110
- package/__tests__/extensions.test.ts +0 -263
- package/__tests__/install.test.ts +0 -175
- package/__tests__/tools.test.ts +0 -524
- package/__tests__/utils.test.ts +0 -307
- package/action.yml +0 -29
- package/dist/index.js +0 -3051
- package/examples/bedrock.yml +0 -32
- package/examples/blackfire-player.yml +0 -31
- package/examples/blackfire.yml +0 -31
- package/examples/cakephp-mysql.yml +0 -114
- package/examples/cakephp-postgres.yml +0 -112
- package/examples/cakephp.yml +0 -92
- package/examples/codeigniter.yml +0 -34
- package/examples/laravel-mysql.yml +0 -74
- package/examples/laravel-postgres.yml +0 -74
- package/examples/laravel.yml +0 -42
- package/examples/lumen-mysql.yml +0 -74
- package/examples/lumen-postgres.yml +0 -74
- package/examples/lumen.yml +0 -38
- package/examples/phalcon-mysql.yml +0 -74
- package/examples/phalcon-postgres.yml +0 -73
- package/examples/sage.yml +0 -57
- package/examples/slim-framework.yml +0 -34
- package/examples/symfony-mysql.yml +0 -57
- package/examples/symfony-postgres.yml +0 -55
- package/examples/symfony.yml +0 -39
- package/examples/yii2-mysql.yml +0 -73
- package/examples/yii2-postgres.yml +0 -71
- package/examples/zend-framework.yml +0 -36
- package/jest.config.js +0 -12
- package/lib/sapi.js +0 -64
- package/src/scripts/common.sh +0 -314
- package/tsconfig.json +0 -18
package/src/configs/tools.json
CHANGED
|
@@ -1,236 +1,279 @@
|
|
|
1
|
-
{
|
|
2
|
-
"
|
|
3
|
-
"type": "phar",
|
|
4
|
-
"repository": "
|
|
5
|
-
"extension": ".phar",
|
|
6
|
-
"domain": "https://github.com",
|
|
7
|
-
"version_prefix": "",
|
|
8
|
-
"version_parameter": "-V"
|
|
9
|
-
},
|
|
10
|
-
"
|
|
11
|
-
"type": "phar",
|
|
12
|
-
"repository": "
|
|
13
|
-
"extension": "",
|
|
14
|
-
"domain": "https://github.com",
|
|
15
|
-
"version_prefix": "",
|
|
16
|
-
"version_parameter": "-V"
|
|
17
|
-
},
|
|
18
|
-
"
|
|
19
|
-
"type": "phar",
|
|
20
|
-
"repository": "
|
|
21
|
-
"extension": "
|
|
22
|
-
"domain": "https://github.com",
|
|
23
|
-
"version_prefix": "",
|
|
24
|
-
"version_parameter": "-V"
|
|
25
|
-
},
|
|
26
|
-
"
|
|
27
|
-
"type": "phar",
|
|
28
|
-
"repository": "
|
|
29
|
-
"extension": ".phar",
|
|
30
|
-
"domain": "https://github.com",
|
|
31
|
-
"version_prefix": "",
|
|
32
|
-
"version_parameter": "-
|
|
33
|
-
},
|
|
34
|
-
"
|
|
35
|
-
"type": "phar",
|
|
36
|
-
"repository": "
|
|
37
|
-
"extension": ".phar",
|
|
38
|
-
"domain": "https://github.com",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"version_prefix": "",
|
|
57
|
-
"version_parameter": "
|
|
58
|
-
},
|
|
59
|
-
"
|
|
60
|
-
"type": "phar",
|
|
61
|
-
"repository": "
|
|
62
|
-
"extension": ".phar",
|
|
63
|
-
"domain": "https://github.com",
|
|
64
|
-
"version_prefix": "",
|
|
65
|
-
"version_parameter": "--version"
|
|
66
|
-
},
|
|
67
|
-
"
|
|
68
|
-
"type": "phar",
|
|
69
|
-
"repository": "
|
|
70
|
-
"extension": ".phar",
|
|
71
|
-
"domain": "https://github.com",
|
|
72
|
-
"version_prefix": "",
|
|
73
|
-
"version_parameter": "
|
|
74
|
-
},
|
|
75
|
-
"
|
|
76
|
-
"type": "phar",
|
|
77
|
-
"repository": "
|
|
78
|
-
"extension": ".phar",
|
|
79
|
-
"domain": "https://github.com",
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
"repository": "
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
},
|
|
100
|
-
"
|
|
101
|
-
"type": "
|
|
102
|
-
"repository": "
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
},
|
|
108
|
-
"
|
|
109
|
-
"type": "
|
|
110
|
-
"repository": "
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
},
|
|
116
|
-
"
|
|
117
|
-
"type": "composer",
|
|
118
|
-
"repository": "
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"type": "composer",
|
|
123
|
-
"repository": "
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
"
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
"
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
},
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"repository": "
|
|
161
|
-
"
|
|
162
|
-
},
|
|
163
|
-
"
|
|
164
|
-
"type": "
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
"
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
"
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
"
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
"
|
|
219
|
-
"function": "
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
"
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
232
|
-
"extension": ".phar",
|
|
233
|
-
"
|
|
234
|
-
"
|
|
235
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"churn": {
|
|
3
|
+
"type": "phar",
|
|
4
|
+
"repository": "bmitch/churn-php",
|
|
5
|
+
"extension": ".phar",
|
|
6
|
+
"domain": "https://github.com",
|
|
7
|
+
"version_prefix": "",
|
|
8
|
+
"version_parameter": "-V"
|
|
9
|
+
},
|
|
10
|
+
"composer-normalize": {
|
|
11
|
+
"type": "phar",
|
|
12
|
+
"repository": "ergebnis/composer-normalize",
|
|
13
|
+
"extension": ".phar",
|
|
14
|
+
"domain": "https://github.com",
|
|
15
|
+
"version_prefix": "",
|
|
16
|
+
"version_parameter": "-V"
|
|
17
|
+
},
|
|
18
|
+
"cs2pr": {
|
|
19
|
+
"type": "phar",
|
|
20
|
+
"repository": "staabm/annotate-pull-request-from-checkstyle",
|
|
21
|
+
"extension": "",
|
|
22
|
+
"domain": "https://github.com",
|
|
23
|
+
"version_prefix": "",
|
|
24
|
+
"version_parameter": "-V"
|
|
25
|
+
},
|
|
26
|
+
"infection": {
|
|
27
|
+
"type": "phar",
|
|
28
|
+
"repository": "infection/infection",
|
|
29
|
+
"extension": ".phar",
|
|
30
|
+
"domain": "https://github.com",
|
|
31
|
+
"version_prefix": "",
|
|
32
|
+
"version_parameter": "-V"
|
|
33
|
+
},
|
|
34
|
+
"phan": {
|
|
35
|
+
"type": "phar",
|
|
36
|
+
"repository": "phan/phan",
|
|
37
|
+
"extension": ".phar",
|
|
38
|
+
"domain": "https://github.com",
|
|
39
|
+
"version_prefix": "",
|
|
40
|
+
"version_parameter": "-v"
|
|
41
|
+
},
|
|
42
|
+
"parallel-lint": {
|
|
43
|
+
"type": "phar",
|
|
44
|
+
"repository": "php-parallel-lint/PHP-Parallel-Lint",
|
|
45
|
+
"extension": ".phar",
|
|
46
|
+
"domain": "https://github.com",
|
|
47
|
+
"version_prefix": "v",
|
|
48
|
+
"version_parameter": "--version"
|
|
49
|
+
},
|
|
50
|
+
"php-cs-fixer": {
|
|
51
|
+
"type": "phar",
|
|
52
|
+
"repository": "FriendsOfPHP/PHP-CS-Fixer",
|
|
53
|
+
"extension": ".phar",
|
|
54
|
+
"domain": "https://github.com",
|
|
55
|
+
"fetch_latest": "true",
|
|
56
|
+
"version_prefix": "v",
|
|
57
|
+
"version_parameter": "-V"
|
|
58
|
+
},
|
|
59
|
+
"phpcbf": {
|
|
60
|
+
"type": "phar",
|
|
61
|
+
"repository": "squizlabs/PHP_CodeSniffer",
|
|
62
|
+
"extension": ".phar",
|
|
63
|
+
"domain": "https://github.com",
|
|
64
|
+
"version_prefix": "",
|
|
65
|
+
"version_parameter": "--version"
|
|
66
|
+
},
|
|
67
|
+
"phpcs": {
|
|
68
|
+
"type": "phar",
|
|
69
|
+
"repository": "squizlabs/PHP_CodeSniffer",
|
|
70
|
+
"extension": ".phar",
|
|
71
|
+
"domain": "https://github.com",
|
|
72
|
+
"version_prefix": "",
|
|
73
|
+
"version_parameter": "--version"
|
|
74
|
+
},
|
|
75
|
+
"phpDocumentor": {
|
|
76
|
+
"type": "phar",
|
|
77
|
+
"repository": "phpDocumentor/phpDocumentor",
|
|
78
|
+
"extension": ".phar",
|
|
79
|
+
"domain": "https://github.com",
|
|
80
|
+
"alias": "phpdoc",
|
|
81
|
+
"version_prefix": "v",
|
|
82
|
+
"version_parameter": "--version"
|
|
83
|
+
},
|
|
84
|
+
"phpmd": {
|
|
85
|
+
"type": "phar",
|
|
86
|
+
"repository": "phpmd/phpmd",
|
|
87
|
+
"extension": ".phar",
|
|
88
|
+
"domain": "https://github.com",
|
|
89
|
+
"version_prefix": "",
|
|
90
|
+
"version_parameter": "--version"
|
|
91
|
+
},
|
|
92
|
+
"phpspec": {
|
|
93
|
+
"type": "phar",
|
|
94
|
+
"repository": "phpspec/phpspec",
|
|
95
|
+
"extension": ".phar",
|
|
96
|
+
"domain": "https://github.com",
|
|
97
|
+
"version_prefix": "",
|
|
98
|
+
"version_parameter": "-V"
|
|
99
|
+
},
|
|
100
|
+
"phpstan": {
|
|
101
|
+
"type": "phar",
|
|
102
|
+
"repository": "phpstan/phpstan",
|
|
103
|
+
"extension": ".phar",
|
|
104
|
+
"domain": "https://github.com",
|
|
105
|
+
"version_prefix": "",
|
|
106
|
+
"version_parameter": "-V"
|
|
107
|
+
},
|
|
108
|
+
"psalm": {
|
|
109
|
+
"type": "phar",
|
|
110
|
+
"repository": "vimeo/psalm",
|
|
111
|
+
"extension": ".phar",
|
|
112
|
+
"domain": "https://github.com",
|
|
113
|
+
"version_prefix": "",
|
|
114
|
+
"version_parameter": "-v"
|
|
115
|
+
},
|
|
116
|
+
"behat": {
|
|
117
|
+
"type": "composer",
|
|
118
|
+
"repository": "behat/behat",
|
|
119
|
+
"scope": "scoped"
|
|
120
|
+
},
|
|
121
|
+
"codeception": {
|
|
122
|
+
"type": "composer",
|
|
123
|
+
"repository": "codeception/codeception",
|
|
124
|
+
"scope": "scoped"
|
|
125
|
+
},
|
|
126
|
+
"automatic-composer-prefetcher": {
|
|
127
|
+
"type": "composer",
|
|
128
|
+
"alias": "composer-prefetcher",
|
|
129
|
+
"repository": "narrowspark/automatic-composer-prefetcher",
|
|
130
|
+
"scope": "global"
|
|
131
|
+
},
|
|
132
|
+
"composer-require-checker": {
|
|
133
|
+
"type": "composer",
|
|
134
|
+
"repository": "maglnet/composer-require-checker",
|
|
135
|
+
"scope": "scoped"
|
|
136
|
+
},
|
|
137
|
+
"composer-unused": {
|
|
138
|
+
"type": "composer",
|
|
139
|
+
"repository": "icanhazstring/composer-unused",
|
|
140
|
+
"scope": "scoped"
|
|
141
|
+
},
|
|
142
|
+
"flex": {
|
|
143
|
+
"type": "composer",
|
|
144
|
+
"repository": "symfony/flex",
|
|
145
|
+
"scope": "global"
|
|
146
|
+
},
|
|
147
|
+
"phinx": {
|
|
148
|
+
"type": "composer",
|
|
149
|
+
"repository": "robmorgan/phinx",
|
|
150
|
+
"scope": "scoped"
|
|
151
|
+
},
|
|
152
|
+
"phplint": {
|
|
153
|
+
"type": "composer",
|
|
154
|
+
"repository": "overtrue/phplint",
|
|
155
|
+
"scope": "scoped"
|
|
156
|
+
},
|
|
157
|
+
"phpunit-bridge": {
|
|
158
|
+
"alias": "simple-phpunit",
|
|
159
|
+
"type": "composer",
|
|
160
|
+
"repository": "symfony/phpunit-bridge",
|
|
161
|
+
"scope": "global"
|
|
162
|
+
},
|
|
163
|
+
"phpunit-polyfills": {
|
|
164
|
+
"type": "composer",
|
|
165
|
+
"repository": "yoast/phpunit-polyfills",
|
|
166
|
+
"scope": "global"
|
|
167
|
+
},
|
|
168
|
+
"prestissimo": {
|
|
169
|
+
"type": "composer",
|
|
170
|
+
"repository": "hirak/prestissimo",
|
|
171
|
+
"scope": "global"
|
|
172
|
+
},
|
|
173
|
+
"vapor-cli": {
|
|
174
|
+
"type": "composer",
|
|
175
|
+
"alias": "vapor",
|
|
176
|
+
"repository": "laravel/vapor-cli",
|
|
177
|
+
"scope": "scoped"
|
|
178
|
+
},
|
|
179
|
+
"blackfire": {
|
|
180
|
+
"type": "custom-package",
|
|
181
|
+
"alias": "blackfire-agent"
|
|
182
|
+
},
|
|
183
|
+
"grpc_php_plugin": {
|
|
184
|
+
"type": "custom-package",
|
|
185
|
+
"repository": "grpc/grpc",
|
|
186
|
+
"domain": "https://github.com",
|
|
187
|
+
"version_prefix": "v"
|
|
188
|
+
},
|
|
189
|
+
"protoc": {
|
|
190
|
+
"type": "custom-package",
|
|
191
|
+
"repository": "protocolbuffers/protobuf",
|
|
192
|
+
"domain": "https://github.com",
|
|
193
|
+
"version_prefix": "v"
|
|
194
|
+
},
|
|
195
|
+
"symfony-cli": {
|
|
196
|
+
"alias": "symfony",
|
|
197
|
+
"type": "custom-package",
|
|
198
|
+
"repository": "symfony-cli/symfony-cli",
|
|
199
|
+
"domain": "https://github.com",
|
|
200
|
+
"version_prefix": "-V"
|
|
201
|
+
},
|
|
202
|
+
"blackfire-player": {
|
|
203
|
+
"type": "custom-function",
|
|
204
|
+
"domain": "https://get.blackfire.io",
|
|
205
|
+
"function": "blackfire_player",
|
|
206
|
+
"version_prefix": "v",
|
|
207
|
+
"version_parameter": "-V"
|
|
208
|
+
},
|
|
209
|
+
"composer": {
|
|
210
|
+
"type": "custom-function",
|
|
211
|
+
"domain": "https://getcomposer.org",
|
|
212
|
+
"repository": "composer/composer",
|
|
213
|
+
"function": "composer"
|
|
214
|
+
},
|
|
215
|
+
"deployer": {
|
|
216
|
+
"type": "custom-function",
|
|
217
|
+
"domain": "https://deployer.org",
|
|
218
|
+
"repository": "deployphp/deployer",
|
|
219
|
+
"function": "deployer",
|
|
220
|
+
"version_prefix": "v",
|
|
221
|
+
"version_parameter": "-V"
|
|
222
|
+
},
|
|
223
|
+
"pecl": {
|
|
224
|
+
"type": "custom-function",
|
|
225
|
+
"function": "pecl"
|
|
226
|
+
},
|
|
227
|
+
"phing": {
|
|
228
|
+
"type": "custom-function",
|
|
229
|
+
"domain": "https://www.phing.info",
|
|
230
|
+
"repository": "phingofficial/phing",
|
|
231
|
+
"function": "phing",
|
|
232
|
+
"extension": ".phar",
|
|
233
|
+
"version_prefix": "",
|
|
234
|
+
"version_parameter": "-v"
|
|
235
|
+
},
|
|
236
|
+
"phive": {
|
|
237
|
+
"type": "custom-function",
|
|
238
|
+
"repository": "phar-io/phive",
|
|
239
|
+
"domain": "https://github.com",
|
|
240
|
+
"function": "phive",
|
|
241
|
+
"version_prefix": "",
|
|
242
|
+
"version_parameter": "status"
|
|
243
|
+
},
|
|
244
|
+
"phpcpd": {
|
|
245
|
+
"type": "custom-function",
|
|
246
|
+
"repository": "sebastianbergmann/phpcpd",
|
|
247
|
+
"domain": "https://phar.phpunit.de",
|
|
248
|
+
"function": "phpcpd",
|
|
249
|
+
"version_prefix": "",
|
|
250
|
+
"version_parameter": "--version"
|
|
251
|
+
},
|
|
252
|
+
"phpunit": {
|
|
253
|
+
"type": "custom-function",
|
|
254
|
+
"repository": "sebastianbergmann/phpunit",
|
|
255
|
+
"domain": "https://phar.phpunit.de",
|
|
256
|
+
"function": "phpunit",
|
|
257
|
+
"version_prefix": "",
|
|
258
|
+
"version_parameter": "--version"
|
|
259
|
+
},
|
|
260
|
+
"phpize": {
|
|
261
|
+
"type": "custom-function",
|
|
262
|
+
"function": "dev_tools",
|
|
263
|
+
"alias": "php-config"
|
|
264
|
+
},
|
|
265
|
+
"php-config": {
|
|
266
|
+
"type": "custom-function",
|
|
267
|
+
"function": "dev_tools"
|
|
268
|
+
},
|
|
269
|
+
"wp-cli": {
|
|
270
|
+
"type": "custom-function",
|
|
271
|
+
"function": "wp_cli",
|
|
272
|
+
"repository": "wp-cli/wp-cli",
|
|
273
|
+
"domain": "https://github.com",
|
|
274
|
+
"alias": "wp",
|
|
275
|
+
"extension": ".phar",
|
|
276
|
+
"version_parameter": "--version",
|
|
277
|
+
"version_prefix": "v"
|
|
278
|
+
}
|
|
236
279
|
}
|