Skip to content
Snippets Groups Projects

Issue #3320486: Make Automatic Updates Drupal 10-compatible

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -52,8 +52,8 @@ composer config \
@@ -52,8 +52,8 @@ composer config \
# Prevent Composer from symlinking path repositories.
# Prevent Composer from symlinking path repositories.
export COMPOSER_MIRROR_PATH_REPOS=1
export COMPOSER_MIRROR_PATH_REPOS=1
# Update the Composer platform PHP emulation.
# Remove the Composer platform PHP emulation.
composer config platform.php 7.4.0
composer config --unset platform.php
# Prevent Composer from installing symlinks from common packages known to
# Prevent Composer from installing symlinks from common packages known to
# contain them.
# contain them.
Loading