|
33 | 33 | },
|
34 | 34 | "scripts": {
|
35 | 35 | "testbench": "vendor/bin/testbench package:discover --ansi",
|
| 36 | + "db": "vendor/bin/testbench package:create-sqlite-db && vendor/bin/testbench migrate", |
36 | 37 | "analyse": "vendor/bin/phpstan analyse src tests",
|
37 | 38 | "test": "vendor/bin/pest",
|
38 | 39 | "test-coverage": "vendor/bin/pest --coverage",
|
|
52 | 53 | }
|
53 | 54 | ],
|
54 | 55 | "require": {
|
55 |
| - "php": "^8.1|^8.2", |
| 56 | + "php": "^8.2|^8.3|^8.4", |
56 | 57 | "tomatophp/console-helpers": "^1.1",
|
57 |
| - "filament/filament": "^3.2", |
| 58 | + "filament/filament": "^3.3", |
| 59 | + "filament/spatie-laravel-media-library-plugin": "^3.3", |
| 60 | + "filament/spatie-laravel-translatable-plugin": "^3.3", |
58 | 61 | "tomatophp/filament-icons": "^1.1",
|
59 |
| - "filament/spatie-laravel-media-library-plugin": "^3.2", |
60 |
| - "filament/spatie-laravel-translatable-plugin": "^3.2", |
61 |
| - "genealabs/laravel-model-caching": "^11.0", |
62 | 62 | "tomatophp/filament-translation-component": "^v1.0"
|
63 | 63 | },
|
64 | 64 | "require-dev": {
|
65 |
| - "laravel/pint": "^1.18", |
| 65 | + "laravel/pint": "^1.21", |
66 | 66 | "livewire/livewire": "^2.10|^3.0",
|
67 |
| - "nunomaduro/larastan": "^2.9", |
68 |
| - "orchestra/testbench": "^9.5", |
69 |
| - "pestphp/pest": "^2.36", |
70 |
| - "pestphp/pest-plugin-laravel": "^2.4", |
71 |
| - "pestphp/pest-plugin-livewire": "^2.1", |
| 67 | + "nunomaduro/larastan": "^3.1", |
| 68 | + "orchestra/testbench": "^10.0", |
| 69 | + "pestphp/pest": "^3.7", |
| 70 | + "pestphp/pest-plugin-laravel": "^3.1", |
| 71 | + "pestphp/pest-plugin-livewire": "^3.0", |
72 | 72 | "phpstan/extension-installer": "^1.4",
|
73 |
| - "phpstan/phpstan-deprecation-rules": "^1.2", |
74 |
| - "phpstan/phpstan-phpunit": "^1.4" |
| 73 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 74 | + "phpstan/phpstan-phpunit": "^2.0" |
75 | 75 | },
|
76 |
| - "version": "2.0.3" |
| 76 | + "version": "2.0.4" |
77 | 77 | }
|
0 commit comments