diff --git a/composer.json b/composer.json index ca83da37..f59792cb 100644 --- a/composer.json +++ b/composer.json @@ -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" ] } },