|
1 | 1 | { |
2 | | - "name": "codedor/filament-menu", |
| 2 | + "name": "wotz/filament-menu", |
3 | 3 | "description": "A menu package for filament", |
4 | 4 | "keywords": [ |
5 | | - "codedor", |
| 5 | + "who owns the zebra", |
6 | 6 | "laravel", |
7 | 7 | "filament-menu" |
8 | 8 | ], |
9 | | - "homepage": "https://github.com/codedor/filament-menu", |
| 9 | + "homepage": "https://github.com/wotzebra/filament-menu", |
10 | 10 | "license": "MIT", |
11 | 11 | "require": { |
12 | 12 | "php": "^8.2", |
13 | | - "codedor/filament-link-picker": "dev-feature/filament-v5", |
14 | | - "codedor/filament-translatable-tabs": "dev-feature/filament-v5", |
15 | | - "codedor/laravel-locale-collection": "^1.2", |
16 | | - "codedor/laravel-online-scope": "dev-feature/filament-v5", |
17 | 13 | "filament/filament": "^4.0|^5.0", |
18 | 14 | "illuminate/contracts": "^10.0|^11.0|^12.0", |
19 | 15 | "spatie/eloquent-sortable": "^4.0", |
20 | | - "spatie/laravel-navigation": "^1.2", |
| 16 | + "spatie/laravel-navigation": "^1.3", |
21 | 17 | "spatie/laravel-package-tools": "^1.12", |
22 | | - "spatie/laravel-translatable": "^6.5" |
| 18 | + "spatie/laravel-translatable": "^6.5", |
| 19 | + "wotz/filament-link-picker": "^2.0", |
| 20 | + "wotz/filament-translatable-tabs": "^2.0", |
| 21 | + "wotz/laravel-locale-collection": "^2.0", |
| 22 | + "wotz/laravel-online-scope": "^2.0" |
23 | 23 | }, |
24 | 24 | "require-dev": { |
25 | 25 | "larastan/larastan": "^2.0|^3.0", |
26 | 26 | "laravel/pint": "^1.0", |
27 | 27 | "nunomaduro/collision": "^7.0|^8.0", |
28 | 28 | "orchestra/testbench": "^8.0|^9.0|^10.0", |
29 | | - "pestphp/pest": "^2.0|^3.0", |
30 | | - "pestphp/pest-plugin-laravel": "^2.0|^3.0", |
| 29 | + "pestphp/pest": "^2.0|^3.0|^4.0", |
| 30 | + "pestphp/pest-plugin-laravel": "^2.0|^3.0|^4.0", |
31 | 31 | "phpstan/extension-installer": "^1.1|^2.0", |
32 | 32 | "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", |
33 | | - "phpstan/phpstan-phpunit": "^1.0|^2.0", |
34 | | - "spatie/laravel-navigation": "^1.2|^2.0" |
| 33 | + "phpstan/phpstan-phpunit": "^1.0|^2.0" |
35 | 34 | }, |
36 | 35 | "autoload": { |
37 | 36 | "psr-4": { |
38 | | - "Codedor\\FilamentMenu\\": "src", |
39 | | - "Codedor\\FilamentMenu\\Database\\Factories\\": "database/factories" |
| 37 | + "Wotz\\FilamentMenu\\": "src", |
| 38 | + "Wotz\\FilamentMenu\\Database\\Factories\\": "database/factories" |
40 | 39 | } |
41 | 40 | }, |
42 | 41 | "autoload-dev": { |
43 | 42 | "psr-4": { |
44 | | - "Codedor\\FilamentMenu\\Tests\\": "tests" |
| 43 | + "Wotz\\FilamentMenu\\Tests\\": "tests" |
45 | 44 | } |
46 | 45 | }, |
47 | 46 | "extra": { |
48 | 47 | "laravel": { |
49 | 48 | "providers": [ |
50 | | - "Codedor\\FilamentMenu\\Providers\\FilamentMenuServiceProvider" |
| 49 | + "Wotz\\FilamentMenu\\Providers\\FilamentMenuServiceProvider" |
51 | 50 | ] |
52 | 51 | } |
53 | 52 | }, |
| 53 | + "support": { |
| 54 | + "email": "info@whoownsthezebra.be" |
| 55 | + }, |
54 | 56 | "config": { |
55 | 57 | "sort-packages": true, |
56 | 58 | "allow-plugins": { |
|
0 commit comments