Commit a5bd17b9 authored by Tim Whitney's avatar Tim Whitney Committed by Sascha Grossenbacher
Browse files

Issue #3225141 by ndf, timodwhit, drewble, Berdir: composer.json is missing...

Issue #3225141 by ndf, timodwhit, drewble, Berdir: composer.json is missing extra.drush.services section
parent 7df3c9ce
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8,5 +8,12 @@
  },
  "require-dev": {
    "drupal/diff": "1.x-dev"
  },
  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9 || ^10 || ^11"
      }
    }
  }
}