|
1 | 1 | {
|
2 |
| - "name": "mckenziearts/laravel-notify", |
3 |
| - "description": "Flexible flash notifications for Laravel", |
4 |
| - "keywords": ["Laravel", "laravel-notify", "notification"], |
5 |
| - "license": "MIT", |
6 |
| - "support": { |
7 |
| - "issues": "https://github.com/mckenziearts/laravel-notify/issues", |
8 |
| - "source": "https://github.com/mckenziearts/laravel-notify" |
9 |
| - }, |
10 |
| - "authors": [ |
11 |
| - { |
12 |
| - "name": "Arthur Monney", |
13 |
| - |
14 |
| - } |
15 |
| - ], |
16 |
| - "require": { |
17 |
| - "php": "~8.0", |
18 |
| - "illuminate/support": "^8.0|^9.0|^10.0" |
19 |
| - }, |
20 |
| - "require-dev": { |
21 |
| - "mockery/mockery": "^1.0", |
22 |
| - "phpunit/phpunit": "^8.0|^9.0", |
23 |
| - "laravel/pint": "^1.6" |
24 |
| - }, |
25 |
| - "autoload": { |
26 |
| - "psr-4": { |
27 |
| - "Mckenziearts\\Notify\\": "src/" |
| 2 | + "name": "mckenziearts/laravel-notify", |
| 3 | + "description": "Flexible flash notifications for Laravel", |
| 4 | + "keywords": [ |
| 5 | + "Laravel", |
| 6 | + "laravel-notify", |
| 7 | + "notification" |
| 8 | + ], |
| 9 | + "license": "MIT", |
| 10 | + "support": { |
| 11 | + "issues": "https://github.com/mckenziearts/laravel-notify/issues", |
| 12 | + "source": "https://github.com/mckenziearts/laravel-notify" |
28 | 13 | },
|
29 |
| - "files": [ |
30 |
| - "src/helpers.php" |
31 |
| - ] |
32 |
| - }, |
33 |
| - "extra": { |
34 |
| - "laravel": { |
35 |
| - "providers": [ |
36 |
| - "Mckenziearts\\Notify\\LaravelNotifyServiceProvider" |
37 |
| - ], |
38 |
| - "aliases": { |
39 |
| - "Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify" |
40 |
| - } |
41 |
| - } |
42 |
| - }, |
43 |
| - "minimum-stability": "dev", |
44 |
| - "prefer-stable": true |
| 14 | + "authors": [ |
| 15 | + { |
| 16 | + "name": "Arthur Monney", |
| 17 | + |
| 18 | + } |
| 19 | + ], |
| 20 | + "require": { |
| 21 | + "php": "~8.0", |
| 22 | + "illuminate/support": "^8.0|^9.0|^10.0|^11.0" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "mockery/mockery": "^1.0", |
| 26 | + "phpunit/phpunit": "^8.0|^9.0|^10.5", |
| 27 | + "laravel/pint": "^1.6" |
| 28 | + }, |
| 29 | + "autoload": { |
| 30 | + "psr-4": { |
| 31 | + "Mckenziearts\\Notify\\": "src/" |
| 32 | + }, |
| 33 | + "files": [ |
| 34 | + "src/helpers.php" |
| 35 | + ] |
| 36 | + }, |
| 37 | + "extra": { |
| 38 | + "laravel": { |
| 39 | + "providers": [ |
| 40 | + "Mckenziearts\\Notify\\LaravelNotifyServiceProvider" |
| 41 | + ], |
| 42 | + "aliases": { |
| 43 | + "Notify": "Mckenziearts\\Notify\\Facades\\LaravelNotify" |
| 44 | + } |
| 45 | + } |
| 46 | + }, |
| 47 | + "minimum-stability": "dev", |
| 48 | + "prefer-stable": true |
45 | 49 | }
|
0 commit comments