From 1bd0468812d10ff24123382d41270fb5eb89835d Mon Sep 17 00:00:00 2001 From: Tom Doggett Date: Fri, 26 Oct 2018 10:14:32 +0100 Subject: [PATCH] Change autoloader requirement for bin file 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. --- bin/composer2nix | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/bin/composer2nix b/bin/composer2nix index 40fd8fe..99c2fdf 100755 --- a/bin/composer2nix +++ b/bin/composer2nix @@ -1,6 +1,27 @@ #!/usr/bin/env php