silverstripe-installer/.cow.json
2017-07-24 14:45:14 +12:00

18 lines
439 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": "exact",
"vendors": [
"silverstripe"
],
"tests": [
"vendor/bin/phpunit framework/tests/php",
"vendor/bin/phpunit cms/tests"
],
"exclude": [
"silverstripe/recipe-plugin"
]
}