From 78e0568393846b29494a608acd3a0f3d1edaf4b3 Mon Sep 17 00:00:00 2001 From: Maxime Leclercq Date: Tue, 23 Jan 2024 20:57:39 +0100 Subject: [PATCH] fix: remove patch on szeidler because PR is merged --- castor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/castor.php b/castor.php index 8cec9f3..e256edc 100644 --- a/castor.php +++ b/castor.php @@ -79,7 +79,6 @@ function setup( run('symfony composer require --dev --no-scripts phpunit/phpunit="^9.5" --with-all-dependencies', path: 'apps/sylius/', timeout: DEFAULT_TIMEOUT_COMPOSER_PROCESS); run('symfony composer require --dev --no-scripts friendsofphp/php-cs-fixer', path: 'apps/sylius/', timeout: DEFAULT_TIMEOUT_COMPOSER_PROCESS); run('symfony composer require --no-scripts cweagans/composer-patches', path: 'apps/sylius/', timeout: DEFAULT_TIMEOUT_COMPOSER_PROCESS); - run('symfony composer config --json extra.patches.szeidler/composer-patches-cli \'{"fix return type": "https://patch-diff.githubusercontent.com/raw/szeidler/composer-patches-cli/pull/32.patch"}\'', path: 'apps/sylius/'); run('symfony composer require --dev --no-scripts szeidler/composer-patches-cli', path: 'apps/sylius/', timeout: DEFAULT_TIMEOUT_COMPOSER_PROCESS); # Fix for sylius and doctrine conflict