From 306a319678987af7668ac1dbab450f001b1fde55 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 28 Dec 2025 11:55:28 +0000 Subject: [PATCH] The latest jack is no longer a Symfony cli app and does not have the --help switch --- resources/composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/composer.json b/resources/composer.json index ebaa9219..4f8f7678 100644 --- a/resources/composer.json +++ b/resources/composer.json @@ -92,12 +92,12 @@ "website": "https://github.com/rectorphp/jack", "command": { "composer-bin-plugin": { - "package": "rector/jack", + "package": "rector/jack:0.4.0", "namespace": "jack", "links": {"%target-dir%/jack": "jack"} } }, - "test": "jack --version", + "test": "jack help", "tags": ["composer"] } ]