Skip to content

Unrecognized option "default" under "enqueue.transport" #669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
coudenysj opened this issue Dec 5, 2018 · 3 comments
Closed

Unrecognized option "default" under "enqueue.transport" #669

coudenysj opened this issue Dec 5, 2018 · 3 comments

Comments

@coudenysj
Copy link
Contributor

I'm getting an error when installing the bundle. It has probably something to do with #333.

$ composer require enqueue/enqueue-bundle enqueue/amqp-lib
Using version ^0.9.1 for enqueue/enqueue-bundle
Using version ^0.9.1 for enqueue/amqp-lib
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "4.2.*"
Nothing to install or update
Generating autoload files
Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 1
!!  
!!  In ArrayNode.php line 331:
!!                                                                                 
!!    Unrecognized option "default" under "enqueue.transport". Available options   
!!    are "async_commands", "async_events", "client", "consumption", "extensions"  
!!    , "job", "monitoring", "transport".                                          
!!                                                                                 
!!  
!! 

It is using https://github.com/symfony/recipes-contrib/tree/master/enqueue/enqueue-bundle/0.4.

@makasim
Copy link
Member

makasim commented Dec 5, 2018

recipes are out of date. There is a PR that adds new one symfony/recipes-contrib#568

@makasim makasim closed this as completed Dec 5, 2018
@makasim
Copy link
Member

makasim commented Dec 5, 2018

The config format has changed a bit. You could use a mentioned PR to adjust yours.

@coudenysj
Copy link
Contributor Author

Oh, ok.

Thanks for the quick response (and the great packages ;) ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants