Skip to content

Releases: hussainweb/drupal-api-client

Release v2.1.1

23 Oct 13:19
e712959
Compare
Choose a tag to compare
  • fix: loosen unnecessary version constraint on Guzzle

Release v2.1.0

16 Sep 01:41
ea3c489
Compare
Choose a tag to compare

What's Changed

  • Switch to minimum of PHP 8.0
  • Add support for guzzlehttp/psr7:^2.6
  • Miscellaneous improvements to CI and tooling
  • Add an editorconfig by @deviantintegral in #2

New Contributors

Full Changelog: v2.0.0...v2.1.0

Release v2.0.0

27 Jul 03:56
6dc4e9c
Compare
Choose a tag to compare
* Create release for tags using GH Actions
* Run PHPStan in Travis
* Add phpstan and fix a type-hint
* Add type information for parameters
* Update tests on Travis
* Add composer scripts
* Move up the required version of PHP so that we are compatible with PSR-12
* Remove PHP 7.1 from tests as we don't want to support an unsupported version of PHP.
* Remove hhvm from tests and add PHP 7.4
* Update to the latest PHPUnit
* Update to the latest codesniffer
* Change Travis test versions
* Remove direct dependency on Guzzle.