Skip to content

Commit c66d032

Browse files
committed
build(dependencies): update rector/jack to version 0.2 and enhance command options
1 parent 4a8c8e8 commit c66d032

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"phpstan/phpstan-strict-rules": "^2.0",
8585
"phpstan/phpstan-webmozart-assert": "^2.0",
8686
"povils/phpmnd": "^3.6",
87-
"rector/jack": "^0.1",
87+
"rector/jack": "^0.2",
8888
"rector/rector": "^2.0",
8989
"rector/swiss-knife": "^2.2",
9090
"rector/type-perfect": "^2.1",
@@ -263,11 +263,14 @@
263263
"facades-update": "/usr/local/opt/[email protected]/bin/php -f ./bin/facades.php",
264264
"infection": "@php ./vendor/bin/infection --test-framework=pest --show-mutations --threads=4 --ansi -v",
265265
"jack": "@php vendor/bin/jack --ansi -v",
266-
"jack-breakpoint": "@jack breakpoint",
267-
"jack-open-versions": "@jack open-versions",
266+
"jack-breakpoint": "@jack breakpoint --limit=5",
267+
"jack-breakpoint-dev": "@jack-breakpoint --dev",
268+
"jack-open-versions": "@jack open-versions --limit=99",
268269
"jack-open-versions-dev": "@jack-open-versions --dev",
269270
"jack-open-versions-dev-dry-run": "@jack-open-versions-dev --dry-run",
270271
"jack-open-versions-dry-run": "@jack-open-versions --dry-run",
272+
"jack-raise-to-installed": "@jack raise-to-installed",
273+
"jack-raise-to-installed-dry-run": "@jack-raise-to-installed --dry-run",
271274
"json-lint": "@php ./vendor/bin/jsonlint *.json .*rc",
272275
"lint": [
273276
"@env-put-php",

0 commit comments

Comments
 (0)