Fixed autoload issue

This commit is contained in:
Youen 2024-07-02 21:57:50 +02:00
parent 62b05d621d
commit c75cf0a9c2

View File

@ -24,13 +24,18 @@
"role": "Developer" "role": "Developer"
} }
], ],
"autoload": {
"psr-4": {
"Youen\\UsersMap\\": "src/"
}
},
"extra": { "extra": {
"flarum-extension": { "flarum-extension": {
"title": "Users Map", "title": "Users Map",
"category": "feature", "category": "feature",
"icon": { "icon": {
"name": "fas fa-map-marked-alt", "name": "fas fa-map-marked-alt",
"backgroundColor": "purple", "backgroundColor": "darkgreen",
"color": "white" "color": "white"
} }
} }