Skip to content

Commit

Permalink
Upgrade to d10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Jan 9, 2024
1 parent 80decdb commit 6f21f19
Show file tree
Hide file tree
Showing 95 changed files with 2,041 additions and 1,049 deletions.
26 changes: 11 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": ["drupal/better_normalizers", "drupal/role_watchdog"]
"exclude": ["drupal/role_watchdog"]
},
{
"type": "package",
Expand Down Expand Up @@ -40,10 +40,6 @@
}
}
},
{
"type": "git",
"url": "https://git.drupalcode.org/issue/better_normalizers-3286221.git"
},
{
"type": "git",
"url": "https://git.drupalcode.org/issue/role_watchdog-3297981.git"
Expand All @@ -67,7 +63,7 @@
"drupal/asset_injector": "^2.7",
"drupal/auto_entitylabel": "^3.0@beta",
"drupal/better_exposed_filters": "^6.0",
"drupal/better_normalizers": "dev-3286221-8.x-1.x-automated-drupal-10 as 1.0-beta5",
"drupal/better_normalizers": "^2.0",
"drupal/block_class": "^2.0",
"drupal/block_content_permissions": "^1.10",
"drupal/block_field": "^1.0@RC",
Expand All @@ -87,9 +83,9 @@
"drupal/config_update": "^2.0@alpha",
"drupal/confirm_leave": "^1.0@beta",
"drupal/content_access": "^2.0",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/core-recommended": "^10.0",
"drupal/core": "^10.2",
"drupal/core-composer-scaffold": "^10.2",
"drupal/core-recommended": "^10.2",
"drupal/default_content": "^2.0",
"drupal/diff": "^1.0",
"drupal/domain_301_redirect": "^2.0",
Expand Down Expand Up @@ -175,6 +171,7 @@
"drupal/spamspan": "^3.0@beta",
"drupal/stage_file_proxy": "^2.0",
"drupal/term_condition": "^2.0",
"drupal/transliterate_filenames": "^2.0",
"drupal/ui_patterns": "^1.2",
"drupal/ui_patterns_field_variants": "1.x-dev",
"drupal/video_embed_field": "^2.4",
Expand All @@ -193,15 +190,15 @@
"drupal/webp": "^1.0@beta",
"drupal/xmlsitemap": "^1.0",
"drupal/yearonly": "^9.0",
"drush/drush": "^11.1",
"drush/drush": "^12",
"harvesthq/chosen": "^1.8",
"kenwheeler/slick": "^1.8",
"onlyextart/colorbox": "dev-master#e58476becbc89dc671093d1bcd9f99b2167fa8f7",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"su-sws/ckeditor5_plugins": "^1.0",
"su-sws/stanford_basic": "dev-8.x-2.x#9d6391431de1aefa93c4dfe671e309cef1496d81",
"su-sws/stanford_fields": "^8.1",
"su-sws/stanford_media": "^10.1",
"su-sws/stanford_media": "^11.0",
"su-sws/stanford_migrate": "^8.4",
"su-sws/stanford_samlauth": "^1.0"
},
Expand All @@ -215,8 +212,7 @@
"drupal/coder": "*"
},
"conflict": {
"drupal/drupal": "*",
"consolidation/site-alias": ">3.1.5"
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down Expand Up @@ -246,8 +242,8 @@
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/2999491": "https://www.drupal.org/files/issues/2020-10-06/2999491--reusable-title-display--56.patch",
"https://www.drupal.org/project/drupal/issues/2981837": "https://www.drupal.org/files/issues/2019-05-22/findMigrationDependencies-null-process-value-2981837-5.patch",
"https://www.drupal.org/project/drupal/issues/1349080": "https://www.drupal.org/files/issues/2023-06-15/1349080-521.patch",
"https://www.drupal.org/project/drupal/issues/3306916": "https://www.drupal.org/files/issues/2022-08-30/file_validate_size.patch",
"https://www.drupal.org/project/drupal/issues/1349080": "https://www.drupal.org/files/issues/2023-11-27/1349080-537.patch",
"https://www.drupal.org/project/drupal/issues/3306916": "https://www.drupal.org/files/issues/2023-12-19/3306916-18.patch",
"views form null fix": "patches/core-views.patch",
"CKEditor 5 headings plugin paragraph label change": "patches/ckeditor5-paragraph-rename.patch"
},
Expand Down
Loading

0 comments on commit 6f21f19

Please sign in to comment.