Commit 4452f8a2 authored by Eduardo Morales Alberti's avatar Eduardo Morales Alberti Committed by Oleh Vehera
Browse files

Issue #3301267 by Eduardo Morales Alberti: [Drush 10 and 11 compatibility]...

Issue #3301267 by Eduardo Morales Alberti: [Drush 10 and 11 compatibility] Broaden the Drush constraint for services
parent 62765af6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9"
        "drush.services.yml": "^9 || ^10 || ^11"
       }
    }
  },