- First commit to issue fork.
- 🇺🇸United States damondt
Added as issue fork so that the patch can be added via composer for D10 compatibility because patches get applied after version constraint checks. This can be applied using the following addition to the repositories key (above default ones) in composer.json:
{ "type": "package", "package": { "name": "drupal/domain_language_negotiation", "type": "drupal-module", "version": "dev-3296976-automated-drupal-10", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/domain_language_negotiation-3296976.git", "reference": "domain_language_negotiation-3296976" } } },
And then the following constraint:
"drupal/domain_language_negotiation": "dev-3296976-automated-drupal-10",