mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +03:00
Version 0.8.0
This commit is contained in:
parent
2cc2255b1a
commit
961e44c1fc
@ -80,7 +80,7 @@ Check out single-file [hello world](https://gist.github.com/leocavalcante/9e61ca
|
|||||||
## Installing graphql-php
|
## Installing graphql-php
|
||||||
```
|
```
|
||||||
$> curl -sS https://getcomposer.org/installer | 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)
|
If you are upgrading, see [upgrade instructions](UPGRADE.md)
|
||||||
|
@ -9,13 +9,13 @@ add `composer.json` file to your project root folder with following contents:
|
|||||||
```
|
```
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"webonyx/graphql-php": "^0.7"
|
"webonyx/graphql-php": "^0.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
and run `composer install`.
|
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
|
# Upgrading
|
||||||
We try to keep library releases backwards compatible. But when breaking changes are inevitable
|
We try to keep library releases backwards compatible. But when breaking changes are inevitable
|
||||||
|
Loading…
Reference in New Issue
Block a user