Browse Source

rolledback to graphql 4.0

bach 3 years ago
parent
commit
d579bba5c7
2 changed files with 16 additions and 15 deletions
  1. 1 1
      composer.json
  2. 15 14
      composer.lock

+ 1 - 1
composer.json

@@ -49,7 +49,7 @@
         "drupal/flag_lists": "4.0.x-dev@dev",
         "drupal/flood_control": "^2.1",
         "drupal/genpass": "^1.x-dev",
-        "drupal/graphql": "4.x-dev@dev",
+        "drupal/graphql": "^4.0",
         "drupal/image_delta_formatter": "^1.x-dev",
         "drupal/image_effects": "3.x-dev@dev",
         "drupal/jsonapi_extras": "^3.7",

+ 15 - 14
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": "6f8d219c9794fa419ceba4d4217bf6a6",
+    "content-hash": "22ea2908e28b98bba623bfb981d6cfda",
     "packages": [
         {
             "name": "alchemy/zippy",
@@ -7607,32 +7607,35 @@
         },
         {
             "name": "drupal/graphql",
-            "version": "dev-4.x",
+            "version": "4.0.0",
             "source": {
                 "type": "git",
                 "url": "https://git.drupalcode.org/project/graphql.git",
-                "reference": "8687673966115ddfae6f391e69728a20eced0c5a"
+                "reference": "8.x-4.0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://ftp.drupal.org/files/projects/graphql-8.x-4.0.zip",
+                "reference": "8.x-4.0",
+                "shasum": "639dd29fb6005ba2b15a389f03a6596308c9f14e"
             },
             "require": {
                 "drupal/core": "^8 || ^9",
                 "drupal/typed_data": "*",
                 "php": ">=7.2",
-                "webonyx/graphql-php": "^14.5.0"
+                "webonyx/graphql-php": "^14.3.0"
             },
             "require-dev": {
                 "drupal/node-node": "*"
             },
             "type": "drupal-module",
             "extra": {
-                "branch-alias": {
-                    "dev-4.x": "4.x-dev"
-                },
                 "drupal": {
-                    "version": "8.x-4.0+25-dev",
-                    "datestamp": "1613659643",
+                    "version": "8.x-4.0",
+                    "datestamp": "1607692423",
                     "security-coverage": {
-                        "status": "not-covered",
-                        "message": "Dev releases are not covered by Drupal security advisories."
+                        "status": "covered",
+                        "message": "Covered by Drupal's security advisory policy"
                     }
                 }
             },
@@ -7666,8 +7669,7 @@
             "homepage": "http://drupal.org/project/graphql",
             "support": {
                 "source": "https://git.drupalcode.org/project/graphql"
-            },
-            "time": "2021-02-22T14:13:11+00:00"
+            }
         },
         {
             "name": "drupal/honeypot",
@@ -19102,7 +19104,6 @@
         "drupal/flag": 20,
         "drupal/flag_lists": 20,
         "drupal/genpass": 20,
-        "drupal/graphql": 20,
         "drupal/image_delta_formatter": 20,
         "drupal/image_effects": 20,
         "drupal/jsonrpc": 20,