Adding Notes about Composer Version Constraints.#423
Adding Notes about Composer Version Constraints.#423jonpugh wants to merge 3 commits intodrupal-composer:8.xfrom jonpugh:patch-2
Conversation
This explains that to upgrade drupal with the `composer update` command you have to change the `drupal/core` version constraint.
|
Maybe we should suggest the wildcard version constraint, it's a little easier to understand I think... If you use Seems more intuitive. |
|
I'm fine with either version constraint. However, we might not need all this general info as the default for new install is the caret notation ("^8.6.0") which always all minor updates. In the Drupal.org docs I just wrote:
That line can eventually be removed ... |
|
This pull request/issue has been inactive for over a year and is being closed due to inactivity. If the issue still persists or the contribution is still relevant, please feel free to reopen it or create a new one. Thank you for your understanding and your contributions to the project! |
This explains that to upgrade drupal with the
composer updatecommand you have to change thedrupal/coreversion constraint.