.lando.yml 245 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 name: composer-installers-extender services: php: type: php:7.1 via: cli xdebug: true tooling: composer: service: php description: Run composer commands cmd: - composer - --ansi php: service: php