Skip to content

Commit a24cd39

Browse files
committed
Add sudo to update-composer in CircleCI configuration
1 parent 07980c1 commit a24cd39

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)