Commit c77a3964 authored by Hershey Korik's avatar Hershey Korik Committed by Sascha Grossenbacher
Browse files

Issue #3298209: Broaden services version constraint for Drush 11

parent d1595d44
Loading
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": ">=9"
      }
    }
  }