svanderburg / composer2nix

Generate Nix expressions to build PHP composer packages
MIT License
88 stars 25 forks source link

Change autoloader requirement for bin file #6

Closed nocoolnametom closed 4 years ago

nocoolnametom commented 5 years ago

Now the autoloader can be found within the repo itself, within a project dependency, or within a globally required copy.

To be honest, the code is just copied from a number of similar bin-providing composer projects.

This addresses issue #5