Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Commit

Permalink
Added Laravel 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilias Karamanis committed Jul 10, 2017
1 parent 872194d commit d0cbaee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@
"psr-4": {
"KaramanisWeb\\SimpleSMSGreek\\": "tests/"
}
}
},
"extra": {
"laravel": {
"providers": [
"KaramanisWeb\\SimpleSMSGreek\\SmsServiceProvider"
]
}
}
}
2 changes: 1 addition & 1 deletion src/SmsServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace KaramanisWeb\SimpleSMSGreek\Providers;
namespace KaramanisWeb\SimpleSMSGreek;

use Illuminate\Support\ServiceProvider;
use KaramanisWeb\SimpleSMSGreek\SMS as sms;
Expand Down

0 comments on commit d0cbaee

Please sign in to comment.