Skip to content
Snippets Groups Projects

Issue #3517421: Simplify composer.json

1 file
+ 1
4
Compare changes
  • Side-by-side
  • Inline
+ 1
4
{
"name": "drupal/structure_sync",
"description": "Tool for syncing structural data that is stored as content.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"description": "Captures blocks, menu-items, and taxonomy terms (elements that are considered content by the Drupal CMS) as configuration, so that they can be synchronized with other configuration.",
"require": {
"php": ">=7.1"
},
Loading