We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are mapped some methods that don't exist anymore on acquia-php-sdk-v2 library, eg: https://github.com/Lullabot/robo-acquia/blob/main/src/AcquiaCloudApiStack.php#L45
acquia-php-sdk-v2
The robo-acquia library requires typhonius/acquia-php-sdk-v2 which in the previous version (1.1.2) was implementing this function here https://github.com/typhonius/acquia-php-sdk-v2/blob/1.1.2/src/CloudApi/Client.php#L256 and now, for the latest version https://github.com/typhonius/acquia-php-sdk-v2/tree/3.1.1/src this file and function doesn't exist anymore.
robo-acquia
typhonius/acquia-php-sdk-v2
The text was updated successfully, but these errors were encountered:
Issue Lullabot#9: Deprecated/removed methods in typhonius/acquia-php-…
9a3012c
…sdk-v2.
Issue Lullabot#9: Updated solution to allow StackBasedTasks.
79dce32
34b68f6
Issue Lullabot#9: Implement a new class to bring back the old functio…
65eccf5
…nal solution.
Issue Lullabot#9: Fixing variable name.
c7114e2
No branches or pull requests
There are mapped some methods that don't exist anymore on
acquia-php-sdk-v2
library, eg: https://github.com/Lullabot/robo-acquia/blob/main/src/AcquiaCloudApiStack.php#L45The
robo-acquia
library requirestyphonius/acquia-php-sdk-v2
which in the previous version (1.1.2) was implementing this function here https://github.com/typhonius/acquia-php-sdk-v2/blob/1.1.2/src/CloudApi/Client.php#L256 and now, for the latest version https://github.com/typhonius/acquia-php-sdk-v2/tree/3.1.1/src this file and function doesn't exist anymore.The text was updated successfully, but these errors were encountered: