Skip to content

Commit 7ef5ff9

Browse files
authored
Update php version and recipe config
1 parent ef6d278 commit 7ef5ff9

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.ddev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: thunder-develop
22
type: drupal
33
docroot: docroot
4-
php_version: "8.3"
4+
php_version: "8.4"
55
webserver_type: nginx-fpm
66
xdebug_enabled: false
77
additional_hostnames: []

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Ignore directories generated by Composer
22
drush/contrib
3+
recipes
34
vendor
45
bin
56
docroot

composer.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"require": {
59-
"composer/installers": "^1.2",
59+
"composer/installers": "^2.3",
6060
"cweagans/composer-patches": "^1.6.5",
6161
"drupal/core": "^10 || ^11",
6262
"drupal/core-composer-scaffold": "^10 || ^11",
@@ -67,7 +67,8 @@
6767
"oomphinc/composer-installers-extender": "^1.1||^2.0",
6868
"netcarver/textile": "^3.7",
6969
"drupal/default_content": "2.0.x-dev",
70-
"mglaman/composer-drupal-lenient": "^1.0"
70+
"mglaman/composer-drupal-lenient": "^1.0",
71+
"drupal/core-recipe-unpack": "^11.3"
7172
},
7273
"require-dev": {
7374
"drupal/core-dev": "^10 || ^11",
@@ -116,6 +117,9 @@
116117
"npm-asset"
117118
],
118119
"installer-paths": {
120+
"recipes/{$name}": [
121+
"type:drupal-recipe"
122+
],
119123
"docroot/core": [
120124
"type:drupal-core"
121125
],
@@ -167,7 +171,8 @@
167171
"phpstan/extension-installer": true,
168172
"php-http/discovery": true,
169173
"mglaman/composer-drupal-lenient": true,
170-
"tbachert/spi": true
174+
"tbachert/spi": true,
175+
"drupal/core-recipe-unpack": true
171176
}
172177
}
173178
}

0 commit comments

Comments
 (0)