Releases: ezimuel/ringphp
Releases · ezimuel/ringphp
Release 1.2.2
- Fixed dynamic properties in PHP 8.2 using
#[\AllowDynamicProperties]
#9 and #10
Release 1.2.1
- 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
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