minor update to README & Travis fix

This commit is contained in:
Ahmad Nassri
2015-01-15 00:12:52 -05:00
parent 1dfcade505
commit 7404fca828
2 changed files with 8 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ php:
- 5.6 - 5.6
- hhvm - hhvm
before_script:
- composer selfupdate
- composer install
after_script: after_script:
- vendor/bin/test-reporter - vendor/bin/test-reporter

View File

@@ -18,6 +18,10 @@ Unirest is a set of lightweight HTTP libraries available in multiple languages,
* Customizable default headers for every request (DRY) * Customizable default headers for every request (DRY)
* Automatic JSON parsing into a native object for JSON responses * Automatic JSON parsing into a native object for JSON responses
## Requirements
- [cURL](http://php.net/manual/en/book.curl.php)
## Installation ## Installation
### Using [Composer](https://getcomposer.org) ### Using [Composer](https://getcomposer.org)
@@ -25,7 +29,6 @@ Unirest is a set of lightweight HTTP libraries available in multiple languages,
To install unirest-php with Composer, just add the following to your `composer.json` file: To install unirest-php with Composer, just add the following to your `composer.json` file:
```json ```json
// composer.json
{ {
"require-dev": { "require-dev": {
"mashape/unirest-php": "2.*" "mashape/unirest-php": "2.*"