|
12 | 12 | "php": "^7.4|^8.0", |
13 | 13 | "arcanedev/log-viewer": "8.x", |
14 | 14 | "darkghosthunter/laraguard": "^3.0", |
15 | | - "fideloper/proxy": "^4.4", |
16 | 15 | "fruitcake/laravel-cors": "^2.0", |
17 | 16 | "guzzlehttp/guzzle": "^7.0.1", |
18 | 17 | "jamesmills/laravel-timezone": "^1.9", |
19 | 18 | "lab404/laravel-impersonate": "^1.6", |
20 | 19 | "langleyfoxall/laravel-nist-password-rules": "^4.1", |
21 | | - "laravel/framework": "^8.40", |
| 20 | + "laravel/framework": "^8.54", |
| 21 | + "laravel/sanctum": "^2.11", |
22 | 22 | "laravel/socialite": "^5.0", |
23 | 23 | "laravel/tinker": "^2.5", |
24 | 24 | "laravel/ui": "^3.0", |
|
59 | 59 | "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", |
60 | 60 | "@php artisan package:discover --ansi" |
61 | 61 | ], |
| 62 | + "post-update-cmd": [ |
| 63 | + "@php artisan vendor:publish --tag=laravel-assets --ansi", |
| 64 | + "@php artisan ide-helper:generate", |
| 65 | + "@php artisan ide-helper:meta" |
| 66 | + ], |
62 | 67 | "post-root-package-install": [ |
63 | 68 | "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" |
64 | 69 | ], |
65 | 70 | "post-create-project-cmd": [ |
66 | 71 | "@php artisan key:generate --ansi" |
67 | 72 | ], |
68 | | - "post-update-cmd": [ |
69 | | - "@php artisan ide-helper:generate", |
70 | | - "@php artisan ide-helper:meta" |
71 | | - ], |
72 | 73 | "clear-all": [ |
73 | 74 | "@php artisan clear-compiled", |
74 | 75 | "@php artisan cache:clear", |
|
0 commit comments