- First commit to issue fork.
- @deciphered opened merge request.
- 🇦🇺Australia Deciphered
I added the patch to an issue branch, as well as updating composer.json file so that I could use it in composer without the need for the patch, allowing me to upgrade to Drupal 10.
The following (or similar) is required in your projects composer.json:
"repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/entity_display_mode" ] }, "drupal/entity_display_mode": { "type": "git", "url": "https://git.drupalcode.org/issue/entity_display_mode-3287230.git" } },
Then add the module using:
composer require drupal/entity_display_mode:dev-feature/3287230-automated-drupal-10
I hope this is helpful to others.
- First commit to issue fork.
-
asherry →
committed c53ab6c7 on 2.0.x authored by
Deciphered →
Issue #3287230 by Deciphered, Project Update Bot: Update composer core...
-
asherry →
committed c53ab6c7 on 2.0.x authored by
Deciphered →
-
asherry →
committed b1a0db97 on 2.0.x authored by
Deciphered →
Issue #3287230 by Deciphered, Project Update Bot: Automated Drupal 10...
-
asherry →
committed b1a0db97 on 2.0.x authored by
Deciphered →
- Status changed to Fixed
almost 2 years ago 8:48pm 13 June 2023 - 🇫🇷France asherry
Hey Stuart, I remember you from the Melbourne Drupal meetups, I hope all is well!
Thanks for adding that, I pushed those to a new 2.0.x branch and they'll probably be in the next alpha release.
Automatically closed - issue fixed for 2 weeks with no activity.