|
10 | 10 | "doctrine/dbal": "^3.5", |
11 | 11 | "filament/filament": "^2.16", |
12 | 12 | "guzzlehttp/guzzle": "^7.2", |
13 | | - "laravel/framework": "^9.19", |
14 | | - "laravel/sanctum": "^3.0", |
| 13 | + "laravel/framework": "^10.0", |
| 14 | + "laravel/sanctum": "^3.2", |
15 | 15 | "laravel/socialite": "^5.5", |
16 | | - "laravel/tinker": "^2.7", |
| 16 | + "laravel/tinker": "^2.8", |
17 | 17 | "livewire/livewire": "^2.10", |
18 | 18 | "phpsa/filament-password-reveal": "^1.1", |
19 | 19 | "stevebauman/location": "^6.5" |
|
23 | 23 | "laravel/pint": "^1.0", |
24 | 24 | "laravel/sail": "^1.0.1", |
25 | 25 | "mockery/mockery": "^1.4.4", |
26 | | - "nunomaduro/collision": "^6.1", |
27 | | - "phpunit/phpunit": "^9.5.10", |
28 | | - "spatie/laravel-ignition": "^1.0" |
| 26 | + "nunomaduro/collision": "^7.0", |
| 27 | + "pestphp/pest": "^2.3", |
| 28 | + "pestphp/pest-plugin-faker": "^2.0", |
| 29 | + "pestphp/pest-plugin-laravel": "^2.0", |
| 30 | + "pestphp/pest-plugin-livewire": "^2.0", |
| 31 | + "phpunit/phpunit": "^10.0", |
| 32 | + "spatie/laravel-ignition": "^2.0" |
29 | 33 | }, |
30 | 34 | "autoload": { |
31 | 35 | "psr-4": { |
|
40 | 44 | } |
41 | 45 | }, |
42 | 46 | "scripts": { |
| 47 | + "test": [ |
| 48 | + "./vendor/bin/pest" |
| 49 | + ], |
43 | 50 | "app-install": [ |
44 | 51 | "@php artisan db:wipe", |
45 | 52 | "@php artisan migrate", |
|
75 | 82 | "pestphp/pest-plugin": true |
76 | 83 | } |
77 | 84 | }, |
78 | | - "minimum-stability": "dev", |
| 85 | + "minimum-stability": "stable", |
79 | 86 | "prefer-stable": true |
80 | 87 | } |
0 commit comments