symfony / recipes-contrib

Symfony Contrib Recipes Repositories

Home Page:https://github.com/symfony/recipes-contrib/blob/flex/main/RECIPES.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

luca-rath opened this issue · 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