소스 검색

Merge pull request #76 from babilen/fix-composer-install

Run composer installer with PHP
tags/v0.34.0
Forrest 8 년 전
부모
커밋
80df4fe208
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      php/composer.sls

+ 1
- 1
php/composer.sls 파일 보기

@@ -16,7 +16,7 @@ get-composer:

install-composer:
cmd.run:
- name: {{ php.temp_dir }}/installer --filename={{ php.composer_bin }} --install-dir={{ php.local_bin }}
- name: php {{ php.temp_dir }}/installer --filename={{ php.composer_bin }} --install-dir={{ php.local_bin }}
- unless: test -f {{ install_file }}
- require:
- file: get-composer

Loading…
취소
저장