Commit 05de84a0 authored by Neslee Canil Pinto's avatar Neslee Canil Pinto Committed by Neslee Canil Pinto
Browse files

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

parent 20b7eda0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,6 @@
        "source": "https://git.drupalcode.org/project/status_messages"
    },
    "require": {
        "drupal/core": "^8 || ^9"
        "drupal/core": "^8 || ^9 || ^10"
    }
}