Skip to content

Commit daa1aaa

Browse files
committed
build(composer): update orchestra/testbench and rector/type-perfect versions
- Updated `orchestra/testbench` version to `^7.55`. - Updated `rector/type-perfect` version to `^2.1`. - Added new commands for `jack` and `infection` in the scripts section. - Ensured compatibility with the latest dependencies.
1 parent 52e33dc commit daa1aaa

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"laravel/facade-documenter": "dev-main",
5555
"maglnet/composer-require-checker": "^4.4",
5656
"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",
5858
"pestphp/pest": "^1.23 || ^2.0 || ^3.0",
5959
"pestphp/pest-plugin-faker": "^1.0 || ^2.0 || ^3.0",
6060
"pestphp/pest-plugin-laravel": "^1.4 || ^2.0 || ^3.0",
@@ -63,8 +63,9 @@
6363
"phpstan/phpstan-deprecation-rules": "^2.0",
6464
"phpstan/phpstan-webmozart-assert": "^2.0",
6565
"povils/phpmnd": "^3.6",
66+
"rector/jack": "^0.1",
6667
"rector/rector": "^2.0",
67-
"rector/type-perfect": "^2.0",
68+
"rector/type-perfect": "^2.1",
6869
"shipmonk/composer-dependency-analyser": "^1.8",
6970
"shipmonk/phpstan-baseline-per-identifier": "^2.1",
7071
"spatie/pest-plugin-snapshots": "^1.1 || ^2.0",
@@ -194,6 +195,13 @@
194195
"@putenvs",
195196
"$PHP81 -f ./vendor/bin/facade.php -- Guanguans\\\\LaravelApiResponse\\\\Facades\\\\ApiResponseFacade"
196197
],
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",
197205
"lint": [
198206
"@putenvs",
199207
"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

Comments
 (0)