patched flag_lists

This commit is contained in:
Bachir Soussi Chiadmi 2021-02-17 15:21:17 +01:00
parent 25d951a662
commit 2fb9af43b2
2 changed files with 17 additions and 16 deletions

View File

@ -45,6 +45,7 @@
"drupal/error_log": "^1.0", "drupal/error_log": "^1.0",
"drupal/field_group": "3.x-dev@dev", "drupal/field_group": "3.x-dev@dev",
"drupal/field_permissions": "^1.0", "drupal/field_permissions": "^1.0",
"drupal/flag": "4.x-dev@dev",
"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",
@ -151,9 +152,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": {
"language negociation exeption https://www.drupal.org/project/drupal/issues/3134349" : "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch" "language negociation exeption https://www.drupal.org/project/drupal/issues/3134349" : "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch"
}, },
"drupal/email_registration": { "drupal/email_registration": {
@ -165,6 +164,9 @@
}, },
"drupal/stripe": { "drupal/stripe": {
"Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch" "Stripe is a web service and should be in system.admin_config_services https://www.drupal.org/project/stripe/issues/3090652": "https://www.drupal.org/files/issues/2020-01-08/stripe-link_menu_in_services-3090652-5.patch"
},
"drupal/flag_lists": {
"webprofiler ConfigEntityStorageDecorator given https://www.drupal.org/project/flag_lists/issues/3198936": "https://www.drupal.org/files/issues/2021-02-17/entitystorageinterface.patch"
} }
}, },
"drupal-scaffold": { "drupal-scaffold": {

25
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": "4ae0e6d641e8d1d36c0a937c08435bad", "content-hash": "abb189a7f9edd2727c2d1c13a2a2e7c6",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -7349,29 +7349,26 @@
}, },
{ {
"name": "drupal/flag", "name": "drupal/flag",
"version": "4.0.0-beta2", "version": "dev-4.x",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/flag.git", "url": "https://git.drupalcode.org/project/flag.git",
"reference": "8.x-4.0-beta2" "reference": "adbaab83407641dc52198e7e656ce20db03207a7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/flag-8.x-4.0-beta2.zip",
"reference": "8.x-4.0-beta2",
"shasum": "6f180b6f65e0e778e6fccebd07de9f9c689f6a1f"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^8.8 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"branch-alias": {
"dev-4.x": "4.x-dev"
},
"drupal": { "drupal": {
"version": "8.x-4.0-beta2", "version": "8.x-4.0-beta2+1-dev",
"datestamp": "1595273815", "datestamp": "1596783981",
"security-coverage": { "security-coverage": {
"status": "not-covered", "status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories." "message": "Dev releases are not covered by Drupal security advisories."
} }
} }
}, },
@ -7421,7 +7418,8 @@
"homepage": "https://www.drupal.org/project/flag", "homepage": "https://www.drupal.org/project/flag",
"support": { "support": {
"source": "https://git.drupalcode.org/project/flag" "source": "https://git.drupalcode.org/project/flag"
} },
"time": "2020-08-07T07:05:58+00:00"
}, },
{ {
"name": "drupal/flag_lists", "name": "drupal/flag_lists",
@ -19097,6 +19095,7 @@
"drupal/computed_field": 10, "drupal/computed_field": 10,
"drupal/content_sync": 20, "drupal/content_sync": 20,
"drupal/field_group": 20, "drupal/field_group": 20,
"drupal/flag": 20,
"drupal/flag_lists": 20, "drupal/flag_lists": 20,
"drupal/genpass": 20, "drupal/genpass": 20,
"drupal/graphql": 20, "drupal/graphql": 20,