From f2e53ff9c68ceaa60b3ba67422f86d687e529b18 Mon Sep 17 00:00:00 2001 From: Tim Fountain Date: Thu, 8 Feb 2018 12:11:39 +0000 Subject: [PATCH] Version bump to 0.10.1 --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eef9bdc..84d9ac1 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,11 @@ Requires PHP **5.3.23** or above. The cURL extension is recommended (although no ## Installation -The best way to install this SDK is with [Composer](http://getcomposer.org). Add the package [`dyninc/dyn-php`](https://packagist.org/packages/dyninc/dyn-php) to the `require` section of your `composer.json`: +The best way to install this SDK is with [Composer](http://getcomposer.org). With Composer installed, run: - "require": { - "dyninc/dyn-php": "0.10.0" - } + composer require dyninc/dyn-php -then run `composer install` to install the SDK along with its dependencies. +from the command line. ## Quickstart - DNS