Use PSR-4 (#517)

This commit is contained in:
Tobias Nyholm 2019-01-06 08:34:49 +01:00 committed by GitHub
parent 1623c7e48a
commit 1bcce53387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
135 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
"nyholm/nsa": "^1.1"
},
"autoload": {
"psr-0": {
"Mailgun": "src/"
"psr-4": {
"Mailgun\\": "src/"
}
},
"autoload-dev": {

Some files were not shown because too many files have changed in this diff Show More