Skip to content

Commit 2353ecb

Browse files
committed
chore: update drupal to 9.4
1 parent d8dc1c5 commit 2353ecb

14 files changed

+678
-689
lines changed

drupal/.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: quickstart-druxt-serverless
22
type: drupal9
33
docroot: web
4-
php_version: "7.4"
4+
php_version: "8.1"
55
webserver_type: nginx-fpm
66
router_http_port: "80"
77
router_https_port: "443"

drupal/composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,23 @@
99
"chat": "https://www.drupal.org/node/314178"
1010
},
1111
"repositories": [
12-
{
13-
"type": "vcs",
14-
"url": "https://github.com/realityloop/tome_drush"
15-
},
1612
{
1713
"type": "composer",
1814
"url": "https://packages.drupal.org/8"
1915
}
2016
],
2117
"require": {
2218
"composer/installers": "2.1.1",
23-
"drupal-tome/tome_drush": "dev-feature/3-drush_11",
24-
"drupal/core-composer-scaffold": "9.3.13",
25-
"drupal/core-project-message": "9.3.13",
26-
"drupal/core-recommended": "9.3.13",
19+
"drupal-tome/tome_drush": "dev-master",
20+
"drupal/core-composer-scaffold": "9.4.5",
21+
"drupal/core-project-message": "9.4.5",
22+
"drupal/core-recommended": "9.4.5",
2723
"drupal/druxt": "1.1.1",
2824
"drupal/tome": "^1.7",
2925
"drush/drush": "^11.0"
3026
},
3127
"require-dev": {
32-
"drupal/core-dev": "9.3.13"
28+
"drupal/core-dev": "9.4.5"
3329
},
3430
"conflict": {
3531
"drupal/drupal": "*"

0 commit comments

Comments
 (0)