Skip to content

Commit

Permalink
allow composer to up/downgrade dependencies when installing the-build
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond authored Feb 25, 2022
1 parent a74f767 commit 5221507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Use this copy of the-build
- run:
name: Replace the default version of the-build with this one
command: composer require --dev palantirnet/the-build:dev-${CIRCLE_BRANCH}
command: composer require --dev --with-all-dependencies palantirnet/the-build:dev-${CIRCLE_BRANCH}

# Source cache - update when branch changes
- save_cache:
Expand Down

0 comments on commit 5221507

Please sign in to comment.