|
35 | 35 | "require-dev": { |
36 | 36 | "larastan/larastan": "^3.0", |
37 | 37 | "laravel/pint": "^1.0", |
38 | | - "nunomaduro/collision": "^8.0", |
39 | 38 | "orchestra/testbench": "^9.0|^10.0", |
40 | 39 | "pestphp/pest": "^3.7|^4.0", |
41 | | - "pestphp/pest-plugin-arch": "^3.0|^4.0", |
42 | | - "pestphp/pest-plugin-laravel": "^3.0|^4.0", |
43 | | - "pestphp/pest-plugin-livewire": "^3.0|^4.0", |
44 | | - "rector/rector": "^2.0", |
45 | | - "spatie/laravel-ray": "^1.26" |
| 40 | + "pestphp/pest-plugin-laravel": "^3.0|^4.0" |
46 | 41 | }, |
47 | 42 | "autoload": { |
48 | 43 | "psr-4": { |
|
58 | 53 | "post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi", |
59 | 54 | "analyse": "phpstan analyse", |
60 | 55 | "lint": "pint", |
61 | | - "refactor": "rector", |
62 | 56 | "test": "pest --no-coverage", |
63 | 57 | "test:coverage": "pest --coverage", |
64 | | - "test:lint": "pint --test", |
65 | | - "test:refactor": "rector --dry-run" |
| 58 | + "test:lint": "pint --test" |
66 | 59 | }, |
67 | 60 | "extra": { |
68 | 61 | "laravel": { |
|
74 | 67 | "config": { |
75 | 68 | "sort-packages": true, |
76 | 69 | "allow-plugins": { |
77 | | - "composer/package-versions-deprecated": true, |
78 | | - "pestphp/pest-plugin": true, |
79 | | - "phpstan/extension-installer": true |
| 70 | + "pestphp/pest-plugin": true |
80 | 71 | } |
81 | 72 | }, |
82 | 73 | "prefer-stable": true |
|
0 commit comments