Skip to content

Commit 115c37e

Browse files
committed
update contribs and core drupal 11.0.6
1 parent b3ea5c2 commit 115c37e

File tree

2 files changed

+177
-214
lines changed

2 files changed

+177
-214
lines changed

composer.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"drupal/paragraphs_viewmode",
2727
"drupal/pate",
2828
"drupal/revision_log_default",
29-
"drupal/role_watchdog",
30-
"drupal/tome"
29+
"drupal/role_watchdog"
3130
]
3231
},
3332
"drupal/advanced_text_formatter": {
@@ -85,10 +84,6 @@
8584
"drupal/role_watchdog": {
8685
"type": "git",
8786
"url": "https://git.drupalcode.org/issue/role_watchdog-3434274.git"
88-
},
89-
"drupal/tome": {
90-
"type": "git",
91-
"url": "https://git.drupalcode.org/issue/tome-3435061.git"
9287
}
9388
},
9489
"require": {
@@ -109,9 +104,9 @@
109104
"drupal/config_split": "^2.0",
110105
"drupal/consumers": "^1.19",
111106
"drupal/content_lock": "^3.0@alpha",
112-
"drupal/core-composer-scaffold": "11.0.5",
113-
"drupal/core-project-message": "11.0.5",
114-
"drupal/core-recommended": "11.0.5",
107+
"drupal/core-composer-scaffold": "11.0.6",
108+
"drupal/core-project-message": "11.0.6",
109+
"drupal/core-recommended": "11.0.6",
115110
"drupal/crop": "^2.4",
116111
"drupal/ctools": "^4.1",
117112
"drupal/decoupled_router": "^2.0",
@@ -156,7 +151,7 @@
156151
"drupal/maxlength": "^3.1",
157152
"drupal/media_file_delete": "^1.3",
158153
"drupal/memcache": "^2.6",
159-
"drupal/metatag": "^2.0",
154+
"drupal/metatag": "^2.1",
160155
"drupal/node_edit_protection": "dev-project-update-bot-only",
161156
"drupal/oembed_providers": "^2.2",
162157
"drupal/paragraphs": "^1.18",
@@ -177,17 +172,16 @@
177172
"drupal/security_review": "^3.0",
178173
"drupal/simple_oauth": "6.0.x-dev@dev",
179174
"drupal/simple_sitemap": "^4.1",
180-
"drupal/smart_date": "^4.2@beta",
175+
"drupal/smart_date": "^4.2@RC",
181176
"drupal/svg_image": "^3.1",
182177
"drupal/token": "^1.15",
183-
"drupal/tome": "dev-project-update-bot-only",
184178
"drupal/upgrade_status": "^4.3",
185179
"drupal/username_enumeration_prevention": "^1.4",
186180
"drupal/viewfield": "^3.0@beta",
187181
"drupal/wpf": "^1.2"
188182
},
189183
"require-dev": {
190-
"drupal/core-dev": "11.0.5",
184+
"drupal/core-dev": "11.0.6",
191185
"drush/drush": "^13",
192186
"phpspec/prophecy-phpunit": "^2",
193187
"sllh/composer-lint": "^2.0"
@@ -304,6 +298,9 @@
304298
"drupal/paragraphs": {
305299
"https://www.drupal.org/project/paragraphs/issues/2904705#comment-15247772": "https://www.drupal.org/files/issues/2023-09-27/paragraphs_support_asym_translations-2904705-141.patch",
306300
"https://www.drupal.org/project/paragraphs/issues/3031598#comment-13972961": "https://www.drupal.org/files/issues/2021-01-22/paragraph-entity-type-did-not-specify-translation-halder-3031598-45.patch"
301+
},
302+
"drupal/smart_date": {
303+
"": "https://www.drupal.org/files/issues/2024-10-26/smart_date.4.2.x-dev.rector.patch"
307304
}
308305
}
309306
}

0 commit comments

Comments
 (0)