mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"github-slug": "silverstripe/silverstripe-installer",
|
|
"child-stability-inherit": true,
|
|
"dependency-constraint": "loose",
|
|
"vendors": [
|
|
"silverstripe",
|
|
"silverstripe-themes"
|
|
],
|
|
"tests": [
|
|
"vendor/bin/phpunit vendor/silverstripe/framework/tests/php",
|
|
"vendor/bin/phpunit vendor/silverstripe/cms/tests/php"
|
|
],
|
|
"exclude": [
|
|
"silverstripe/recipe-plugin"
|
|
]
|
|
}
|