Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar committed Jan 19, 2017
1 parent e287595 commit fa96117
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8"
$> php composer.phar require webonyx/graphql-php="^0.9"
```

If you are upgrading, see [upgrade instructions](UPGRADE.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ add `composer.json` file to your project root folder with following contents:
```
{
"require": {
"webonyx/graphql-php": "^0.8"
"webonyx/graphql-php": "^0.9"
}
}
```
and run `composer install`.

If you already have composer.json file - simply run: `composer require webonyx/graphql-php="^0.8"`
If you already have composer.json file - simply run: `composer require webonyx/graphql-php="^0.9"`

# Upgrading
We try to keep library releases backwards compatible. But when breaking changes are inevitable
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ existing PHP frameworks, add support for Relay, etc.
## Current Status
First version of this library (v0.1) was released on August 10th 2015.

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

Expand Down

0 comments on commit fa96117

Please sign in to comment.