ircmaxell / Tuli

A static analysis engine
MIT License
169 stars 7 forks source link

Look for autoload.php further up in the tree. #6

Closed jyggen closed 9 years ago

jyggen commented 9 years ago

In an application that uses Tuli as a dependency the bin file would be located at /my-app/vendor/ircmaxell/tuli/bin/tuli, and by only going two steps up in the tree it would stop looking for the autoloader at /my-app/vendor/ircmaxell/vendor/autoload.php.

DavidBadura commented 9 years ago

have you installed tuli with composer?

jyggen commented 9 years ago

Yes, without the change I receive:

./vendor/bin/tuli
You need to setup the project dependencies using Composer

That file executes the tuli bin in ./vendor/ircmaxell/tuli/bin/tuli.

ircmaxell commented 9 years ago

Sweet, thanks!