|
9 | 9 | } |
10 | 10 | ], |
11 | 11 | "require": { |
12 | | - "awcodes/filament-badgeable-column": "^2.3.2", |
13 | | - "awcodes/shout": "^2.0.4", |
| 12 | + "awcodes/filament-badgeable-column": "^v3.0.0-beta.1", |
| 13 | + "awcodes/shout": "^v3.0.0-beta.2", |
14 | 14 | "barryvdh/laravel-dompdf": "^3.0", |
15 | 15 | "cartalyst/converter": "^9.0|^10", |
16 | 16 | "doctrine/dbal": "^3.6|^4.0", |
17 | 17 | "dompdf/dompdf": "^3.1", |
18 | 18 | "ext-bcmath": "*", |
19 | 19 | "ext-exif": "*", |
20 | 20 | "ext-intl": "*", |
21 | | - "filament/filament": "^3.3.36", |
22 | | - "filament/spatie-laravel-media-library-plugin": "^3.3.4", |
| 21 | + "filament/filament": "^4.1", |
| 22 | + "filament/spatie-laravel-media-library-plugin": "^4.0", |
23 | 23 | "guzzlehttp/guzzle": "^7.3", |
24 | 24 | "http-interop/http-factory-guzzle": "^1.2", |
25 | 25 | "kalnoy/nestedset": "^v6.0.5", |
26 | 26 | "laravel/framework": "^11.0|^12.0", |
27 | 27 | "laravel/scout": "^10.13.1", |
28 | | - "leandrocfe/filament-apex-charts": "^3.2.0", |
| 28 | + "leandrocfe/filament-apex-charts": "^5.0", |
29 | 29 | "livewire/livewire": "^3.0", |
30 | 30 | "lukascivil/treewalker": "0.9.1", |
31 | 31 | "lunarphp/lunar": "self.version", |
|
37 | 37 | "spatie/laravel-medialibrary": "^11.12.7", |
38 | 38 | "spatie/laravel-permission": "^6.12", |
39 | 39 | "spatie/php-structure-discoverer": "^2.3.1", |
40 | | - "stephenjude/filament-two-factor-authentication": "^2.0", |
41 | 40 | "stripe/stripe-php": "^16.0", |
42 | 41 | "technikermathe/blade-lucide-icons": "^v3.0", |
43 | 42 | "typesense/typesense-php": "^4.9" |
44 | 43 | }, |
45 | 44 | "require-dev": { |
| 45 | + "filament/upgrade": "^4.0", |
46 | 46 | "larastan/larastan": "^2.9|^3.0", |
47 | 47 | "laravel/pint": "1.17.0", |
48 | 48 | "mockery/mockery": "^1.6.9", |
49 | 49 | "orchestra/testbench": "^8.0|^9.0|^10.0", |
50 | 50 | "pestphp/pest": "^2.0|^3.0", |
51 | 51 | "pestphp/pest-plugin-laravel": "^2.0|^3.0", |
52 | | - "symplify/monorepo-builder": "^10.0" |
| 52 | + "phpstan/phpstan": "2.1.17", |
| 53 | + "symplify/monorepo-builder": "^11.0" |
53 | 54 | }, |
54 | 55 | "autoload": { |
55 | 56 | "files": [ |
|
87 | 88 | "Lunar\\Tests\\Search\\": "tests/search" |
88 | 89 | } |
89 | 90 | }, |
| 91 | + "repositories": [], |
90 | 92 | "extra": { |
91 | 93 | "lunar": { |
92 | 94 | "name": [ |
|
0 commit comments