mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 23:17:47 +01:00
update namespaces
This commit is contained in:
+9
-10
@@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user