diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index def78519..f090bd76 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -18,11 +18,9 @@ jobs: run: php artisan app:validate-rule-definitions # @see https://github.com/rectorphp/jack - # limit to 3 breakpoints for now, @see https://github.com/rectorphp/getrector-com/actions/runs/20596227217/job/59151352711#step:5:15 - # that can't upgrade to rector/jack 0.5.0 due to prefix build issue - name: 'Rector Jack' - run: vendor/bin/jack breakpoint --limit 3 --ansi + run: vendor/bin/jack breakpoint --limit 2 - name: 'PHPStan' diff --git a/composer.json b/composer.json index bf36ef3b..d2d34a98 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan": "^2.1.33", "phpstan/phpstan-webmozart-assert": "^2.0", "phpunit/phpunit": "^12.5", - "rector/jack": "0.4.0", + "rector/jack": "^0.5.1", "rector/swiss-knife": "^2.3.3", "tomasvotruba/class-leak": "^2.1" }, diff --git a/composer.lock b/composer.lock index bd3014a4..e2c1f1d4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2c17a0f28f191a5a23fed367f8882219", + "content-hash": "8856543d18c316b23d967afc3e426743", "packages": [ { "name": "brick/math", @@ -7734,16 +7734,16 @@ }, { "name": "rector/jack", - "version": "0.4.0", + "version": "0.5.1", "source": { "type": "git", "url": "https://github.com/rectorphp/jack.git", - "reference": "0916162c7bd86d1e4c8f06a98fc73e9dcf799cc4" + "reference": "78b2f2e57de33c857e36d122867642d2b6eb1bfc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/jack/zipball/0916162c7bd86d1e4c8f06a98fc73e9dcf799cc4", - "reference": "0916162c7bd86d1e4c8f06a98fc73e9dcf799cc4", + "url": "https://api.github.com/repos/rectorphp/jack/zipball/78b2f2e57de33c857e36d122867642d2b6eb1bfc", + "reference": "78b2f2e57de33c857e36d122867642d2b6eb1bfc", "shasum": "" }, "require": { @@ -7765,7 +7765,7 @@ "description": "Swiss knife in pocket of every upgrade architect", "support": { "issues": "https://github.com/rectorphp/jack/issues", - "source": "https://github.com/rectorphp/jack/tree/0.4.0" + "source": "https://github.com/rectorphp/jack/tree/0.5.1" }, "funding": [ { @@ -7777,7 +7777,7 @@ "type": "github" } ], - "time": "2025-11-08T19:24:35+00:00" + "time": "2025-12-30T14:32:45+00:00" }, { "name": "rector/swiss-knife",