update namespaces

This commit is contained in:
Khoubza Younes
2020-12-06 17:29:32 +01:00
parent 205907b9ce
commit 9d248e0e87
+9 -10
View File
@@ -1,5 +1,5 @@
{
"name": "php-flasher/flasher-laravel-pnotify",
"name": "php-flasher/flasher-pnotify-laravel",
"description": "Laravel Flasher adapter package for php-flasher/flasher-pnotify",
"keywords": [
"yoeunes",
@@ -28,27 +28,26 @@
"license": "MIT",
"require": {
"php": ">=5.3",
"php-flasher/flasher-laravel": "^1.0.4",
"php-flasher/flasher-pnotify": "^1.0"
},
"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"
"php-flasher/flasher-laravel": "dev-main",
"php-flasher/flasher-pnotify": "dev-main"
},
"autoload": {
"psr-4": {
"Flasher\\Laravel\\Pnotify\\": "src/"
"Flasher\\Pnotify\\Laravel\\": "",
"exclude-from-classmap": [
"/Tests/"
]
}
},
"autoload-dev": {
"psr-4": {
"Flasher\\Laravel\\Pnotify\\Tests\\": "tests/"
"Flasher\\Pnotify\\Laravel\\Tests\\": "Tests/"
}
},
"extra": {
"laravel": {
"providers": [
"Flasher\\Laravel\\Pnotify\Flasher\PrimePnotifyServiceProvider"
"Flasher\\Pnotify\\Laravel\\NotifyPnotifyServiceProvider"
]
}
},