Closed shaal closed 1 year ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
The changes include modifications to the composer.json
file and the vendor
directory in the .gitpod/drupal/drupalpod-setup/drupal_setup_core.sh
script. The conflict part is removed from composer.json
, the composer.lock
file is updated using composer update --lock
, and a symlink is created from repos/drupal/vendor
to ../../vendor
.
File | Summary |
---|---|
.gitpod/drupal/drupalpod-setup/drupal_setup_core.sh |
Modifies composer.json by removing conflicts, updates composer.lock , and creates a symlink for the vendor directory. |
"A change to composer's tune, Conflict resolved, harmony soon. Composer lock, updated with care, Symlink created, vendor's path fair."
Summary by CodeRabbit
repos/drupal/vendor
to../../vendor
for easier access to dependencies.composer update --lock
to reflect the latest package versions.