mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
34 lines
809 B
JSON
34 lines
809 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"
|
|
],
|
|
"archives": [
|
|
{
|
|
"recipe": "silverstripe/recipe-core",
|
|
"files": [
|
|
"SilverStripe-framework-v{version}.zip",
|
|
"SilverStripe-framework-v{version}.tar.gz"
|
|
]
|
|
},
|
|
{
|
|
"recipe": "silverstripe/installer",
|
|
"files": [
|
|
"SilverStripe-cms-v{version}.zip",
|
|
"SilverStripe-cms-v{version}.tar.gz"
|
|
]
|
|
}
|
|
]
|
|
}
|