MAJOR: upgrade to new version of Silverstripe - step: Add PSR-4 Autoloading to the composer file.

This commit is contained in:
thiemen 2019-04-23 18:22:36 +12:00
parent 798280b9f8
commit 66f78b80b8
1 changed files with 5 additions and 0 deletions

View File

@ -27,5 +27,10 @@
"branch-alias": {
"dev-master": "2.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Sunnysideup\\DMS\\": "src/"
}
}
}