|
5 | 5 | ":vendor_name", |
6 | 6 | "laravel", |
7 | 7 | "filamentphp", |
| 8 | + "filament", |
| 9 | + "filament-plugin", |
8 | 10 | ":package_slug" |
9 | 11 | ], |
10 | 12 | "homepage": "https://github.com/:vendor_slug/:package_slug", |
|
22 | 24 | ], |
23 | 25 | "require": { |
24 | 26 | "php": "^8.2", |
25 | | - "filament/filament": "^4.0", |
26 | | - "filament/forms": "^4.0", |
27 | | - "filament/tables": "^4.0", |
| 27 | + "filament/filament": "^5.0", |
| 28 | + "filament/forms": "^5.0", |
| 29 | + "filament/tables": "^5.0", |
28 | 30 | "spatie/laravel-package-tools": "^1.15.0" |
29 | 31 | }, |
30 | 32 | "require-dev": { |
31 | 33 | "larastan/larastan": "^3.0", |
32 | 34 | "laravel/pint": "^1.0", |
33 | 35 | "nunomaduro/collision": "^8.0", |
34 | 36 | "orchestra/testbench": "^9.0|^10.0", |
35 | | - "pestphp/pest": "^3.0", |
36 | | - "pestphp/pest-plugin-arch": "^3.0", |
37 | | - "pestphp/pest-plugin-laravel": "^3.0", |
38 | | - "pestphp/pest-plugin-livewire": "^3.0", |
| 37 | + "pestphp/pest": "^3.7|^4.0", |
| 38 | + "pestphp/pest-plugin-arch": "^3.0|^4.0", |
| 39 | + "pestphp/pest-plugin-laravel": "^3.0|^4.0", |
| 40 | + "pestphp/pest-plugin-livewire": "^3.0|^4.0", |
39 | 41 | "phpstan/extension-installer": "^1.1", |
40 | 42 | "phpstan/phpstan-deprecation-rules": "^2.0", |
41 | 43 | "phpstan/phpstan-phpunit": "^2.0", |
|
0 commit comments