sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 55 forks source link

Upgraded enqueue to support Symfony 5 #90

Closed kuraobi closed 4 years ago

kuraobi commented 4 years ago

Upgraded enqueue to 0.10 to add support for Symfony 5. I also applied the new CS Fixer rules from Symfony.

pableu commented 4 years ago

Any chance of merging this @weaverryan @sroze?

blastar commented 4 years ago

I'm also waiting for this one.

patrickbussmann commented 4 years ago

@sroze can you merge please? ☺

patrickbussmann commented 4 years ago

In the meanwhile, @blastar @pableu @kuraobi @sroze @weaverryan:

Add this to composer.json:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/kuraobi/messenger-enqueue-transport"
        }
    ]

And then:

$ composer req sroze/messenger-enqueue-transport:symfony5-dev

And then things like $ composer req enqueue/fs working, too 🤩

Nyholm commented 4 years ago

I will clean up some things, merge some PRs and move towards a release.