Skip to content

Commit

Permalink
Avoid restricting phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesbh committed Dec 5, 2024
1 parent 87b0e24 commit a57b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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 a57b4aa

Please sign in to comment.