From 2a5050632ae0a1c5b5dfb80b5ad1752f989ebe55 Mon Sep 17 00:00:00 2001 From: Jamie Isaacs Date: Wed, 11 Dec 2019 14:55:57 -0800 Subject: [PATCH] Upgraded to PHP 7.1 for a 1.0.0 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 600b368..97a52cc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following lines to your ``composer.json`` file. ```JSON { "require": { - "pdt256/shipping": "1.0.*@dev" + "pdt256/shipping": "1.0.*" } } ```