phpdebt icon indicating copy to clipboard operation
phpdebt copied to clipboard

Handling of global installation

Open gmemstr opened this issue 6 years ago • 3 comments

Currently, the script requires that the project being analyzed has either the modules it uses to be included in the project's vendor file, or the script itself (from which the dependencies will be pulled). This should not be assumed to be true, especially when using the smmccabe/docker docker image. Ideally, the script could detect if it is installed globally, and then fall back to using the globally installed commands.

gmemstr avatar May 03 '19 20:05 gmemstr

I think we should probably just bundle it up as a phar?

smmccabe avatar May 03 '19 20:05 smmccabe

Probably the easiest solution, then Github's release functionality can be used for better versioning as an added bonus.

gmemstr avatar May 03 '19 21:05 gmemstr

I'll definitely do this.

hopeseekr avatar May 31 '19 17:05 hopeseekr