From ab2ec1eeea185c990be6f3c3d6a8c19b521b9a08 Mon Sep 17 00:00:00 2001 From: RobThree Date: Tue, 17 Mar 2015 14:58:19 +0100 Subject: [PATCH] * Fixed composer instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d39635..a0820cc 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the following line to the composer.json file: ```` { "require": { - "robthree/twofactorauth": "~1.0" + "robthree/twofactorauth": "dev-master" } } ````