mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
Shift resources into app folder
Add autoloading skeleton and classmap for Page.php / PageController.php
This commit is contained in:
parent
30df0f5e43
commit
0b71d14fe1
@ -11,9 +11,16 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^5.7"
|
"phpunit/phpunit": "^5.7"
|
||||||
},
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {},
|
||||||
|
"classmap": [
|
||||||
|
"app/src/Page.php",
|
||||||
|
"app/src/PageController.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"project-files": [
|
"project-files": [
|
||||||
"mysite/_config/*",
|
"app/_config/*",
|
||||||
".env.example"
|
".env.example"
|
||||||
],
|
],
|
||||||
"public-files": [
|
"public-files": [
|
||||||
@ -21,8 +28,7 @@
|
|||||||
"favicon.ico"
|
"favicon.ico"
|
||||||
],
|
],
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"4.x-dev": "4.2.x-dev",
|
"4.x-dev": "4.2.x-dev"
|
||||||
"dev-master": "5.x-dev"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
Loading…
Reference in New Issue
Block a user