|
26 | 26 | "ext-json": "*",
|
27 | 27 | "ext-pdo_sqlite": "*",
|
28 | 28 | "ext-sqlite3": "*",
|
29 |
| - "filament/spatie-laravel-translatable-plugin": "^3.1", |
30 |
| - "archtechx/laravel-seo": "^0.10", |
| 29 | + "filament/spatie-laravel-translatable-plugin": "^3.3", |
| 30 | + "archtechx/laravel-seo": "dev-l12-compatibility", |
31 | 31 | "calebporzio/sushi": "^2.4",
|
32 | 32 | "codeat3/blade-iconpark": "^1.5",
|
33 |
| - "filament/filament": "^3.1" |
| 33 | + "filament/filament": "^3.3" |
34 | 34 | },
|
35 | 35 | "require-dev": {
|
36 |
| - "phpunit/phpunit": "^10.1", |
37 |
| - "nunomaduro/collision": "^7.0", |
38 |
| - "pestphp/pest-plugin-livewire": "2.x-dev", |
39 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
40 |
| - "phpstan/phpstan-phpunit": "^1.0", |
| 36 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 37 | + "phpstan/phpstan-phpunit": "^2.0", |
41 | 38 | "laravel/pint": "^1.0",
|
42 |
| - "larastan/larastan": "^2.2", |
43 |
| - "orchestra/testbench": "^8.0", |
44 |
| - "pestphp/pest": "^2.0", |
45 |
| - "pestphp/pest-plugin-laravel": "^2.0", |
46 |
| - "phpstan/extension-installer": "^1.1", |
47 |
| - "phpstan/phpstan": "^1.10" |
| 39 | + "nunomaduro/collision": "^8.6", |
| 40 | + "larastan/larastan": "^3.0", |
| 41 | + "nunomaduro/phpinsights": "^2.8", |
| 42 | + "orchestra/testbench": "^10.0", |
| 43 | + "pestphp/pest": "^3.0", |
| 44 | + "pestphp/pest-plugin-arch": "^3.0", |
| 45 | + "pestphp/pest-plugin-laravel": "^3.0", |
| 46 | + "pestphp/pest-plugin-livewire": "^3.0", |
| 47 | + "phpstan/extension-installer": "^1.4" |
48 | 48 | },
|
49 | 49 | "autoload": {
|
50 | 50 | "psr-4": {
|
|
72 | 72 | "phpstan/extension-installer": true
|
73 | 73 | }
|
74 | 74 | },
|
75 |
| - "minimum-stability": "dev", |
76 | 75 | "extra": {
|
77 | 76 | "laravel": {
|
78 | 77 | "providers": [
|
|
0 commit comments