- 🇳🇱Netherlands jurriaanroelofs
thanks, closing this in favor of https://www.drupal.org/project/formatter_field/issues/3319385 📌 Make the module drupal 10 ready Fixed
- 🇺🇸United States david.mcmeans
A version for 9 and 10 was just posted (sweet!), but I wanted to post that I had to tweak the composer repo code from generalredneck. This worked for me:
"repositories": [ { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/formatter_field" ] }, { "type": "package", "package": { "name": "drupal/formatter_field", "type": "drupal-module", "version": "1.2@alpha", "source": { "type": "git", "url": "https://git.drupalcode.org/issue/formatter_field-3147590.git", "reference": "b33575c03e7c85394bb1c2ab12b8458487c58a55" }, "require": { "drupal/core": "^8 || ^9" } } } ], "require": { "drupal/formatter_field": "1.2@alpha",