Skip to content

Releases: TransitScreen/php-heroku-client

v4.0.3

25 Feb 19:51
e66cbe6

Choose a tag to compare

  • Documentation, CI, and package maintenance

v4.0.2

21 Jul 04:21

Choose a tag to compare

  • Allow psr/http-message version 2.x
  • Add php-http/discovery to allow-plugins

v3.1.1

21 Jul 04:19

Choose a tag to compare

Backport changes from v4

  • Allow psr/http-message version 2.x
  • Add php-http/discovery to allow-plugins

v4.0.1

29 Apr 15:49
aa7dd0d

Choose a tag to compare

Update requirements in the README

v4.0.0

29 Apr 14:52
15d0b66

Choose a tag to compare

Drop the http-interop/http-factory-guzzle dependency
Upgrade the guzzlehttp/psr7 dependency to ^2.0
Switch to the HTTP factory present in guzzlehttp/psr7

v3.1.0

16 Mar 10:55

Choose a tag to compare

Add PUT method
Replace TravisCI with Github Actions
Replace Scrutinizer-CI with SonarCloud
Run the test suite against more platform variations

v3.0.0

20 Feb 21:27

Choose a tag to compare

Add support for PHP 8.x
Remove support for PHP 7.1 and 7.2 (use the 2.x branch for these)
Upgrade to PHPUnit 9.x
Upgrade test environment to Ubuntu Bionic
Start using a Composer script to run tests
Thank you to lukasjuhas for the PHP8 work!

v2.0.0

08 Dec 09:25
e2fa506

Choose a tag to compare

Switch HTTP client abstraction from HTTPlug to PSR-18
Remove support for PHP versions lower than 7.1 (use the 1.x branch for these)

v1.4.1

30 Apr 18:39

Choose a tag to compare

Remove support for HHVM due to Composer dropping support for it

v1.4.0

30 Apr 07:39

Choose a tag to compare

Improve documentation on contributing to the project