Skip to content

Commit

Permalink
Merge pull request #16 from UNICEFECAR/d10
Browse files Browse the repository at this point in the history
Custom modules and composer compatibilty with Drupal 10
  • Loading branch information
deepakmali-dgsl authored Apr 30, 2024
2 parents 9a98841 + 91aed20 commit abf5efb
Show file tree
Hide file tree
Showing 45 changed files with 1,394 additions and 542 deletions.
21 changes: 7 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"drupal/acquia_purge": "^1.0-beta3",
"drupal/admin_toolbar": "^3.0",
"drupal/allowed_languages": "^2.0@alpha",
"drupal/blazy": "^2.22",
"drupal/ckeditor_media_embed": "^1.11",
"drupal/color": "^1.0",
"drupal/config_ignore": "^3.0@beta",
Expand All @@ -24,11 +25,10 @@
"drupal/core-composer-scaffold": "10.1.5",
"drupal/core-project-message": "10.1.5",
"drupal/core-recommended": "10.1.5",
"drupal/core-composer-scaffold": "^8.8",
"drupal/csv_serialization": "^2.0",
"drupal/date_popup": "^1.1",
"drupal/entity": "^1.2",
"drupal/entity_share": "^3.0",
"drupal/entity_share_cron": "^3.0",
"drupal/features": "^3.8.0",
"drupal/feeds": "^3.0@alpha",
"drupal/feeds_tamper": "^2.0@beta",
Expand All @@ -37,11 +37,14 @@
"drupal/group": "^1.3",
"drupal/image_style_quality": "^1.4",
"drupal/json_field": "^1.0@RC",
"drupal/jsonapi_extras": "^3.24",
"drupal/jsonapi_page_limit": "^1.1",
"drupal/lang_dropdown": "^2.0@beta",
"drupal/languagefield": "^1.7",
"drupal/layout_builder_styles": "^2.0",
"drupal/layout_custom_section_classes": "^1.0",
"drupal/layout_section_classes": "^1.3",
"drupal/lazy": "^3.12",
"drupal/menu_link_attributes": "^1.3",
"drupal/menu_per_role": "^1.3",
"drupal/metatag": "*",
Expand All @@ -51,11 +54,6 @@
"drupal/mobile_app_links": "^2.0",
"drupal/quickedit": "^1.0",
"drupal/rdf": "^2.1",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_source_csv": "^3.4",
"drupal/migrate_tools": "^6.0",
"drupal/migrate_upgrade": "^3.2",
"drupal/mobile_app_links": "^2.0",
"drupal/restui": "^1.20",
"drupal/seckit": "^2.0",
"drupal/security_review": "^2.0",
Expand All @@ -68,9 +66,6 @@
"drupal/tmgmt": "^1.15",
"drupal/tmgmt_deepl": "^2.1",
"drupal/tmgmt_google": "^1.1",
"drupal/tamper": "^1.0@alpha",
"drupal/title_length": "^2.0@RC",
"drupal/tmgmt": "^1.12",
"drupal/tmgmt_memsource": "^1.13",
"drupal/toolbar_menu": "^3.0",
"drupal/toolbar_menu_clean": "^1.3",
Expand Down Expand Up @@ -165,10 +160,8 @@
"patches": {
"drupal/core": {
"Updated By sortable issue": "https://www.drupal.org/files/issues/2018-12-28/node_revisions_issue-3021671-07.patch",
"TypeError: implode(): Argument must be of type array":"https://www.drupal.org/files/issues/2023-04-12/3353778-implode_argument.patch"
"Media library weight issue css" : "https://www.drupal.org/files/issues/2020-07-01/interdiff_64-67.txt",
"Vocabulary name not shown in View for Anonymous Users": "https://www.drupal.org/files/issues/2021-04-21/taxonomy_vocabulary_view_permission-3114365.patch",
"Updated By sortable issue": "https://www.drupal.org/files/issues/2018-12-28/node_revisions_issue-3021671-07.patch"
"TypeError: implode(): Argument must be of type array":"https://www.drupal.org/files/issues/2023-04-12/3353778-implode_argument.patch",
"View vocabulery permission issue": "https://www.drupal.org/files/issues/2023-10-26/3114365-37.patch"
},
"drupal/video_embed_field": {
"Fixed the issue -Mapping for Feeds module missing": "https://www.drupal.org/files/issues/2019-09-02/3056385-feeds-mapping-missing-5.patch"
Expand Down
Loading

0 comments on commit abf5efb

Please sign in to comment.