mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Merge pull request #223 from open-sausages/pulls/4/appy-days
Shift resources into app folder
This commit is contained in:
commit
39f0af225f
@ -4,16 +4,23 @@
|
||||
"description": "The SilverStripe Framework Installer",
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"silverstripe/recipe-plugin": "^1",
|
||||
"silverstripe/recipe-plugin": "^1.2",
|
||||
"silverstripe/recipe-cms": "1.2.x-dev",
|
||||
"silverstripe-themes/simple": "~3.2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {},
|
||||
"classmap": [
|
||||
"app/src/Page.php",
|
||||
"app/src/PageController.php"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"project-files": [
|
||||
"mysite/_config/*",
|
||||
"app/_config/*",
|
||||
".env.example"
|
||||
],
|
||||
"public-files": [
|
||||
@ -21,8 +28,7 @@
|
||||
"favicon.ico"
|
||||
],
|
||||
"branch-alias": {
|
||||
"4.x-dev": "4.2.x-dev",
|
||||
"dev-master": "5.x-dev"
|
||||
"4.x-dev": "4.2.x-dev"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
|
Loading…
Reference in New Issue
Block a user