From e9d7855629bc1144b6762a3d0ea7b01e9679c341 Mon Sep 17 00:00:00 2001 From: Corey McCormick Date: Fri, 26 Sep 2014 15:09:17 -0400 Subject: [PATCH] Update install to 1.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6069544..b402b0a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Simple QrCode is an easy to use wrapper for the popular Laravel framework based First, add the Simple QrCode package to your `require` in your `composer.json` file: "require": { - "simplesoftwareio/simple-qrcode": "1.*.*" + "simplesoftwareio/simple-qrcode": "1.1.*" } Next, run the `composer update` command.