phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

Can't find composer.json #72

Closed myersware closed 6 years ago

myersware commented 6 years ago

latest epv fails running locally and in Travis CI - see execution below. I listed files in the cloned /tmp file and composer.json is there.

[myersware@web617 epv]$ php src/EPV.php run --git="https://github.com/myersjj/phpbbMapUsers" Checkout https://github.com/myersjj/phpbbMapUsers from git on branch master. Running Extension Pre Validator .

[Phpbb\Epv\Tests\Exception\TestException] Can't find the composer.json file in /tmp/5a639c883e381.

run [--dir [DIR]] [--git [GIT]] [--github [GITHUB]] [--branch [BRANCH]] [--debug]

[myersware@web617 epv]$ ls /tmp/5a639c883e381 _ composer.phar docs LICENSE phpunit.phar tests acp config event license.txt phpunit.xml travis adm console ext.php mcp README.md ucp composer.json controller geocoder migrations service.php vendor composer.lock cron language notification styles [myersware@web617 epv]$

myersware commented 6 years ago

my fault - had an extra composer.json in tree - error message could be improved!