|
1 | | -{ |
2 | | - "name": "rebing/graphql-laravel", |
3 | | - "description": "Laravel wrapper for PHP GraphQL", |
4 | | - "keywords": ["framework", "laravel", "graphql", "react"], |
5 | | - "authors": [ |
6 | | - { |
7 | | - "name": "Rebing OÜ", |
8 | | - "homepage": "http://www.rebing.ee", |
9 | | - "role": "Company" |
10 | | - }, |
11 | | - { |
12 | | - "name": "Mikk Mihkel Nurges", |
13 | | - "email": "mikk.nurges@rebing.ee", |
14 | | - "role": "Developer" |
15 | | - }, |
16 | | - { |
17 | | - "name": "Folklore", |
18 | | - "email": "info@atelierfolklore.ca", |
19 | | - "homepage": "http://atelierfolklore.ca" |
20 | | - }, |
21 | | - { |
22 | | - "name": "David Mongeau-Petitpas", |
23 | | - "email": "dmp@atelierfolklore.ca", |
24 | | - "homepage": "http://mongo.ca", |
25 | | - "role": "Developer" |
26 | | - } |
27 | | - ], |
28 | | - "license": "MIT", |
29 | | - "type": "project", |
30 | | - "require": { |
31 | | - "php": "^7.1", |
32 | | - "illuminate/support": "5.5.*|5.6.*|5.7.*", |
33 | | - "webonyx/graphql-php": "^0.13", |
34 | | - "laravel/framework": "5.5.*|5.6.*|5.7.*" |
35 | | - }, |
36 | | - "require-dev": { |
37 | | - "orchestra/testbench": "3.5.*|3.6.*|3.7.*", |
38 | | - "phpunit/phpunit": "^5.5|~6.0|~7.0" |
39 | | - }, |
40 | | - "autoload": { |
41 | | - "psr-0": { |
42 | | - "Rebing\\GraphQL\\": "src/" |
43 | | - } |
44 | | - }, |
45 | | - "autoload-dev": { |
46 | | - "classmap": [ |
47 | | - "tests/" |
48 | | - ] |
49 | | - }, |
50 | | - "extra": { |
51 | | - "laravel": { |
52 | | - "providers": [ |
53 | | - "Rebing\\GraphQL\\GraphQLServiceProvider" |
54 | | - ], |
55 | | - "aliases": { |
56 | | - "GraphQL": "Rebing\\GraphQL\\Support\\Facades\\GraphQL" |
57 | | - } |
58 | | - } |
59 | | - }, |
60 | | - "minimum-stability": "dev", |
61 | | - "prefer-stable": true |
62 | | -} |
| 1 | +{ |
| 2 | + "name": "rebing/graphql-laravel", |
| 3 | + "description": "Laravel wrapper for PHP GraphQL", |
| 4 | + "keywords": ["framework", "laravel", "graphql", "react"], |
| 5 | + "authors": [ |
| 6 | + { |
| 7 | + "name": "Rebing OÜ", |
| 8 | + "homepage": "http://www.rebing.ee", |
| 9 | + "role": "Company" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "Mikk Mihkel Nurges", |
| 13 | + "email": "mikk.nurges@rebing.ee", |
| 14 | + "role": "Developer" |
| 15 | + }, |
| 16 | + { |
| 17 | + "name": "Folklore", |
| 18 | + "email": "info@atelierfolklore.ca", |
| 19 | + "homepage": "http://atelierfolklore.ca" |
| 20 | + }, |
| 21 | + { |
| 22 | + "name": "David Mongeau-Petitpas", |
| 23 | + "email": "dmp@atelierfolklore.ca", |
| 24 | + "homepage": "http://mongo.ca", |
| 25 | + "role": "Developer" |
| 26 | + } |
| 27 | + ], |
| 28 | + "license": "MIT", |
| 29 | + "type": "project", |
| 30 | + "require": { |
| 31 | + "php": "^7.1", |
| 32 | + "illuminate/support": "5.5.*|5.6.*|5.7.*", |
| 33 | + "webonyx/graphql-php": "^0.13" |
| 34 | + }, |
| 35 | + "require-dev": { |
| 36 | + "orchestra/testbench": "3.5.*|3.6.*|3.7.*", |
| 37 | + "phpunit/phpunit": "^5.5|~6.0|~7.0" |
| 38 | + }, |
| 39 | + "autoload": { |
| 40 | + "psr-0": { |
| 41 | + "Rebing\\GraphQL\\": "src/" |
| 42 | + }, |
| 43 | + "files": [ |
| 44 | + "src/Rebing/GraphQL/helpers.php" |
| 45 | + ] |
| 46 | + }, |
| 47 | + "autoload-dev": { |
| 48 | + "classmap": [ |
| 49 | + "tests/" |
| 50 | + ] |
| 51 | + }, |
| 52 | + "extra": { |
| 53 | + "laravel": { |
| 54 | + "providers": [ |
| 55 | + "Rebing\\GraphQL\\GraphQLServiceProvider" |
| 56 | + ], |
| 57 | + "aliases": { |
| 58 | + "GraphQL": "Rebing\\GraphQL\\Support\\Facades\\GraphQL" |
| 59 | + } |
| 60 | + } |
| 61 | + }, |
| 62 | + "minimum-stability": "dev", |
| 63 | + "prefer-stable": true |
| 64 | +} |
0 commit comments