This commit is contained in:
2021-05-11 21:30:31 +02:00
parent bdfe624430
commit c4256af5ed
7 changed files with 935 additions and 7 deletions

View File

@@ -18,6 +18,7 @@
"composer/installers": "^1.9",
"drupal/address": "1.x-dev@dev",
"drupal/administerusersbyrole": "3.x-dev@dev",
"drupal/better_exposed_filters": "^5.0@beta",
"drupal/config_ignore": "^2.3",
"drupal/core-composer-scaffold": "^9.1",
"drupal/core-project-message": "^9.1",
@@ -36,6 +37,7 @@
"drupal/panels": "^4.6",
"drupal/paragraphs": "1.x-dev@dev",
"drupal/role_delegation": "^1.1",
"drupal/selective_better_exposed_filters": "2.x-dev@dev",
"drupal/smart_date": "^3.1",
"geocoder-php/google-maps-provider": "^4.6",
"geocoder-php/mapquest-provider": "^4.2",
@@ -118,7 +120,8 @@
"jQuery UI Touch Punch library https://www.drupal.org/project/jquery_ui_touch_punch/issues/3159222":"https://www.drupal.org/files/issues/2021-02-26/jquery_ui_touch_punch.patch"
},
"drupal/core": {
"Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch"
"Call to a member function getSetting() on null migrate_drupal https://www.drupal.org/project/drupal/issues/2984460": "https://www.drupal.org/files/issues/2020-04-06/2984460-3.patch",
"Add Views EntityReference filter to be available for all entity reference fields https://www.drupal.org/project/drupal/issues/2429699" : "https://www.drupal.org/files/issues/2021-03-06/2429699-389.patch"
}
}
}