Note: I realized as I was writing this that composer.json
is only in the development branch, but I figure I should ask anyways...
I did some searching and I can’t seem to find if one can install Beans with Composer (i.e. composer require beans/beans
). Is there a public package for Beans on Packagist?
I am a heavy Roots user and I thought I would give Beans a try in a Bedrock project. Since the type
in Beans’ composer.json
is set to wordpress-theme
, Bedrock would automatically install it in its themes
directory. This way, since it’s recommended to use a child theme, I can manage the Beans parent theme as a dependency.