Merge pull request #223 from open-sausages/pulls/4/appy-days

Shift resources into app folder
This commit is contained in:
Damian Mooyman 2018-04-11 15:25:06 +12:00 committed by GitHub
commit 39f0af225f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View File

@ -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": {