Skip to content

Commit

Permalink
Fix package namespace on composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Iop committed Mar 18, 2019
1 parent 6e13e45 commit 7a38374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Adds Infobip mail to Laravel mail drivers.",
"keywords": ["laravel", "infobip"],
"type": "library",
"version": "1.0.0",
"version": "1.0.1",
"require": {
"laravel/framework": "^5.6",
"guzzlehttp/guzzle": "^6.3"
Expand All @@ -17,7 +17,7 @@
],
"autoload": {
"psr-4": {
"Send4\\InfobipMail": "src/"
"Send4\\InfobipMail\\": "src/"
}
},
"extra": {
Expand Down

0 comments on commit 7a38374

Please sign in to comment.