update namespaces

This commit is contained in:
Khoubza Younes
2020-12-06 17:29:32 +01:00
parent bffd95429f
commit 059c50618d
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider;
use Flasher\Toastr\Laravel\ServiceProvider\ServiceProviderManager;
class FlasherToastrServiceProvider extends ServiceProvider
final class FlasherToastrServiceProvider extends ServiceProvider
{
public function boot()
{
+4 -5
View File
@@ -31,13 +31,12 @@
"php-flasher/flasher-laravel": "dev-main",
"php-flasher/flasher-toastr": "dev-main"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7|^6.0|^7.0|^8.3|^9.0",
"orchestra/testbench": "^2.0|^3.0|^4.0|^5.0|^6.0"
},
"autoload": {
"psr-4": {
"Flasher\\Toastr\\Laravel\\": ""
"Flasher\\Toastr\\Laravel\\": "",
"exclude-from-classmap": [
"/Tests/"
]
}
},
"autoload-dev": {