File tree Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Expand file tree Collapse file tree 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 31
31
"8.0" : true ,
32
32
"7.4" : false
33
33
},
34
- "stablePHP" : " 8.0"
34
+ "stablePHP" : " 8.0" ,
35
+ "additional_composer_arguments" : []
35
36
},
36
37
{
37
38
"extensions" : [
58
59
"8.0" : true ,
59
60
"7.4" : false
60
61
},
61
- "stablePHP" : " 8.0"
62
+ "stablePHP" : " 8.0" ,
63
+ "additional_composer_arguments" : []
62
64
}
63
65
],
64
66
"title" : " Laminas CI configuration schema" ,
155
157
},
156
158
"additionalProperties" : false
157
159
}
160
+ },
161
+ "additional_composer_arguments" : {
162
+ "$ref" : " #/definitions/additional_composer_arguments"
158
163
}
159
164
},
160
165
"additionalProperties" : false
224
229
},
225
230
"additionalProperties" : false
226
231
}
232
+ },
233
+ "additional_composer_arguments" : {
234
+ "$ref" : " #/definitions/additional_composer_arguments"
227
235
}
228
236
},
229
237
"additionalProperties" : false
369
377
}
370
378
},
371
379
"additionalProperties" : false
380
+ },
381
+ "additional_composer_arguments" : {
382
+ "type" : " array" ,
383
+ "title" : " A list of composer arguments" ,
384
+ "description" : " A list of required composer arguments which will be added to `composer install` and `composer update` commands." ,
385
+ "examples" : [
386
+ [
387
+ " --no-scripts" ,
388
+ " --no-plugins"
389
+ ]
390
+ ],
391
+ "items" : {
392
+ "type" : " string" ,
393
+ "minLength" : 1 ,
394
+ "title" : " An composer argument" ,
395
+ "description" : " Can be either an argument or contain all arguments"
396
+ }
372
397
}
373
398
}
374
399
}
You can’t perform that action at this time.
0 commit comments