onticsoluciones / yaes

Yet Another Ecommerce Scanner
GNU Affero General Public License v3.0
1 stars 2 forks source link

Missing files? #2

Open cybercamphackathon opened 8 years ago

cybercamphackathon commented 8 years ago

Looks like vendor/ directory is not in the repository

alsanchez commented 8 years ago

The development version doesn't include any external dependencies, but you can download them via composer:

curl -sS https://getcomposer.org/installer | php
php composer.phar install

Please check the README.md files for further details.

Nonetheless, we intend to produce a release bundle which includes all the dependencies and its ready to run after download.