|
|
|
|
|
|
|
|
- pkg: php |
|
|
- pkg: php |
|
|
|
|
|
|
|
|
install-composer: |
|
|
install-composer: |
|
|
cmd.wait: |
|
|
|
|
|
|
|
|
cmd.run: |
|
|
- name: {{ php.temp_dir }}/installer --filename={{ php.composer_bin }} --install-dir={{ php.local_bin }} |
|
|
- name: {{ php.temp_dir }}/installer --filename={{ php.composer_bin }} --install-dir={{ php.local_bin }} |
|
|
- watch: |
|
|
|
|
|
|
|
|
- unless: test -f {{ install_file }} |
|
|
|
|
|
- require: |
|
|
- file: get-composer |
|
|
- file: get-composer |
|
|
|
|
|
|
|
|
# Get COMPOSER_DEV_WARNING_TIME from the installed composer, and if that time has passed |
|
|
# Get COMPOSER_DEV_WARNING_TIME from the installed composer, and if that time has passed |