From 38457d187cbaa083b9af42bdb435fcfbb98f10e9 Mon Sep 17 00:00:00 2001 From: Spencer Mortensen Date: Tue, 12 Jan 2016 16:48:18 -0500 Subject: [PATCH] Updated the package version in the Installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5abda29..5ce5a34 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ If you're using [Composer](https://getcomposer.org/), you can use this package ([datto/json-rpc](https://packagist.org/packages/datto/json-rpc)) by inserting a line into the "require" section of your "composer.json" file: ``` - "datto/json-rpc": "~3.0" + "datto/json-rpc": "~4.0" ```