mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
Use PSR-4 (#517)
This commit is contained in:
parent
1623c7e48a
commit
1bcce53387
@ -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
Loading…
Reference in New Issue
Block a user