Skip to content
Snippets Groups Projects
Commit 10cfd1e1 authored by Travis Carden's avatar Travis Carden Committed by Ted Bowman
Browse files

Issue #3320486 by TravisCarden: Make setup/install scripts remove...

Issue #3320486 by TravisCarden: Make setup/install scripts remove "platform.php" Composer config override altogether
parent b5ddbd53
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,8 @@ composer config \
# Prevent Composer from symlinking path repositories.
export COMPOSER_MIRROR_PATH_REPOS=1
# Update the Composer platform PHP emulation.
composer config platform.php 7.4.0
# Remove the Composer platform PHP emulation.
composer config --unset platform.php
# Prevent Composer from installing symlinks from common packages known to
# contain them.
......
......@@ -160,8 +160,8 @@ composer config \
# Prevent Composer from symlinking path repositories.
export COMPOSER_MIRROR_PATH_REPOS=1
# Update the Composer platform PHP requirement.
composer config platform.php 7.4.0
# Remove the Composer platform PHP requirement.
composer config --unset platform.php
# Prevent Composer from installing symlinks from common packages known to
# contain them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment