Skip to content

Releases: ezimuel/ringphp

Release 1.2.2

07 Dec 11:35
1.2.2
7887fc8
Compare
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
Compare
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
Compare
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