Skip to content

Commit b6089df

Browse files
committed
Update to Drupal 11.2
1 parent cada2f3 commit b6089df

3 files changed

Lines changed: 365 additions & 282 deletions

File tree

.ddev/config.yaml

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"cweagans/composer-patches": "^1.7",
1616
"drupal/admin_toolbar": "^3.5",
1717
"drupal/config_inspector": "^2.1",
18-
"drupal/core-composer-scaffold": "^11.0",
19-
"drupal/core-project-message": "^11.0",
20-
"drupal/core-recommended": "^11.0",
18+
"drupal/core-composer-scaffold": "~11.2.0",
19+
"drupal/core-project-message": "~11.2.0",
20+
"drupal/core-recommended": "~11.2.0",
2121
"drupal/devel": "^5.3",
2222
"drupal/examples": "^4.0",
23-
"drupal/gin": "^4.1",
23+
"drupal/gin": "^5.0",
2424
"drush/drush": "^13.2",
2525
"kint-php/kint": "^5.1"
2626
},

0 commit comments

Comments
 (0)