Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: thunder-develop
type: drupal
docroot: docroot
php_version: "8.3"
php_version: "8.4"
webserver_type: nginx-fpm
xdebug_enabled: false
additional_hostnames: []
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Ignore directories generated by Composer
drush/contrib
recipes
vendor
bin
docroot
Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}
},
"require": {
"composer/installers": "^1.2",
"composer/installers": "^2.3",
"cweagans/composer-patches": "^1.6.5",
"drupal/core": "^10 || ^11",
"drupal/core-composer-scaffold": "^10 || ^11",
Expand All @@ -67,7 +67,8 @@
"oomphinc/composer-installers-extender": "^1.1||^2.0",
"netcarver/textile": "^3.7",
"drupal/default_content": "2.0.x-dev",
"mglaman/composer-drupal-lenient": "^1.0"
"mglaman/composer-drupal-lenient": "^1.0",
"drupal/core-recipe-unpack": "^11.3"
},
"require-dev": {
"drupal/core-dev": "^10 || ^11",
Expand Down Expand Up @@ -116,6 +117,9 @@
"npm-asset"
],
"installer-paths": {
"recipes/{$name}": [
"type:drupal-recipe"
],
"docroot/core": [
"type:drupal-core"
],
Expand Down Expand Up @@ -167,7 +171,8 @@
"phpstan/extension-installer": true,
"php-http/discovery": true,
"mglaman/composer-drupal-lenient": true,
"tbachert/spi": true
"tbachert/spi": true,
"drupal/core-recipe-unpack": true
}
}
}
Loading