The open-source continuous deployment pipeline for containerized applications
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
A symfony bundle to handle multiple upload ways on your REST API.
@vsouz4 just done here: https://github.com/sroze/companienv/releases/tag/1.0.1
Closed by https://github.com/sroze/messenger-enqueue-transport/pull/115.
Solves the deprecation:
Deprecated: Enqueue\MessengerAdapter\EnvelopeItem\TransportConfiguration implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/html/sw6/vendor/sroze/messenger-enqueue-transport/EnvelopeItem/TransportConfiguration.php on line 24
Closed by https://github.com/sroze/messenger-enqueue-transport/pull/115.
in order to update to php8.1 we need this changes.
Closed by https://github.com/sroze/messenger-enqueue-transport/pull/115.
feat: Supporting 8.1 (Remove deprecated interface) + Update and fix phpunit test (#115)