Skip to content

Releases: ezimuel/ringphp

Release 1.4.0

07 Aug 09:36
1.4.0
bc98359

Choose a tag to compare

This release contains the following feature:

  • support of PHP 8.4 in ezimuel/guzzlestream 4.1.0 see #16, thanks @reedy!

Release 1.3.0

24 Feb 10:58
1.3.0
5e4ee1d

Choose a tag to compare

This release introduce the following changes:

  • Support of react/promise 3.0 and also 2.0, #15

Release 1.2.3

16 Jan 08:13
1.2.3
648a9c3

Choose a tag to compare

  • Fixed the support of PHP 8.4 in #13, thanks to @dmnlk

Release 1.2.2

07 Dec 11:35
1.2.2
7887fc8

Choose a tag to compare

  • Fixed dynamic properties in PHP 8.2 using #[\AllowDynamicProperties] #9 and #10

Release 1.2.1

25 Oct 12:57
1.2.1
8d00384

Choose a tag to compare

  • Fixed the support of PHP 8.1 with #7 and #8
  • Fixed the integration with Symfony, adding explicit @return annotations to suppress User Deprecated notices #5

Release 1.2.0

16 Nov 12:03
1.2.0
92b8161

Choose a tag to compare

This release contains the following changes:

  • Add attribute to avoid Deprecated notice for PHP 8.1, see #4
  • Add replace guzzlehttp/ringphp in composer, see #3
  • Add .gitattributes file, see #2
  • Updated to PHPUnit 9 and fixed the unit tests for PHP 8, see d386b25