lcatlett / blt-drush-alias

Acquia BLT plugin to generate Acquia drush aliases
10 stars 8 forks source link

Update namespacing for refactored acquia-php-sdk-v2 classes and add missing argument for new Account. #7

Closed cainaru closed 2 years ago

cainaru commented 3 years ago

Here is an initial PR to address https://github.com/lcatlett/blt-drush-alias/issues/6.

This PR attempts to revise the namespacing for referenced classes from typhonius/acquia-php-sdk-v2, and add the missing argument for Account.

iainp999 commented 3 years ago

I validated this and it is working well - thank you @cainaru. Would someone have time to review/merge please?

vyasamit2007 commented 2 years ago

I validated by applying this PR change, and all goes well after that. Thanks!