We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ef9f91 + 070ab7d commit ac5c518Copy full SHA for ac5c518
docs/getting-started.md
@@ -4,18 +4,11 @@ first learn about GraphQL on [official website](http://graphql.org/learn/).
4
5
# Installation
6
7
-Using [composer](https://getcomposer.org/doc/00-intro.md):
8
-add `composer.json` file to your project root folder with following contents:
9
-```
10
-{
11
- "require": {
12
- "webonyx/graphql-php": "^0.9"
13
- }
14
-}
15
16
-and run `composer install`.
+Using [composer](https://getcomposer.org/doc/00-intro.md), simply run:
17
18
-If you already have composer.json file - simply run: `composer require webonyx/graphql-php="^0.9"`
+```sh
+composer require webonyx/graphql-php
+```
19
20
# Upgrading
21
We try to keep library releases backwards compatible. But when breaking changes are inevitable
0 commit comments