Sfoglia il codice sorgente

Fixed render error

tags/v0.34.0
Ross Perkins 9 anni fa
parent
commit
657a4bf4c2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      php/composer.sls

+ 1
- 1
php/composer.sls Vedi File

@@ -21,7 +21,7 @@ get-composer:
update-composer:
cmd.run:
- name: "{{ install_file }} selfupdate"
- unless: "WARNING_TIME=$(grep --text COMPOSER_DEV_WARNING_TIME {{ install_file }} | egrep '^\s*define' | sed -e 's,[^[:digit:]],,g'); php -r \"exit($WARNING_TIME > time() ? 0 : 1);\""
- unless: test $(grep --text COMPOSER_DEV_WARNING_TIME {{ install_file }} | egrep '^\s*define' | sed -e 's,[^[:digit:]],,g') \> $(php -r 'echo time();')
- cwd: {{ php.temp_dir }}
- require:
- cmd: get-composer

Loading…
Annulla
Salva