Problem/Motivation
Follow-up from #3364646: Add a branch alias for 11.x
Installing devel on the 11.x branch now works with COMPOSER_ROOT_VERSION=10.2.x-dev composer require drupal/devel but it doesn't work without COMPOSER_ROOT_VERSION.
If we add a branch alias to core/composer.json too, maybe that will help.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | interdiff_1-4.txt | 777 bytes | spokje |
| #4 | 3376476-4.patch | 1.33 KB | spokje |
Comments
Comment #2
catchJust to see what fails.
Comment #4
spokjeWell, for starters, my old nemesis
ComposerIntegrationTest::testComposerLockHash...Comment #5
catchFor starters and also for finishers, or should it be desserts.
As with the first change, I think we might need to commit this to find out whether it works or not.
Comment #7
longwaveThe only way we know of to test this is to push it and see what happens on Packagist, I'm ready with the revert in case something breaks.
Committed 6cb692a and pushed to 11.x. Thanks!