From 303259d7926cc855e8fcc3b65f867718a5c45f05 Mon Sep 17 00:00:00 2001 From: Tchama Date: Sun, 2 Oct 2022 15:33:14 +0200 Subject: [PATCH] composer require webonyx/graphql-php --- app/composer.json | 3 ++- app/composer.lock | 68 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 69 insertions(+), 2 deletions(-) diff --git a/app/composer.json b/app/composer.json index 2d5a9ac..99a71ce 100644 --- a/app/composer.json +++ b/app/composer.json @@ -33,7 +33,8 @@ "symfony/web-link": "^5.4", "symfony/webpack-encore-bundle": "^1.15", "symfony/yaml": "^5.4", - "twig/twig": "^3.4" + "twig/twig": "^3.4", + "webonyx/graphql-php": "^14.11" }, "config": { "allow-plugins": { diff --git a/app/composer.lock b/app/composer.lock index f1c7a51..5a4cf1a 100644 --- a/app/composer.lock +++ b/app/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e5f2b9406774ae9743b4fd66d459374f", + "content-hash": "dc5bf7b9c9c685633c33e2d86dd24ac4", "packages": [ { "name": "api-platform/core", @@ -6831,6 +6831,72 @@ ], "time": "2022-09-28T08:42:51+00:00" }, + { + "name": "webonyx/graphql-php", + "version": "v14.11.8", + "source": { + "type": "git", + "url": "https://github.com/webonyx/graphql-php.git", + "reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/04a48693acd785330eefd3b0e4fa67df8dfee7c3", + "reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "php": "^7.1 || ^8" + }, + "require-dev": { + "amphp/amp": "^2.3", + "doctrine/coding-standard": "^6.0", + "nyholm/psr7": "^1.2", + "phpbench/phpbench": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "0.12.82", + "phpstan/phpstan-phpunit": "0.12.18", + "phpstan/phpstan-strict-rules": "0.12.9", + "phpunit/phpunit": "^7.2 || ^8.5", + "psr/http-message": "^1.0", + "react/promise": "2.*", + "simpod/php-coveralls-mirror": "^3.0", + "squizlabs/php_codesniffer": "3.5.4" + }, + "suggest": { + "psr/http-message": "To use standard GraphQL server", + "react/promise": "To leverage async resolving on React PHP platform" + }, + "type": "library", + "autoload": { + "psr-4": { + "GraphQL\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A PHP port of GraphQL reference implementation", + "homepage": "https://github.com/webonyx/graphql-php", + "keywords": [ + "api", + "graphql" + ], + "support": { + "issues": "https://github.com/webonyx/graphql-php/issues", + "source": "https://github.com/webonyx/graphql-php/tree/v14.11.8" + }, + "funding": [ + { + "url": "https://opencollective.com/webonyx-graphql-php", + "type": "open_collective" + } + ], + "time": "2022-09-21T15:35:03+00:00" + }, { "name": "willdurand/negotiation", "version": "3.1.0",