Skip to content

Commit c697c1a

Browse files
committed
Fix downgrade
1 parent bb7cecf commit c697c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build-rector-scoped.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ wget https://github.com/humbug/php-scoper/releases/download/0.18.17/php-scoper.p
3939
#
4040
# On Downgrade PHP 8.5 rule, see https://github.com/rectorphp/rector-downgrade-php/pull/337
4141
#
42-
composer require ocramius/package-versions --working-dir "$BUILD_DIRECTORY"
42+
composer require --no-dev ocramius/package-versions --working-dir "$BUILD_DIRECTORY"
4343

4444
php "$BUILD_DIRECTORY/bin/add-phpstan-self-replace.php"
4545

0 commit comments

Comments
 (0)