Fix composer autoload error

This commit is contained in:
Jonathon Menz 2017-04-24 10:33:16 -07:00
parent 79a585eda4
commit 2a9df8695d
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@ This module is intended to replicate and expand upon the functionality provided
## Requirements
SilverStripe 4.0
SilverStripe 4.0 (3.1+ through previous releases)
## Installation

View File

@ -22,6 +22,8 @@
"installer-name": "betternavigator"
},
"autoload": {
"Jonom\\BetterNavigator\\": "src/"
"psr-4": {
"JonoM\\BetterNavigator\\": "src/"
}
}
}