瀏覽代碼

Run composer installer with PHP

The composer installer has to be executed with PHP itself as detailed on
https://getcomposer.org/download/.
tags/v0.34.0
Wolodja Wentland 8 年之前
父節點
當前提交
70b995041d
共有 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…
取消
儲存