Commit b401ff21 authored by Alastair Moore's avatar Alastair Moore Committed by Łukasz Zaroda
Browse files

Issue #3308130 by welly: Drush 11 compatibility

parent 5ca1f81b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,12 +12,12 @@
    "require": {
        "php": ">=7.1.0",
        "drupal/core": "^8.7.7 || ^9",
        "drush/drush": "^9 || ^10"
        "drush/drush": "^9 || ^10 || ^11"
    },
    "extra": {
        "drush": {
            "services": {
                "drush.services.yml": "^9 || ^10"
                "drush.services.yml": "^9 || ^10 || ^11"
            }
        }
    },