Closed defuse closed 9 years ago
Try running composer update
first.
[firexware@firexware-pc zerocashd]$ composer update
bash: composer: command not found
lol, I guess I'll have to install composer first
I totally ran that in the wrong folder, too. Need break from computer.
I can create an /autoload.php
script and make it provide feedback of vendor/autoload.php
is not found (and also whitelist the files that actually exist). It might make it easier for people without composer to use.
https://github.com/paragonie/halite/commit/ee5e92ee65dfebf26b7d8c559921ce2a5d4cf76c ought to fix it. Please feel free to re-open if it doesn't.
Ah, didn't realize that was a composer thing. +1 for being able to run tests without composer.