mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-04-04 05:33:34 +03:00
Use PSR-4 (#517)
This commit is contained in:
parent
1623c7e48a
commit
1bcce53387
135 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue