Closed ewinslow closed 9 years ago
oh, I see why that would be, that's annoying
I'm just going to commit the vendors with repo, I've started doing that with other repos anyway as it's been easier to manage in git for our projects
Sounds fine. Interested to see how things shake out with 2.0 supporting composer explicitly.
On Fri, Aug 7, 2015, 11:17 AM Matt Beckett notifications@github.com wrote:
oh, I see why that would be, that's annoying
I'm just going to commit the vendors with repo, I've started doing that with other repos anyway as it's been easier to manage in git for our projects
— Reply to this email directly or view it on GitHub https://github.com/arckinteractive/elgg_solr/issues/20#issuecomment-128786222 .
This line causes problems:
Because /mod/elgg_solr/vendor/autoload.php doesn't exist if I just install this module with composer like so:
My workaround was to include an empty vendor/autoload.php file in the repo, and then your packaging step I guess can bundle the dependencies if need be and overwrite the vendor/autoload.php file with a real one.