|
1 | 1 | { |
2 | | - "name": "nwidart/laravel-menus", |
| 2 | + "name": "kylemassacre/laravel-menus", |
3 | 3 | "description": "Laravel Menu management", |
4 | 4 | "keywords": [ |
5 | 5 | "laravel", |
|
17 | 17 | { |
18 | 18 | "name": "Pingpong Labs", |
19 | 19 | "email": "pingpong.labs@gmail.com" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "Kyle Ellis", |
| 23 | + "email": "ky.ellis83@gmail.com" |
20 | 24 | } |
21 | 25 | ], |
22 | 26 | "require": { |
23 | | - "php": ">=7.3", |
24 | | - "illuminate/support": "^8.0", |
25 | | - "illuminate/config": "^8.0", |
26 | | - "illuminate/view": "^8.0", |
27 | | - "laravelcollective/html": "6.2.*" |
| 27 | + "php": "^8.0", |
| 28 | + "illuminate/support": "^10.0", |
| 29 | + "illuminate/config": "^10.0", |
| 30 | + "illuminate/view": "^10.0", |
| 31 | + "laravelcollective/html": "^6.4" |
28 | 32 | }, |
29 | 33 | "require-dev": { |
30 | | - "phpunit/phpunit": "^8.5", |
31 | | - "mockery/mockery": "~1.0", |
32 | | - "orchestra/testbench": "^6.2", |
33 | | - "friendsofphp/php-cs-fixer": "^2.16" |
| 34 | + "phpunit/phpunit": ">=9.6", |
| 35 | + "mockery/mockery": "^1.6", |
| 36 | + "orchestra/testbench": "^8", |
| 37 | + "friendsofphp/php-cs-fixer": "^3.52" |
34 | 38 | }, |
35 | 39 | "autoload": { |
36 | 40 | "psr-4": { |
37 | | - "Nwidart\\Menus\\": "src" |
| 41 | + "KyleMassacre\\Menus\\": "src" |
38 | 42 | } |
39 | 43 | }, |
40 | 44 | "autoload-dev": { |
41 | 45 | "psr-4": { |
42 | | - "Nwidart\\Menus\\Tests\\": "Tests" |
| 46 | + "KyleMassacre\\Menus\\Tests\\": "Tests" |
43 | 47 | } |
44 | 48 | }, |
45 | 49 | "extra": { |
|
48 | 52 | }, |
49 | 53 | "laravel": { |
50 | 54 | "providers": [ |
51 | | - "Nwidart\\Menus\\MenusServiceProvider" |
| 55 | + "KyleMassacre\\Menus\\MenusServiceProvider" |
52 | 56 | ], |
53 | 57 | "aliases": { |
54 | | - "Menu": "Nwidart\\Menus\\Facades\\Menu" |
| 58 | + "Menu": "KyleMassacre\\Menus\\Facades\\Menu" |
55 | 59 | } |
56 | 60 | } |
57 | 61 | }, |
58 | | - "minimum-stability": "stable" |
| 62 | + "minimum-stability": "stable", |
| 63 | + "scripts": { |
| 64 | + "php-cs-fixer": "php-cs-fixer --config=./.php-cs-fixer.dist.php" |
| 65 | + } |
59 | 66 | } |
0 commit comments