rolledback to graphql 4.0
This commit is contained in:
parent
518d31c681
commit
d579bba5c7
|
@ -49,7 +49,7 @@
|
||||||
"drupal/flag_lists": "4.0.x-dev@dev",
|
"drupal/flag_lists": "4.0.x-dev@dev",
|
||||||
"drupal/flood_control": "^2.1",
|
"drupal/flood_control": "^2.1",
|
||||||
"drupal/genpass": "^1.x-dev",
|
"drupal/genpass": "^1.x-dev",
|
||||||
"drupal/graphql": "4.x-dev@dev",
|
"drupal/graphql": "^4.0",
|
||||||
"drupal/image_delta_formatter": "^1.x-dev",
|
"drupal/image_delta_formatter": "^1.x-dev",
|
||||||
"drupal/image_effects": "3.x-dev@dev",
|
"drupal/image_effects": "3.x-dev@dev",
|
||||||
"drupal/jsonapi_extras": "^3.7",
|
"drupal/jsonapi_extras": "^3.7",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "6f8d219c9794fa419ceba4d4217bf6a6",
|
"content-hash": "22ea2908e28b98bba623bfb981d6cfda",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
|
@ -7607,32 +7607,35 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/graphql",
|
"name": "drupal/graphql",
|
||||||
"version": "dev-4.x",
|
"version": "4.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/graphql.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": {
|
"require": {
|
||||||
"drupal/core": "^8 || ^9",
|
"drupal/core": "^8 || ^9",
|
||||||
"drupal/typed_data": "*",
|
"drupal/typed_data": "*",
|
||||||
"php": ">=7.2",
|
"php": ">=7.2",
|
||||||
"webonyx/graphql-php": "^14.5.0"
|
"webonyx/graphql-php": "^14.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/node-node": "*"
|
"drupal/node-node": "*"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
|
||||||
"dev-4.x": "4.x-dev"
|
|
||||||
},
|
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-4.0+25-dev",
|
"version": "8.x-4.0",
|
||||||
"datestamp": "1613659643",
|
"datestamp": "1607692423",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "covered",
|
||||||
"message": "Dev releases are not covered by Drupal security advisories."
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -7666,8 +7669,7 @@
|
||||||
"homepage": "http://drupal.org/project/graphql",
|
"homepage": "http://drupal.org/project/graphql",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://git.drupalcode.org/project/graphql"
|
"source": "https://git.drupalcode.org/project/graphql"
|
||||||
},
|
}
|
||||||
"time": "2021-02-22T14:13:11+00:00"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/honeypot",
|
"name": "drupal/honeypot",
|
||||||
|
@ -19102,7 +19104,6 @@
|
||||||
"drupal/flag": 20,
|
"drupal/flag": 20,
|
||||||
"drupal/flag_lists": 20,
|
"drupal/flag_lists": 20,
|
||||||
"drupal/genpass": 20,
|
"drupal/genpass": 20,
|
||||||
"drupal/graphql": 20,
|
|
||||||
"drupal/image_delta_formatter": 20,
|
"drupal/image_delta_formatter": 20,
|
||||||
"drupal/image_effects": 20,
|
"drupal/image_effects": 20,
|
||||||
"drupal/jsonrpc": 20,
|
"drupal/jsonrpc": 20,
|
||||||
|
|
Loading…
Reference in New Issue