Merge branch 'master' into front

This commit is contained in:
2019-05-16 22:34:34 +02:00
56 changed files with 520 additions and 526 deletions

View File

@@ -31,7 +31,7 @@
"drupal/computed_field": "^2.0@beta",
"drupal/config_split": "^1.4",
"drupal/console": "^1.0.2",
"drupal/core": "^8.6.0",
"drupal/core": "8.7.*",
"drupal/entity_clone": "^1.0",
"drupal/genpass": "1.x-dev",
"drupal/jsonapi": "^2.4",
@@ -111,6 +111,9 @@
"drupal/core": {
"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"
},
"drupal/migrate_tools": {
"The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
},