/home/techb158/immovalet.com/vendor/guzzlehttp/promises
NameSizeModeActions
src/-0755rm
CHANGELOG.md15040644editdlrm
composer.json9240644editdlrm
LICENSE11160644editdlrm
Makefile1890644editdlrm
README.md163460644editdlrm
Edit: /home/techb158/immovalet.com/vendor/guzzlehttp/promises/Makefile (189B)
all: clean test test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/*