/var/www/doncode.com.ua/www/lib/sendgrid/vendor/sendgrid/php-http-client
NameSizeModeActions
examples/-0755rm
lib/-0755rm
static/-0755rm
use_cases/-0755rm
.php_cs.dist6030644editdlrm
CHANGELOG.md163860644editdlrm
CODE_OF_CONDUCT.md32510644editdlrm
CONTRIBUTING.md65210644editdlrm
Dockerfile3260644editdlrm
FIRST_TIMERS.md67950644editdlrm
ISSUE_TEMPLATE.md7430644editdlrm
LICENSE10970644editdlrm
Makefile3560644editdlrm
PULL_REQUEST_TEMPLATE.md16450644editdlrm
README.md55280644editdlrm
TROUBLESHOOTING.md10550644editdlrm
twilio_sendgrid_logo.png145960644editdlrm
USAGE.md28820644editdlrm
Edit: /var/www/doncode.com.ua/www/lib/sendgrid/vendor/sendgrid/php-http-client/Makefile (356B)
.PHONY: clean install test clean: @rm -rf vendor composer.lock php-http-client.zip ci-install: clean composer install --no-dev install: clean composer install --no-suggest --no-scripts --no-progress --no-interaction test: install vendor/bin/phpunit test/unit bundle: ci-install zip -r php-http-client.zip . -x \*.git\* \*composer.json\* \*test\*