Skip to content

Commit fa96117

Browse files
committed
v0.9.0
1 parent e287595 commit fa96117

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8"
83+
$> php composer.phar require webonyx/graphql-php="^0.9"
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.8"
12+
"webonyx/graphql-php": "^0.9"
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.8"`
18+
If you already have composer.json file - simply run: `composer require webonyx/graphql-php="^0.9"`
1919

2020
# Upgrading
2121
We try to keep library releases backwards compatible. But when breaking changes are inevitable

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ existing PHP frameworks, add support for Relay, etc.
4141
## Current Status
4242
First version of this library (v0.1) was released on August 10th 2015.
4343

44-
Current version (v0.8) supports all features described by GraphQL specification
44+
Current version (v0.9) supports all features described by GraphQL specification
4545
(including April 2016 add-ons) as well as some experimental features like
4646
Schema Language parser.
4747

0 commit comments

Comments
 (0)