v1.2 #3

Manually merged
jhodges merged 25 commits from develop into master 2019-09-07 08:53:26 +01:00
Showing only changes of commit 4747e9b270 - Show all commits

View File

@ -9,6 +9,10 @@
"email": "inbox.dev@jhodges.co.uk" "email": "inbox.dev@jhodges.co.uk"
} }
], ],
"psr-4": { "JHodges\\GiteaBot\\": "src/" }, "autoload": {
"psr-4": {
"JHodges\\GiteaBot\\": "src/"
}
},
"require": {} "require": {}
} }