Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit 633b241

Browse files
authored
Merge pull request #511 from dimsav/issue-510
run composer self-update as sudo
2 parents c3e3cf6 + 9fe1fdf commit 633b241

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
@@ -37,7 +37,7 @@ jobs:
3737
# Composer
3838
- run:
3939
name: 'Composer self-update'
40-
command: 'composer self-update'
40+
command: 'sudo composer self-update'
4141

4242
- restore_cache:
4343
keys:

0 commit comments

Comments
 (0)