Skip to content

Commit

Permalink
feat(backend): Updated drupal core and modules. (#118)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updated Drupal core to 8.80
  • Loading branch information
PavelBulat authored and Kate committed Dec 9, 2019
1 parent b67996a commit 5af2f83
Show file tree
Hide file tree
Showing 2 changed files with 1,046 additions and 700 deletions.
19 changes: 10 additions & 9 deletions falcon/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,14 @@
"enable-patching": true,
"patches": {
"drupal/core": {
"Media Library and Paragraphs": "https://www.drupal.org/files/issues/2018-12-05/drupal-media-library-paragraphs-3003150-19-8.x.patch",
"Pagination in rest views": "https://www.drupal.org/files/issues/2019-05-21/2982729-viewsRestInfo-13_0.patch"
},
"drupal/jsonapi_extras": {
"Compatibility with drupal 8.8": "https://www.drupal.org/files/issues/2019-12-02/3089444-24.patch"
},
"drupal/config_pages": {
"Compatibility with drupal 8.8 REST api. Expose entity by string ID via rest": "https://www.drupal.org/files/issues/2019-12-09/config_pages-expose-entity-by-string-id-via-rest-3099665-2_0.patch"
},
"drupal/paragraphs_browser": {
"Bring back actions menu": "https://www.drupal.org/files/issues/2019-01-22/paragraphs_browser-extend-from-ParagraphsWidget-2917656-14_0.patch"
},
Expand All @@ -103,9 +108,6 @@
"drupal/commerce_decoupled_checkout": {
"Added new hook_alter": "https://www.drupal.org/files/issues/2019-02-22/commerce_decoupled_checkout-added_hook_alter-3033373-5.patch"
},
"drupal/consumers": {
"Fixed empty request object": "https://www.drupal.org/files/issues/2019-02-07/fix-negotiate-request_1.patch"
},
"drupal/require_login": {
"Fixed login from 403 and 404 pages": "https://www.drupal.org/files/issues/2019-06-24/require_login-fix-login-3063676-4-8.x.patch"
}
Expand All @@ -120,18 +122,18 @@
"drupal/commerce": "^2.10",
"drupal/commerce_decoupled_checkout": "^1.0@beta",
"drupal/commerce_directdebit": "dev-8.x-1.x",
"drupal/commerce_globalpayments": "1.x-dev#ffac02ad",
"drupal/commerce_globalpayments": "1.x-dev#edbff85d",
"drupal/commerce_paypal_ec": "dev-8.x-1.x",
"drupal/commerce_stripe": "^1.0@RC",
"drupal/config_filter": "^1.2",
"drupal/config_ignore": "^2.1",
"drupal/config_pages": "^2.2",
"drupal/config_pages": "^2.6",
"drupal/config_split": "^1.3",
"drupal/consumer_image_styles": "^3.0",
"drupal/consumers": "^1.0@beta",
"drupal/consumers_token": "^1.0@beta",
"drupal/contact_message_rest": "^1.0@alpha",
"drupal/core": "~8.6.0",
"drupal/core": "~8.8.0",
"drupal/decoupled_router": "^1.0",
"drupal/default_content": "^1.0@alpha",
"drupal/eck": "^1.0@alpha",
Expand All @@ -144,11 +146,10 @@
"drupal/file_entity": "^2.0@beta",
"drupal/focal_point": "^1.0@beta",
"drupal/image_widget_crop": "^2.2",
"drupal/jsonapi": "^2.3",
"drupal/jsonapi_extras": "^3.4",
"drupal/mailsystem": "^4.1",
"drupal/menu_admin_per_menu": "^1.0",
"drupal/menu_item_extras": "^2.4",
"drupal/menu_item_extras": "^2.9",
"drupal/menu_link_config": "^1.0@alpha",
"drupal/metatag": "1.9.0",
"drupal/paragraphs": "1.7.0",
Expand Down

0 comments on commit 5af2f83

Please sign in to comment.