lcatlett / blt-drush-alias

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

Updates the underlying SDK to the 2.0 branch. #5

Closed typhonius closed 4 years ago

typhonius commented 4 years ago

N.B I haven't had a chance to properly test that this works. What I've done though is run through the file and replace all the v1 calls to the SDK with v2 calls. This PR will definitely need a bit of checking before merging :)

josephdpurcell commented 4 years ago

@typhonius This is awesome!! Thank you!

@lcatlett Could this project (blt-drush-alias) create a 2.x branch for this?

So that this can happen:

That will allow anyone currently on 1x of acquia-php-sdk to still be able to use this project (which is the case for me and the teams I work with).

lcatlett commented 4 years ago

thank you @typhonius! @josephdpurcell I cut a 2.x branch and a 2.0.0 release which makes the plugin compatible with 2.x of acquia-php-sdk. 1.x will continue to work with 1.x of acquia-php-sdk