Skip to content

Commit 840494a

Browse files
committed
update contribs and core drupal 11.1.1
1 parent 746b4dd commit 840494a

File tree

6 files changed

+651
-560
lines changed

6 files changed

+651
-560
lines changed

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: drupal-foundry
2-
type: drupal9
2+
type: drupal11
33
docroot: web
44
php_version: "8.3"
55
webserver_type: nginx-fpm

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"drupal/config_split": "^2.0",
8585
"drupal/consumers": "^1.19",
8686
"drupal/content_lock": "^3.0@alpha",
87-
"drupal/core-composer-scaffold": "11.0.9",
88-
"drupal/core-project-message": "11.0.9",
89-
"drupal/core-recommended": "11.0.9",
87+
"drupal/core-composer-scaffold": "11.1.1",
88+
"drupal/core-project-message": "11.1.1",
89+
"drupal/core-recommended": "11.1.1",
9090
"drupal/crop": "^2.4",
9191
"drupal/ctools": "^4.1",
9292
"drupal/decoupled_router": "^2.0",
@@ -107,10 +107,10 @@
107107
"drupal/field_group": "^4.0@alpha",
108108
"drupal/field_tools": "^1.0@alpha",
109109
"drupal/focal_point": "^2.1",
110-
"drupal/gin": "^3.0@RC",
110+
"drupal/gin": "^4.0",
111111
"drupal/gin_everywhere": "1.x-dev@dev",
112112
"drupal/gin_login": "^2.1",
113-
"drupal/gin_toolbar": "^1.0@RC",
113+
"drupal/gin_toolbar": "^2.0",
114114
"drupal/image_style_warmer": "^1.3@RC",
115115
"drupal/jquery_ui": "^1.7",
116116
"drupal/jquery_ui_draggable": "^2.1",
@@ -122,7 +122,7 @@
122122
"drupal/jsonapi_user_resources": "^1.0@beta",
123123
"drupal/layout_paragraphs": "^2.1",
124124
"drupal/length_indicator": "^1.4",
125-
"drupal/linkit": "^7.0@alpha",
125+
"drupal/linkit": "^7.0",
126126
"drupal/linky": "^2.0@beta",
127127
"drupal/linkychecker": "^2.0",
128128
"drupal/linkyreplacer": "^2.3",
@@ -142,7 +142,7 @@
142142
"drupal/pate": "dev-3467514-drupal-11-compatibility",
143143
"drupal/pathauto": "^1.13",
144144
"drupal/prevent_homepage_deletion": "^3.0",
145-
"drupal/redirect": "^1.10",
145+
"drupal/redirect": "^1.11",
146146
"drupal/replicate": "^1.3",
147147
"drupal/revision_log_default": "^1.4",
148148
"drupal/robotstxt": "^1.6",
@@ -162,7 +162,7 @@
162162
"drupal/wpf": "^1.2"
163163
},
164164
"require-dev": {
165-
"drupal/core-dev": "11.0.9",
165+
"drupal/core-dev": "11.1.1",
166166
"drush/drush": "^13",
167167
"phpspec/prophecy-phpunit": "^2",
168168
"sllh/composer-lint": "^2.0"
@@ -281,7 +281,7 @@
281281
"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"
282282
},
283283
"drupal/smart_date": {
284-
"": "https://www.drupal.org/files/issues/2024-10-26/smart_date.4.2.x-dev.rector.patch"
284+
"https://www.drupal.org/project/smart_date/issues/3493091#comment-15950309": "https://git.drupalcode.org/project/smart_date/-/merge_requests/163.diff"
285285
}
286286
}
287287
}

0 commit comments

Comments
 (0)