|
54 | 54 | "laravel/facade-documenter": "dev-main",
|
55 | 55 | "maglnet/composer-require-checker": "^4.4",
|
56 | 56 | "mockery/mockery": "^1.6",
|
57 |
| - "orchestra/testbench": "^7.54 || ^8.0 || ^9.0 || ^10.0", |
| 57 | + "orchestra/testbench": "^7.55 || ^8.0 || ^9.0 || ^10.0", |
58 | 58 | "pestphp/pest": "^1.23 || ^2.0 || ^3.0",
|
59 | 59 | "pestphp/pest-plugin-faker": "^1.0 || ^2.0 || ^3.0",
|
60 | 60 | "pestphp/pest-plugin-laravel": "^1.4 || ^2.0 || ^3.0",
|
|
63 | 63 | "phpstan/phpstan-deprecation-rules": "^2.0",
|
64 | 64 | "phpstan/phpstan-webmozart-assert": "^2.0",
|
65 | 65 | "povils/phpmnd": "^3.6",
|
| 66 | + "rector/jack": "^0.1", |
66 | 67 | "rector/rector": "^2.0",
|
67 |
| - "rector/type-perfect": "^2.0", |
| 68 | + "rector/type-perfect": "^2.1", |
68 | 69 | "shipmonk/composer-dependency-analyser": "^1.8",
|
69 | 70 | "shipmonk/phpstan-baseline-per-identifier": "^2.1",
|
70 | 71 | "spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
|
|
194 | 195 | "@putenvs",
|
195 | 196 | "$PHP81 -f ./vendor/bin/facade.php -- Guanguans\\\\LaravelApiResponse\\\\Facades\\\\ApiResponseFacade"
|
196 | 197 | ],
|
| 198 | + "infection": "@php ./vendor/bin/infection --test-framework=pest --show-mutations --threads=4 --ansi -v", |
| 199 | + "jack": "@php vendor/bin/jack --ansi -v", |
| 200 | + "jack-breakpoint": "@jack breakpoint", |
| 201 | + "jack-open-versions": "@jack open-versions", |
| 202 | + "jack-open-versions-dev": "@jack-open-versions --dev", |
| 203 | + "jack-open-versions-dev-dry-run": "@jack-open-versions-dev --dry-run", |
| 204 | + "jack-open-versions-dry-run": "@jack-open-versions --dry-run", |
197 | 205 | "lint": [
|
198 | 206 | "@putenvs",
|
199 | 207 | "for DIR in .; do find $DIR -maxdepth 1 -type f -name '*.php' -type f ! -name 'xxx.php' -exec $PHP74 -l {} \\; 2>&1 | (! grep -v '^No syntax errors detected'); done",
|
|
0 commit comments