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
@zoiosilva Note that installing terminus using composer is not supported. It's strongly recommended to download the .phar from the github releases page and place it in your $PATH, or for users not comfortable doing that, using the brew or ubuntu package.
I think we'll merge the PR for this because php-xml is indeed needed, but this shouldn't be misconstrued as supporting installing terminus using composer.
Platform
All
Installed Via
Composer
PHP Version
Any
Command Executed
Trying to install the package without the
php-xml
extension installed:composer install pantheon-systems/terminus
Expected behavior
The composer install was supposed to fail telling that the extension is missing.
Actual behavior
The package installs, and if you try
terminus --version
after:Proposed solution
The
ext-xml:"*"
should be listed in the composer file as a requirement as well.The text was updated successfully, but these errors were encountered: