Skip to content

Commit

Permalink
Removed fix for composer version in config and fixed ddev version to …
Browse files Browse the repository at this point in the history
…1.23.5
  • Loading branch information
juanjol committed Nov 18, 2024
1 parent 6ef90f5 commit 792d959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 1 addition & 7 deletions config.aljibe.yaml
Original file line number Diff line number Diff line change
@@ -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
hooks:
2 changes: 2 additions & 0 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 792d959

Please sign in to comment.