|
4 | 4 | "description": "A starter project for Laravel apps using Inertia and Vue.", |
5 | 5 | "license": "MIT", |
6 | 6 | "require": { |
7 | | - "php": "^8.2", |
| 7 | + "php": "^8.3", |
8 | 8 | "althinect/filament-spatie-roles-permissions": "^2.2", |
9 | | - "filament/filament": "^3.0", |
10 | | - "guzzlehttp/guzzle": "^7.8", |
11 | | - "inertiajs/inertia-laravel": "^1.0", |
12 | | - "laravel/framework": "^11.0", |
13 | | - "laravel/horizon": "^5.21", |
14 | | - "laravel/pulse": "^1.0@beta", |
| 9 | + "filament/filament": "^3.2", |
| 10 | + "inertiajs/inertia-laravel": "^1.2", |
| 11 | + "laravel/framework": "^11.10", |
| 12 | + "laravel/horizon": "^5.24", |
| 13 | + "laravel/pulse": "^1.2", |
15 | 14 | "laravel/sanctum": "^4.0", |
16 | | - "laravel/tinker": "^2.8", |
| 15 | + "laravel/tinker": "^2.9", |
17 | 16 | "predis/predis": "^2.2", |
18 | | - "spatie/laravel-permission": "^6.1", |
19 | | - "tightenco/ziggy": "^1.6" |
| 17 | + "spatie/laravel-permission": "^6.7", |
| 18 | + "tightenco/ziggy": "^1.8" |
20 | 19 | }, |
21 | 20 | "require-dev": { |
22 | | - "barryvdh/laravel-debugbar": "^3.9", |
| 21 | + "barryvdh/laravel-debugbar": "^3.13", |
23 | 22 | "fakerphp/faker": "^1.23", |
24 | | - "laravel/pint": "^1.13", |
| 23 | + "laravel/pint": "^1.16", |
25 | 24 | "mockery/mockery": "^1.6", |
26 | 25 | "nunomaduro/collision": "^8.1", |
27 | | - "pestphp/pest": "^2.19", |
| 26 | + "pestphp/pest": "^2.34", |
28 | 27 | "pestphp/pest-plugin-faker": "^2.0", |
29 | | - "pestphp/pest-plugin-laravel": "^2.2", |
30 | | - "spatie/laravel-ignition": "^2.3", |
31 | | - "spatie/ray": "^1.39" |
| 28 | + "pestphp/pest-plugin-laravel": "^2.4", |
| 29 | + "spatie/laravel-ray": "^1.36" |
32 | 30 | }, |
33 | 31 | "autoload": { |
34 | 32 | "psr-4": { |
|
72 | 70 | ], |
73 | 71 | "artisan:build": [ |
74 | 72 | "@php artisan horizon:terminate", |
75 | | - "@php artisan horizon:publish", |
76 | 73 | "@php artisan cache:clear", |
77 | 74 | "@php artisan queue:restart" |
78 | 75 | ], |
|
86 | 83 | "@php artisan filament:upgrade" |
87 | 84 | ], |
88 | 85 | "post-update-cmd": [ |
89 | | - "@php artisan vendor:publish --tag=laravel-assets --ansi --force", |
90 | | - "@php artisan horizon:publish --ansi" |
| 86 | + "@php artisan vendor:publish --tag=laravel-assets --ansi --force" |
91 | 87 | ], |
92 | 88 | "post-root-package-install": [ |
93 | 89 | "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
|
0 commit comments