Skip to content

Commit 903397f

Browse files
authored
Merge pull request #2360 from alanpoulain/fix-circle-ci-composer-self-update
Fix update-composer in CircleCI configuration
2 parents 07980c1 + a24cd39 commit 903397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ reusable-steps:
6464
- &update-composer
6565
run:
6666
name: Update Composer
67-
command: composer self-update
67+
command: sudo composer self-update
6868
- &update-project-dependencies
6969
run:
7070
name: Update project dependencies

0 commit comments

Comments
 (0)