Skip to content
Snippets Groups Projects

Issue #3189845: Create composer.json file and add dependencies

1 file
+ 24
0
Compare changes
  • Side-by-side
  • Inline
composer.json 0 → 100644
+ 24
0
{
"name": "drupal/paragraphs_browser_previewer",
"description": "This module provides possibility to use functionalities from Paragraph Browser widget and Paragraph Previewer widget in one widget.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"keywords": ["paragraphs", "browser", "previewer"],
"minimum-stability": "dev",
"authors": [
{
"name": "Andrew Siz",
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/paragraphs_browser_previewer",
"source": "https://git.drupalcode.org/project/paragraphs_browser_previewer"
},
"require": {
"drupal/core": "^8 || ^9 || ^10",
}
}
Loading