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