Skip to content
Snippets Groups Projects
Commit 1d87df87 authored by James Wilson's avatar James Wilson
Browse files

Issue #3480807 by jwilson3: Update ddev to 1.23.5

parent 5f4f6e4f
No related branches found
No related tags found
1 merge request!20Issue #3480807 by jwilson3: Update ddev to 1.23.5
Pipeline #357122 passed
name: ddev-drupal-contrib
repository: ddev/ddev-drupal-contrib
version: 1.0.0-rc22
install_date: "2024-10-15T08:12:12-05:00"
install_date: "2024-12-02T22:31:44-05:00"
project_files:
- commands/web/eslint
- commands/web/expand-composer-json
......
......@@ -13,8 +13,8 @@ use_dns_when_possible: true
composer_version: "2"
web_environment:
- DRUPAL_CORE=^10
nodejs_version: "18"
corepack_enable: false
nodejs_version: 18
# Key features of DDEV's config.yaml:
......@@ -41,7 +41,7 @@ nodejs_version: 18
# version: <version> # database version, like "10.11" or "8.0"
# MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
# MySQL versions can be 5.5-8.0.
# PostgreSQL versions can be 9-16.
# PostgreSQL versions can be 9-17.
# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
# router_https_port: <port> # Port for https (defaults to global configuration, usually 443)
......@@ -59,6 +59,8 @@ nodejs_version: 18
# webserver_type: nginx-fpm, apache-fpm, or nginx-gunicorn
# timezone: Europe/Berlin
# If timezone is unset, DDEV will attempt to derive it from the host system timezone
# using the $TZ environment variable or the /etc/localtime symlink.
# This is the timezone used in the containers and by PHP;
# it can be set to any valid timezone,
# see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
......@@ -78,7 +80,7 @@ nodejs_version: 18
# - preview
# - snapshot
# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
# To reinstall Composer after the image was built, run "ddev debug refresh".
# To reinstall Composer after the image was built, run "ddev debug rebuild".
# nodejs_version: "20"
# change from the default system Node.js version to any other version.
......
.editorconfig
.gitattributes
/.ddev/xhprof
/vendor/
/web/
phpcs.xml.dist
......@@ -11,7 +11,7 @@ must be updated as well.
Read https://ddev.readthedocs.io/en/stable/users/install/ddev-upgrade/
ddev config --update
ddev get ddev/ddev-drupal-contrib
ddev add-on get ddev/ddev-drupal-contrib
3. Manually review and revert hunks that replace _module_ path with _theme_ path.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment