```bash Examining php/composer.sls of type state [210] Numbers that start with `0` should always be encapsulated in quotation marks php/composer.sls:27 - mode: 0755 ```tags/v1.2.2
get-composer: | get-composer: | ||||
file.managed: | file.managed: | ||||
- name: {{ php.lookup.pkgs.temp_dir }}/installer | - name: {{ php.lookup.pkgs.temp_dir }}/installer | ||||
- mode: 0755 | |||||
- mode: '0755' | |||||
- unless: test -f {{ install_file }} | - unless: test -f {{ install_file }} | ||||
- source: https://getcomposer.org/installer | - source: https://getcomposer.org/installer | ||||
- source_hash: https://composer.github.io/installer.sig | - source_hash: https://composer.github.io/installer.sig |