mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
Fix composer autoload error
This commit is contained in:
parent
79a585eda4
commit
2a9df8695d
@ -17,7 +17,7 @@ This module is intended to replicate and expand upon the functionality provided
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
SilverStripe 4.0
|
SilverStripe 4.0 (3.1+ through previous releases)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -22,6 +22,8 @@
|
|||||||
"installer-name": "betternavigator"
|
"installer-name": "betternavigator"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"Jonom\\BetterNavigator\\": "src/"
|
"psr-4": {
|
||||||
|
"JonoM\\BetterNavigator\\": "src/"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user