don't change composer.sls in oauth-branch

This commit is contained in:
Kurt Bendlin 2015-05-21 11:49:27 +02:00
parent f51fe7ccb7
commit ef5d8ef204

View File

@ -2,8 +2,7 @@
{% set install_file = php.local_bin + '/composer' %} {% set install_file = php.local_bin + '/composer' %}
include: include:
- php.cli - php
- php.ng.curl
get-composer: get-composer:
cmd.run: cmd.run:
@ -11,8 +10,7 @@ get-composer:
- unless: test -f {{ install_file }} - unless: test -f {{ install_file }}
- cwd: {{ php.temp_dir }} - cwd: {{ php.temp_dir }}
- require: - require:
- pkg: {{ php.cli_pkg }} - pkg: php
- pkg: {{ php.curl_pkg }}
install-composer: install-composer:
cmd.wait: cmd.wait: