From 4d9d39020c0d21c0164b84adf21b91538163b907 Mon Sep 17 00:00:00 2001 From: Chad Gray Date: Wed, 3 Feb 2016 20:30:49 -0500 Subject: [PATCH] Update README.md Update composer requirement example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb89d3e..c8011cc 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To add the library as a local, per-project dependency use [Composer](http://getc ```json { "require": { - "chadicus/slim-oauth2-middleware": "dev-master" + "chadicus/slim-oauth2-middleware": "~1.0" } } ```