Closed shaal closed 1 year ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
This update introduces a new environment variable, enhances recursive file searching, enables a specific Composer plugin, and modifies the Composer require command to ignore platform requirements. These changes aim to improve the flexibility and functionality of the Drupal setup.
File | Summary |
---|---|
.env |
Added a new variable PLACEHOLDER with a value of 1. |
.gitpod/drupal/.../drupalpod-setup.sh |
Modified the export command for recursive file search and added a ddev composer config command to enable a specific plugin. |
.gitpod/drupal/.../install-essential-packages.sh |
Updated the composer require command to ignore platform requirements during package installation. |
🐇💻
In the land of code, where the brackets lie,
Changes are made, under the digital sky.
A variable new, a plugin enabled,
Recursive search, in directories labeled.
Composer's song, now sings a different tune,
Ignoring platforms, like a rabbit on the moon. 🌙🚀
fixed by PR https://github.com/shaal/DrupalPod/pull/132
Summary by CodeRabbit
PLACEHOLDER
to enhance configuration flexibility.export
command in the Drupal setup script to recursively search for files in subdirectories, improving file discovery efficiency.php-http/discovery
plugin for Composer in the Drupal setup script, expanding the tool's capabilities.