Commit 59dc952d authored by Lisa Harrison's avatar Lisa Harrison Committed by Lisa Harrison
Browse files

Issue ##3264137: Update composer.json to remove Drush 9 and Drush 10 support. ...

Issue ##3264137: Update composer.json to remove Drush 9 and Drush 10 support.  Drush 11 is required for Drupal 10. Also fixes the minimum required version in .info.yml file.
parent e7b68a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
    "extra": {
        "drush": {
            "services": {
                "drush.services.yml": "^9 || ^10"
                "drush.services.yml": "^11"
            }
        }
    }