sroze
Repos
190
Followers
422
Following
17

The open-source continuous deployment pipeline for containerized applications

166
8

Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.

7839
884

Fault tolerance library and micro-services helpers

206
18

Companion for .env files

244
11

Infinite Scrolling for AngularJS

2913
700

A symfony bundle to handle multiple upload ways on your REST API.

46
15

Events

Created at 1 week ago
Created at 1 month ago
closed issue
Allow Symfony 6 packages
Created at 2 months ago
issue comment
Allow Symfony 6 packages

@vsouz4 just done here: https://github.com/sroze/companienv/releases/tag/1.0.1

Created at 2 months ago
create tag
sroze create tag 1.0.1
Created at 2 months ago
sroze create tag 0.7.0
Created at 2 months ago
Add PHP 8.1 support

Closed by https://github.com/sroze/messenger-enqueue-transport/pull/115.

Created at 2 months ago
pull request closed
Add PHP 8.1 support

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
Created at 2 months ago
Add PHP 8.1 support

Closed by https://github.com/sroze/messenger-enqueue-transport/pull/115.

Created at 2 months ago
pull request closed
implement __serialize and __unserialize

in order to update to php8.1 we need this changes.

Created at 2 months ago
implement __serialize and __unserialize

Closed by https://github.com/sroze/messenger-enqueue-transport/pull/115.

Created at 2 months ago

feat: Supporting 8.1 (Remove deprecated interface) + Update and fix phpunit test (#115)

  • Remove deprecated interface
  • Delete no need code
Created at 2 months ago
pull request closed
Supporting 8.1 (Remove deprecated interface) + Update and fix phpunit test
Created at 2 months ago