Skip to content

Commit

Permalink
fix: remove patch on szeidler because PR is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Jan 23, 2024
1 parent 5dee4a2 commit 78e0568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78e0568

Please sign in to comment.