|
1 | 1 | { |
2 | | - "name" : "thecodingmachine/graphqlite-laravel", |
3 | | - "description" : "A Laravel service provider package to help you get started with GraphQLite in Laravel.", |
4 | | - "keywords" : [ |
| 2 | + "name": "thecodingmachine/graphqlite-laravel", |
| 3 | + "description": "A Laravel service provider package to help you get started with GraphQLite in Laravel.", |
| 4 | + "keywords": [ |
5 | 5 | "GraphQL", |
6 | 6 | "GraphQLite", |
7 | 7 | "Laravel" |
8 | 8 | ], |
9 | | - "homepage" : "https://github.com/thecodingmachine/graphqlite", |
10 | | - "type" : "library", |
11 | | - "license" : "MIT", |
12 | | - "authors" : [{ |
13 | | - "name" : "David Négrier", |
14 | | - |
15 | | - "homepage" : "http://mouf-php.com" |
| 9 | + "homepage": "https://github.com/thecodingmachine/graphqlite", |
| 10 | + "type": "library", |
| 11 | + "license": "MIT", |
| 12 | + "authors": [ |
| 13 | + { |
| 14 | + "name": "David N\u00e9grier", |
| 15 | + |
| 16 | + "homepage": "http://mouf-php.com" |
16 | 17 | } |
17 | 18 | ], |
18 | | - "require" : { |
19 | | - "php" : ">=7.2", |
20 | | - "thecodingmachine/graphqlite" : "^4", |
| 19 | + "require": { |
| 20 | + "php": ">=7.2", |
| 21 | + "thecodingmachine/graphqlite": "^4", |
21 | 22 | "illuminate/console": "^5.7|^6.0", |
22 | 23 | "illuminate/container": "^5.7|^6.0", |
23 | 24 | "illuminate/support": "^5.7|^6.0", |
24 | 25 | "illuminate/cache": "^5.7|^6.0", |
25 | | - "symfony/psr-http-message-bridge": "^1", |
26 | | - "zendframework/zend-diactoros": "^1.8.6", |
| 26 | + "symfony/psr-http-message-bridge": "^1.3.0 || ^2", |
| 27 | + "laminas/laminas-diactoros": "^2.2.2", |
27 | 28 | "symfony/cache": "^4.3 || ^5" |
28 | 29 | }, |
29 | 30 | "require-dev": { |
30 | 31 | "orchestra/testbench": "^3.7.7 || ^4", |
31 | 32 | "phpunit/phpunit": "^7.5.4 || ^8.3", |
32 | 33 | "ext-sqlite3": "*" |
33 | 34 | }, |
34 | | - "autoload" : { |
35 | | - "psr-4" : { |
36 | | - "TheCodingMachine\\GraphQLite\\Laravel\\" : "src/" |
| 35 | + "autoload": { |
| 36 | + "psr-4": { |
| 37 | + "TheCodingMachine\\GraphQLite\\Laravel\\": "src/" |
37 | 38 | } |
38 | 39 | }, |
39 | | - "autoload-dev" : { |
40 | | - "psr-4" : { |
41 | | - "App\\" : "tests/Fixtures/App" |
| 40 | + "autoload-dev": { |
| 41 | + "psr-4": { |
| 42 | + "App\\": "tests/Fixtures/App" |
42 | 43 | } |
43 | 44 | }, |
44 | 45 | "extra": { |
|
0 commit comments