fix autoloader in composer
This commit is contained in:
parent
1064c50407
commit
4747e9b270
@ -9,6 +9,10 @@
|
||||
"email": "inbox.dev@jhodges.co.uk"
|
||||
}
|
||||
],
|
||||
"psr-4": { "JHodges\\GiteaBot\\": "src/" },
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JHodges\\GiteaBot\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user