diff --git a/config.aljibe.yaml b/config.aljibe.yaml index 747687f..0a411f6 100644 --- a/config.aljibe.yaml +++ b/config.aljibe.yaml @@ -1,10 +1,4 @@ #ddev-generated # Custom config to alter composer executable in case Drupal is defining a custom version. # See https://github.com/ddev/ddev/issues/6602 for more details. -hooks: - pre-composer: - - exec: | - if [ -f /var/www/html/vendor/bin/composer ] && \ - [ "$(readlink /usr/local/bin/composer)" != "/var/www/html/vendor/bin/composer" ]; then \ - ln -sf /var/www/html/vendor/bin/composer /usr/local/bin/composer; \ - fi \ No newline at end of file +hooks: \ No newline at end of file diff --git a/install.yaml b/install.yaml index 1712621..f116655 100644 --- a/install.yaml +++ b/install.yaml @@ -8,6 +8,8 @@ project_files: - site-profiles - config.aljibe.yaml +ddev_version_constraint: '>= v1.23.5' + post_install_actions: - ./scripts/install-dependencies.sh - test -f aljibe.yaml || cp aljibe.yaml.example aljibe.yaml