Commit 8118cc8f authored by Niels de Feyter's avatar Niels de Feyter Committed by Louis Cuny
Browse files

Issue #3266587: [drush 10] structure_sync should have an extra.drush.services...

Issue #3266587: [drush 10] structure_sync should have an extra.drush.services section in its composer.json
parent b8d97a99
Loading
Loading
Loading
Loading

composer.json

0 → 100644
+14 −0
Original line number Diff line number Diff line
{
  "name": "drupal/structure_sync",
  "description": "Tool for syncing structural data that is stored as content.",
  "type": "drupal-module",
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/structure_sync",
  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9 || ^10 || ^11"
      }
    }
  }
}