From 1f9f18e136c2bbaeda2fbac9a10ab8c5abc07993 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Sun, 20 Mar 2016 20:32:22 -0700 Subject: Composer/Packagist tested --- README.md | 6 +++--- examples/example.php | 13 +++++++++---- test/unit/bootstrap.php | 4 ++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d1a2c6e..e9397d4 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer ```json { "require": { - "sendgrid/php-http-client": "~1" + "sendgrid/php-http-client": "1.*" } } ``` @@ -67,8 +67,8 @@ Following is an abridged example, here is the [full working code](https://github ```php 100, 'offset' => 0); diff --git a/test/unit/bootstrap.php b/test/unit/bootstrap.php index 8b4e24a..e0da9a5 100644 --- a/test/unit/bootstrap.php +++ b/test/unit/bootstrap.php @@ -1,6 +1,6 @@