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

Run composer installer with PHP
This commit is contained in:
Forrest 2016-02-29 11:55:23 -08:00
commit 80df4fe208

View File

@ -16,7 +16,7 @@ get-composer:
install-composer: install-composer:
cmd.run: 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 }} - unless: test -f {{ install_file }}
- require: - require:
- file: get-composer - file: get-composer