Hello, this module looks like it solves a use-case for us. However, when I try to add the module using composer, it clones it from the repo, with a .git subdirectory. This makes git see it as a submodule, and git won't commit the module directory to the repository. Then, when I check it out the branch, the module files aren't there. Running a `composer update` doesn't download it.

Can you make an official release so that I can manage this project with composer?

Comments

slefevre@ccad.edu created an issue. See original summary.

chris burge’s picture

Status: Active » Fixed

We now have an 8.x-2.0-beta2 release that includes an upgrade path from 8.x-1.x AND composer.json.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

slefevre@ccad.edu’s picture

Thanks, Chris! :D