Skip to content

Commit

Permalink
chore: switch in non patched versions that are now compatible with d11
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianGilbert committed Aug 23, 2024
1 parent 3b5acc0 commit e76a192
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 37 deletions.
16 changes: 3 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"type": "composer",
"url": "https://packages.drupal.org/8",
"exclude": [
"drupal-tome/tome_drush",
"drupal/advanced_text_formatter",
"drupal/coffee",
"drupal/config_filter",
Expand All @@ -22,7 +21,6 @@
"drupal/entity_display_mode",
"drupal/exclude_node_title",
"drupal/jsonapi_user_resources",
"drupal/linkyreplacer",
"drupal/m4032404",
"drupal/node_edit_protection",
"drupal/paragraphs_asymmetric_translation_widgets",
Expand All @@ -37,10 +35,6 @@
"drupal/username_enumeration_prevention"
]
},
"drupal-tome/tome_drush": {
"type": "git",
"url": "https://github.com/BrianGilbert/tome_drush.git"
},
"drupal/advanced_text_formatter": {
"type": "git",
"url": "https://git.drupalcode.org/issue/advanced_text_formatter-3442782.git"
Expand Down Expand Up @@ -73,10 +67,6 @@
"type": "git",
"url": "https://git.drupalcode.org/issue/jsonapi_user_resources-3448737.git"
},
"drupal/linkyreplacer": {
"type": "git",
"url": "https://git.drupalcode.org/issue/linkyreplacer-3455249.git"
},
"drupal/m4032404": {
"type": "git",
"url": "https://git.drupalcode.org/issue/m4032404-3431768.git"
Expand Down Expand Up @@ -130,7 +120,7 @@
"php": ">=8.3",
"composer/installers": "^2.3",
"cweagans/composer-patches": "^1.7.3",
"drupal-tome/tome_drush": "dev-patch-1",
"drupal-tome/tome_drush": "dev-master",
"drupal/admin_audit_trail": "^1.0",
"drupal/admin_toolbar": "^3.5",
"drupal/advanced_text_formatter": "3.0.x",
Expand Down Expand Up @@ -185,10 +175,10 @@
"drupal/linkit": "^7.0@alpha",
"drupal/linky": "^2.0@beta",
"drupal/linkychecker": "^2.0",
"drupal/linkyreplacer": "dev-project-update-bot-only",
"drupal/linkyreplacer": "^2.3",
"drupal/m4032404": "dev-project-update-bot-only",
"drupal/masquerade": "^2.0",
"drupal/maxlength": "3.x-dev@dev",
"drupal/maxlength": "^3.1",
"drupal/media_file_delete": "^1.3",
"drupal/memcache": "^2.6",
"drupal/metatag": "^2.0",
Expand Down
105 changes: 81 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e76a192

Please sign in to comment.