diff --git a/composer.json b/composer.json index 5b29075..c173315 100644 --- a/composer.json +++ b/composer.json @@ -1,45 +1,49 @@ { - "name": "mckenziearts/laravel-notify", - "description": "Flexible flash notifications for Laravel", - "keywords": ["Laravel", "laravel-notify", "notification"], - "license": "MIT", - "support": { - "issues": "https://github.com/mckenziearts/laravel-notify/issues", - "source": "https://github.com/mckenziearts/laravel-notify" - }, - "authors": [ - { - "name": "Arthur Monney", - "email": "monneylobe@gmail.com" - } - ], - "require": { - "php": "~8.0", - "illuminate/support": "^8.0|^9.0|^10.0" - }, - "require-dev": { - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0|^9.0", - "laravel/pint": "^1.6" - }, - "autoload": { - "psr-4": { - "Mckenziearts\\Notify\\": "src/" + "name": "mckenziearts/laravel-notify", + "description": "Flexible flash notifications for Laravel", + "keywords": [ + "Laravel", + "laravel-notify", + "notification" + ], + "license": "MIT", + "support": { + "issues": "https://github.com/mckenziearts/laravel-notify/issues", + "source": "https://github.com/mckenziearts/laravel-notify" }, - "files": [ - "src/helpers.php" - ] - }, - "extra": { - "laravel": { - "providers": [ - "Mckenziearts\\Notify\\LaravelNotifyServiceProvider" - ], - "aliases": { - "Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify" - } - } - }, - "minimum-stability": "dev", - "prefer-stable": true + "authors": [ + { + "name": "Arthur Monney", + "email": "monneylobe@gmail.com" + } + ], + "require": { + "php": "~8.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^8.0|^9.0|^10.5", + "laravel/pint": "^1.6" + }, + "autoload": { + "psr-4": { + "Mckenziearts\\Notify\\": "src/" + }, + "files": [ + "src/helpers.php" + ] + }, + "extra": { + "laravel": { + "providers": [ + "Mckenziearts\\Notify\\LaravelNotifyServiceProvider" + ], + "aliases": { + "Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify" + } + } + }, + "minimum-stability": "dev", + "prefer-stable": true }