Skip to content

Releases: typhonius/acquia-php-sdk-v2

1.0.1

27 Nov 05:25
Compare
Choose a tag to compare

Removes some non-needed Symfony components that snuck into the release and drops the version of PHP Code Sniffer to be equal to that required by Drupal and BLT.

1.0.0

25 Nov 06:46
Compare
Choose a tag to compare

Creates first stable fully tested release of the Acquia PHP SDK.

All API implementing methods are unit testable with PHPUnit and provide a response class for simple type hinting when using the SDK with other projects.

The implementation of the SDK has been changed since the initial development release to allow for injection and the README should be consulted for further details.

Big thanks to @rujiali for the lion's share of refactoring and creation of a properly unit testable codebase.