From c13bc2e6030e034293e10f9572666388ef70fb7a Mon Sep 17 00:00:00 2001 From: Bec White Date: Fri, 7 Jan 2022 14:33:18 -0600 Subject: [PATCH] When testing the-build on CircleCI, use composer require in order to get updated composer dependencies. --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index cedbac37..57990ea4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,10 +58,7 @@ jobs: # Use this copy of the-build - run: name: Replace the default version of the-build with this one - command: rm -r vendor/palantirnet/the-build - - - checkout: - path: ~/example/vendor/palantirnet/the-build + command: composer require --dev palantirnet/the-build:dev-${CIRCLE_BRANCH} # Source cache - update when branch changes - save_cache: