fixed composer

This commit is contained in:
Bachir Soussi Chiadmi 2019-05-16 22:49:37 +02:00
parent 96ce825c8a
commit c655738233
2 changed files with 4 additions and 71 deletions

View File

@ -31,10 +31,9 @@
"drupal/computed_field": "^2.0@beta", "drupal/computed_field": "^2.0@beta",
"drupal/config_split": "^1.4", "drupal/config_split": "^1.4",
"drupal/console": "^1.0.2", "drupal/console": "^1.0.2",
"drupal/core": "8.7.*", "drupal/core": "^8.7.1",
"drupal/entity_clone": "^1.0", "drupal/entity_clone": "^1.0",
"drupal/genpass": "1.x-dev", "drupal/genpass": "1.x-dev",
"drupal/jsonapi": "^2.4",
"drupal/login_history": "1.x-dev", "drupal/login_history": "1.x-dev",
"drupal/mailgun": "1.x-dev", "drupal/mailgun": "1.x-dev",
"drupal/mailsystem": "^4.1", "drupal/mailsystem": "^4.1",
@ -109,9 +108,7 @@
}, },
"patches": { "patches": {
"drupal/core": { "drupal/core": {
"migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch" "migrate_drupal getsetting on null" : "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
},
"drupal/core": {
"ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved" : "https://www.drupal.org/files/issues/2019-05-06/3052492-11.patch" "ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved" : "https://www.drupal.org/files/issues/2019-05-06/3052492-11.patch"
}, },
"drupal/migrate_tools": { "drupal/migrate_tools": {

68
composer.lock generated
View File

@ -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": "9637de17e77a13de751d76ebb87d8f35", "content-hash": "bc11fe6d1de292436e12158c0c5f4099",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -4862,6 +4862,7 @@
"merge-extra": false "merge-extra": false
}, },
"patches_applied": { "patches_applied": {
"migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved": "https://www.drupal.org/files/issues/2019-05-06/3052492-11.patch", "ViewsEntitySchemaSubscriber should not make an entity update fail if a view cannot be resaved": "https://www.drupal.org/files/issues/2019-05-06/3052492-11.patch",
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch" "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch"
} }
@ -6542,70 +6543,6 @@
"source": "https://git.drupalcode.org/project/interval" "source": "https://git.drupalcode.org/project/interval"
} }
}, },
{
"name": "drupal/jsonapi",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/jsonapi.git",
"reference": "8.x-2.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/jsonapi-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "5f710c1c602378748fa3b21ceec0977de62359ed"
},
"require": {
"drupal/core": "^8.5.11"
},
"require-dev": {
"drupal/schemata": "1.x-dev#8325d172e1d6880aa24073f8f751ef089282cf9a",
"drupal/schemata_json_schema": "*",
"justinrainbow/json-schema": "^5.2"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.4",
"datestamp": "1553554702",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "e0ipso",
"homepage": "https://www.drupal.org/user/550110"
},
{
"name": "gabesullice",
"homepage": "https://www.drupal.org/user/2287430"
}
],
"description": "Provides a JSON API standards-compliant API for accessing and manipulating Drupal content and configuration entities.",
"homepage": "https://www.drupal.org/project/jsonapi",
"support": {
"source": "https://git.drupalcode.org/project/jsonapi"
}
},
{ {
"name": "drupal/kint", "name": "drupal/kint",
"version": "2.1.0", "version": "2.1.0",
@ -16164,7 +16101,6 @@
"drupal/domain": 20, "drupal/domain": 20,
"drupal/domain_alias": 20, "drupal/domain_alias": 20,
"drupal/domain_config": 20, "drupal/domain_config": 20,
"drupal/email_registration": 5,
"drupal/entity_browser_enhanced": 5, "drupal/entity_browser_enhanced": 5,
"drupal/entity_clone": 15, "drupal/entity_clone": 15,
"drupal/filefield_sources": 20, "drupal/filefield_sources": 20,