From 961e44c1fc872b9b40df869ef008d26826bf4b40 Mon Sep 17 00:00:00 2001 From: vladar Date: Fri, 25 Nov 2016 18:09:18 +0700 Subject: [PATCH] Version 0.8.0 --- README.md | 2 +- docs/getting-started.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6939708..d6a6550 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="^0.7" +$> php composer.phar require webonyx/graphql-php="^0.8" ``` If you are upgrading, see [upgrade instructions](UPGRADE.md) diff --git a/docs/getting-started.md b/docs/getting-started.md index a261022..fef66d5 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -9,13 +9,13 @@ add `composer.json` file to your project root folder with following contents: ``` { "require": { - "webonyx/graphql-php": "^0.7" + "webonyx/graphql-php": "^0.8" } } ``` and run `composer install`. -If you already have composer.json file - simply run: `composer require webonyx/graphql-php="^0.7"` +If you already have composer.json file - simply run: `composer require webonyx/graphql-php="^0.8"` # Upgrading We try to keep library releases backwards compatible. But when breaking changes are inevitable