mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-24 22:06:04 +03:00
Fixed invalid version reference in README which may be confusing
This commit is contained in:
parent
bf748e1421
commit
7fe5fc3980
@ -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='dev-master'
|
$> php composer.phar require webonyx/graphql-php="^0.7"
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are upgrading, see [upgrade instructions](UPGRADE.md)
|
If you are upgrading, see [upgrade instructions](UPGRADE.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user