Skip to content

Commit 0aa308a

Browse files
author
Cyril Mizzi
committed
updates require and README.md
1 parent b154466 commit 0aa308a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ provider will be added.
1717

1818
### Laravel 5.x
1919

20-
Add service provider to `config/app.php` :
20+
Simply run
21+
22+
```bash
23+
composer require 'studio-net/laravel-graphql:0.1-beta'
24+
```
25+
26+
... and add service provider to `config/app.php` :
2127

2228
```php
2329
<?php

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"require": {
12+
"laravel/laravel": ">=5.0",
1213
"webonyx/graphql-php": "^0.9.13",
1314
"doctrine/dbal": "^2.5"
1415
},

0 commit comments

Comments
 (0)