You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing several PHP 8.4 deprecation warnings from the goldspecdigital/oooas dependency, e.g.
GoldSpecDigital\ObjectOrientedOAS\Objects\BaseObject:: __construct(): Implicitly marking parameter $objectId as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/goldspecdigital/oooas/src/Objects/BaseObject.php on line 38
TYPO3 version
13.4
PHP version
8.4
Extension version
4.1.3
Composer mode
Operating system
Linux
Current behavior
I'm facing several PHP 8.4 deprecation warnings from the
goldspecdigital/oooasdependency, e.g.It looks like the library will not be developed any further.
goldspecdigital/oooas#64
Are there any plans to switch to a different dependency?
Expected behavior
No response
Steps to reproduce
No response
Additional context
No response
Code of Conduct