51 lines
1.9 KiB
JSON
Executable file
51 lines
1.9 KiB
JSON
Executable file
{
|
|
"name": "monkee/cyberstamm-silverstripe",
|
|
"type": "silverstripe-recipe",
|
|
"description": "The monkee SilverStripe Framework Installer + Addons",
|
|
"require": {
|
|
"php": "^7.1 || ^8",
|
|
"silverstripe/recipe-plugin": "^1.2",
|
|
"silverstripe/recipe-cms": "4.7.3@stable",
|
|
"silverstripe-themes/simple": "~3.2.0",
|
|
"silverstripe/login-forms": "4.3.0@stable",
|
|
"silverstripe/blog": "^3.6",
|
|
"silverstripe/comments": "^3.4",
|
|
"silverstripe/siteconfig": "*",
|
|
"entidi/silverstrap": "^3.0",
|
|
"purplespider/basic-calendar": "dev-master",
|
|
"syntro/silverstripe-elemental-bootstrap-baseitems": "^0.4.0",
|
|
"syntro/silverstripe-elemental-bootstrap-alertsection": "^0.4.0",
|
|
"syntro/silverstripe-elemental-bootstrap-featuresection": "^0.4.0",
|
|
"syntro/silverstripe-elemental-bootstrap-testimonialsection": "^0.4.0",
|
|
"syntro/silverstripe-elemental-bootstrap-spotlightsection": "dev-master",
|
|
"syntro/silverstripe-elemental-bootstrap-gallerysection": "dev-master",
|
|
"syntro/silverstripe-elemental-bootstrap-staffsection": "dev-master",
|
|
"syntro/silverstripe-elemental-bootstrap-accordionsection": "dev-master",
|
|
"syntro/silverstripe-elemental-bootstrap-listgroupsection": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"sminnee/phpunit": "^5.7",
|
|
"sminnee/phpunit-mock-objects": "^3.4.5"
|
|
},
|
|
"extra": {
|
|
"resources-dir": "_resources",
|
|
"project-files-installed": [
|
|
"app/.htaccess",
|
|
"app/_config.php",
|
|
"app/_config/mimevalidator.yml",
|
|
"app/_config/mysite.yml",
|
|
"app/src/Page.php",
|
|
"app/src/PageController.php"
|
|
],
|
|
"public-files-installed": [
|
|
".htaccess",
|
|
"index.php",
|
|
"web.config"
|
|
]
|
|
},
|
|
"config": {
|
|
"process-timeout": 600
|
|
},
|
|
"prefer-stable": true,
|
|
"minimum-stability": "dev"
|
|
}
|