-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed fix for composer version in config and fixed ddev version to …
…1.23.5
- Loading branch information
Showing
2 changed files
with
3 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters