Commit 71eb5092 authored by Dave Nattriss's avatar Dave Nattriss
Browse files

Fixed drupal/field dependency, reported in issue #3306893:

parent c455ffca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
- Updated README.md requirements wording
- Branched to Composer-style semantic version numbering
- Added Drupal 10 compatibility from [issue #3287172](https://www.drupal.org/project/email_formatter/issues/3287172)
- Fixed drupal/field dependency, reported in [issue #3306893](https://www.drupal.org/project/email_formatter/issues/3306893), patch by lhridley

## E-mail Formatter 8.x-1.1

+1 −2
Original line number Diff line number Diff line
@@ -18,8 +18,7 @@
        "source": "https://git.drupalcode.org/project/email_formatter"
    },
    "require": {
      "drupal/core": "^8 || ^9 || ^10",
      "drupal/field": "^8 || ^9"
      "drupal/core": "^8 || ^9 || ^10"
    },
    "repositories": {
        "drupal": {