/home/desid573/public_html/tollster/vendor/guzzlehttp/promises
NameSizeModeActions
src/-0755rm
CHANGELOG.md11300644editdlrm
composer.json7860644editdlrm
LICENSE11160644editdlrm
Makefile1890644editdlrm
README.md153000644editdlrm
Edit: /home/desid573/public_html/tollster/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/*