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"
|
||
}
|
||
}
|
||
}
|
||
} |
Loading