Skip to content

Commit 961e44c

Browse files
committed
Version 0.8.0
1 parent 2cc2255 commit 961e44c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

8686
If you are upgrading, see [upgrade instructions](UPGRADE.md)

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```
1616
and 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
2121
We try to keep library releases backwards compatible. But when breaking changes are inevitable

0 commit comments

Comments
 (0)