feat(lando): add support for `php` command (#10146)

Co-authored-by: Joshua Bedford <joshua.bedford@hurstreview.com>
master
Joshua Bedford 5 years ago committed by GitHub
parent 4d7f0cfb47
commit a4e68967a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/lando/lando.plugin.zsh

@ -8,6 +8,7 @@ function artisan \
drush \
gulp \
npm \
php \
wp \
yarn {
if checkForLandoFile; then

Loading…
Cancel
Save