Skip to content

Commit

Permalink
Merge pull request #40 from jacquesbh/use-sylius-1.13
Browse files Browse the repository at this point in the history
Sylius 1.13
  • Loading branch information
maximehuran authored Dec 19, 2024
2 parents 53a6b3a + a57b4aa commit cfd1383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import(__DIR__ . '/.castor/');

const DEFAULT_TIMEOUT_COMPOSER_PROCESS = 120;
const SUGGESTED_PHP_VERSION = '8.2';
const SUGGESTED_SYLIUS_VERSION = '1.12';
const SUGGESTED_PHP_VERSION = '8.3';
const SUGGESTED_SYLIUS_VERSION = '1.13';

#[AsTask(namespace: 'local', description: 'Reset local project. Be careful!')]
function reset(): void
Expand Down Expand Up @@ -92,7 +92,7 @@ function setup(

# Add or update packages
run('symfony composer require --dev --no-scripts phpmd/phpmd="*"', context: $composerContext);
run('symfony composer require --dev --no-scripts phpunit/phpunit="^9.5" --with-all-dependencies', context: $composerContext);
run('symfony composer require --dev --no-scripts phpunit/phpunit --with-all-dependencies', context: $composerContext);
run('symfony composer require --dev --no-scripts friendsofphp/php-cs-fixer', context: $composerContext);
run('symfony composer require --no-scripts cweagans/composer-patches', context: $composerContext);
run('symfony composer require --dev --no-scripts szeidler/composer-patches-cli', context: $composerContext);
Expand Down

0 comments on commit cfd1383

Please sign in to comment.