From 7fe5fc3980d48eda481930be70e7cdfa80f988ff Mon Sep 17 00:00:00 2001 From: vladar Date: Sat, 19 Nov 2016 17:52:41 +0700 Subject: [PATCH] Fixed invalid version reference in README which may be confusing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 164d0a4..6939708 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca ## Installing graphql-php ``` $> curl -sS https://getcomposer.org/installer | php -$> php composer.phar require webonyx/graphql-php='dev-master' +$> php composer.phar require webonyx/graphql-php="^0.7" ``` If you are upgrading, see [upgrade instructions](UPGRADE.md)