Commit 8243e171 authored by Neslee Canil Pinto's avatar Neslee Canil Pinto Committed by Neslee Canil Pinto
Browse files

Issue #3284434 by Neslee Canil Pinto: Update composer.json require key to use drupal 10

parent 4be96176
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,6 @@
        "source": "https://git.drupalcode.org/project/mailtoui"
    },
    "require": {
        "drupal/core": "^8.0 || ^9.0"
        "drupal/core": "^8 || ^9 || ^10"
    }
}