Fixed PSR4 namespaces in composer.json

This commit is contained in:
Franco Springveldt 2017-09-08 14:38:27 +12:00
parent 8c80714605
commit 49cecd7777
1 changed files with 6 additions and 0 deletions

View File

@ -28,5 +28,11 @@
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\MultiForm\\": "src/",
"SilverStripe\\MultiForm\\Tests\\": "tests/"
}
}
}