You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tooling:
php-version:
service: :servicecmd: php -voptions:
service:
default: appserverdescribe: Run php in different service
But switched to something more usefull like composer:
tooling:
composer:
service: :servicecmd: php -voptions:
service:
default: appserverdescribe: Run composer in different service
Issue is that i need to trigger the correct composer based on the service:
currently core code looks for the dir in the tool -- which does not help,
could the method in the lando tooling utils do something like:
basic idea:
using your example:
But switched to something more usefull like composer:
Issue is that i need to trigger the correct composer based on the service:
currently core code looks for the dir in the tool -- which does not help,
could the method in the lando tooling utils do something like:
Thereby reading the
dir
option on the service definition?The text was updated successfully, but these errors were encountered: