/home/techb158/ileadtechnology.com/vendor/mashape/unirest-php
NameSizeModeActions
src/-0755rm
tests/-0755rm
.editorconfig2560644editdlrm
.gitignore660644editdlrm
.travis.yml7720644editdlrm
composer.json6820644editdlrm
LICENSE10990644editdlrm
phpunit.xml3860644editdlrm
README.md165420644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/mashape/unirest-php/composer.json (682B)
{ "name": "mashape/unirest-php", "description": "Unirest PHP", "keywords": ["rest", "curl", "http", "https", "client"], "type": "library", "homepage": "https://github.com/Mashape/unirest-php", "license": "MIT", "author": "Mashape (https://www.mashape.com)", "require": { "php": ">=5.4.0", "ext-curl": "*" }, "suggest": { "ext-json": "Allows using JSON Bodies for sending and parsing requests" }, "require-dev": { "phpunit/phpunit": "~4.4", "codeclimate/php-test-reporter": "0.1.*" }, "autoload": { "psr-0": { "Unirest\\": "src/" } }, "support": { "email": "opensource@mashape.com" } }