mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
16 lines
430 B
JSON
16 lines
430 B
JSON
|
{
|
||
|
"github-slug": "silverstripe/silverstripe-installer",
|
||
|
"changelog-holder": "silverstripe/framework",
|
||
|
"changelog-path": "docs/en/04_Changelogs/{stability}/{version}.md",
|
||
|
"child-stability-inherit": true,
|
||
|
"dependency-constraint": "loose",
|
||
|
"vendors": [
|
||
|
"silverstripe"
|
||
|
],
|
||
|
"tests": [
|
||
|
"vendor/bin/phpunit framework/admin/tests",
|
||
|
"vendor/bin/phpunit framework/tests",
|
||
|
"vendor/bin/phpunit cms/tests"
|
||
|
]
|
||
|
}
|