mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
15 lines
386 B
JSON
15 lines
386 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/tests/php",
|
|
"vendor/bin/phpunit cms/tests"
|
|
]
|
|
}
|