Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
auxonic committed Jul 21, 2023
1 parent 7d62822 commit a3783ab
Show file tree
Hide file tree
Showing 2 changed files with 957 additions and 482 deletions.
19 changes: 14 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"require": {
"cweagans/composer-patches": "^1.6.0",
"drupal/core-composer-scaffold": "*",
"drupalwxt/wxt": "4.5.1",
"drupalwxt/wxt": "4.5.x-dev",
"drush/drush": ">=9.7",
"oomphinc/composer-installers-extender": "^1.1 || ^2",
"drupal/backup_migrate": "^5.0",
Expand All @@ -26,7 +26,6 @@
"drupal/field_group": "^3.2",
"drupal/shs": "2.0.x-dev@dev",
"drupal/purge": "^3.0",
"drupal/linkit": "^6.0@beta",
"drupal/toolbar_language_switcher": "^2.0@alpha",
"drupal/transliterate_filenames": "^1.6",
"wikimedia/composer-merge-plugin": "^2.0",
Expand All @@ -53,11 +52,18 @@
"drupal/jsonapi_views": "^1.1",
"drupal/google_tag": "^1.6",
"drupal/o365": "^3.0",
"drupal/smtp": "1.x-dev@dev",
"drupal/mailsystem": "^4.4",
"drupal/mimemail": "^1.0@alpha",
"drupal/phpmailer_smtp": "^2.2",
"drupal/honeypot": "^2.1",
"drupal/antibot": "^2.0",
"drupal/mimemail": "^1.0@alpha",
"drupal/mailsystem": "^4.4",
"drupal/phpmailer_smtp": "^2.2"
"drupal/single_content_sync": "^1.3",
"drupal/media_entity_download": "^2.2",
"lcobucci/clock": "3.0.0",
"drupal/media_file_delete": "^1.3",
"drupal/fancy_file_delete": "^2.0",
"drupal/media_pdf_thumbnail": "^6.0@beta"
},
"require-dev": {
"drupal/core-dev": "^9",
Expand Down Expand Up @@ -157,6 +163,9 @@
"patches": {
"drupal/linkit": {
"NRCan - Stop LinkIt from adding titles to links. WCAG duplication issue.": "https://raw.githubusercontent.com/NRCan/nrwxt/master/patches/linkit-stop-adding-title.patch"
},
"drupal/core": {
"3259716 - Replace usages of static::class . '::methodName' to first-class callable syntax static::method(...)": "https://www.drupal.org/files/issues/2022-12-14/3259716-63.patch"
}
},
"patches-ignore": {
Expand Down
Loading

0 comments on commit a3783ab

Please sign in to comment.