symfony/recipes-contrib

Allow recipes for packages with other type than "symfony-bundle"

luca-rath opened this issue · 3 comments

What is the reason against supporting recipes for packages with a different type than "symfony-bundle", if they want to register a bundle?
As far as I can see, the related code in symfony/flex has been removed here.

Here is the error, which is happening: https://flex.symfony.com/r/github.com/symfony/recipes-contrib/983

I also found this comment, but it hasn't been answered.

Thanks in advance!

Just saw, that e.g. the SyliusInvoicingPlugin sets sylius-plugin as it's type, but there is still a Recipe, which registers the bundle. Why does it fail in my case?

Fixed now