File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca
8080## Installing graphql-php
8181```
8282$> curl -sS https://getcomposer.org/installer | php
83- $> php composer.phar require webonyx/graphql-php="^0.7 "
83+ $> php composer.phar require webonyx/graphql-php="^0.8 "
8484```
8585
8686If you are upgrading, see [ upgrade instructions] ( UPGRADE.md )
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ add `composer.json` file to your project root folder with following contents:
99```
1010{
1111 "require": {
12- "webonyx/graphql-php": "^0.7 "
12+ "webonyx/graphql-php": "^0.8 "
1313 }
1414}
1515```
1616and run ` composer install ` .
1717
18- If you already have composer.json file - simply run: ` composer require webonyx/graphql-php="^0.7 " `
18+ If you already have composer.json file - simply run: ` composer require webonyx/graphql-php="^0.8 " `
1919
2020# Upgrading
2121We try to keep library releases backwards compatible. But when breaking changes are inevitable
You can’t perform that action at this time.
0 commit comments