|
21 | 21 | } |
22 | 22 | ], |
23 | 23 | "require": { |
24 | | - "php": "^8.1", |
25 | | - "filament/filament": "^3.0", |
26 | | - "filament/forms": "^3.0", |
27 | | - "filament/tables": "^3.0", |
| 24 | + "php": "^8.2", |
| 25 | + "filament/filament": "^4.0", |
| 26 | + "filament/forms": "^4.0", |
| 27 | + "filament/tables": "^4.0", |
28 | 28 | "spatie/laravel-package-tools": "^1.15.0" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | | - "larastan/larastan": "^2.0", |
| 31 | + "larastan/larastan": "^3.0", |
32 | 32 | "laravel/pint": "^1.0", |
33 | | - "nunomaduro/collision": "^7.9|^8.0", |
34 | | - "orchestra/testbench": "^8.0|^9.0", |
35 | | - "pestphp/pest": "^2.1", |
36 | | - "pestphp/pest-plugin-arch": "^2.0", |
37 | | - "pestphp/pest-plugin-laravel": "^2.0", |
| 33 | + "nunomaduro/collision": "^8.0", |
| 34 | + "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", |
38 | 39 | "phpstan/extension-installer": "^1.1", |
39 | | - "phpstan/phpstan-deprecation-rules": "^1.0", |
40 | | - "phpstan/phpstan-phpunit": "^1.0", |
| 40 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 41 | + "phpstan/phpstan-phpunit": "^2.0", |
| 42 | + "rector/rector": "^2.0", |
41 | 43 | "spatie/laravel-ray": "^1.26" |
42 | 44 | }, |
43 | 45 | "autoload": { |
|
53 | 55 | }, |
54 | 56 | "scripts": { |
55 | 57 | "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
56 | | - "analyse": "vendor/bin/phpstan analyse", |
57 | | - "test": "vendor/bin/pest", |
58 | | - "test-coverage": "vendor/bin/pest --coverage", |
59 | | - "format": "vendor/bin/pint" |
60 | | - }, |
61 | | - "config": { |
62 | | - "sort-packages": true, |
63 | | - "allow-plugins": { |
64 | | - "pestphp/pest-plugin": true, |
65 | | - "phpstan/extension-installer": true |
66 | | - } |
| 58 | + "analyse": "phpstan analyse", |
| 59 | + "lint": "pint", |
| 60 | + "refactor": "rector", |
| 61 | + "test": "pest", |
| 62 | + "test:lint": "pint --test", |
| 63 | + "test:refactor": "rector --dry-run" |
67 | 64 | }, |
68 | 65 | "extra": { |
69 | 66 | "laravel": { |
|
75 | 72 | } |
76 | 73 | } |
77 | 74 | }, |
| 75 | + "config": { |
| 76 | + "sort-packages": true, |
| 77 | + "allow-plugins": { |
| 78 | + "composer/package-versions-deprecated": true, |
| 79 | + "pestphp/pest-plugin": true, |
| 80 | + "phpstan/extension-installer": true |
| 81 | + } |
| 82 | + }, |
78 | 83 | "minimum-stability": "dev", |
79 | 84 | "prefer-stable": true |
80 | 85 | } |
0 commit comments