Issue #3481982: Simplify composer.json
{ | ||
"name": "drupal/feedback", | ||
"type": "drupal-module", | ||
"description": "Collect page feedback", | ||
"keywords": ["Drupal"], | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/feedback", | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "http://drupal.org/project/issues/feedback", | ||
"source": "http://cgit.drupalcode.org/feedback" | ||
}, | ||
"require": { } | ||
"name": "drupal/feedback", | ||
"description": "Allows users and visitors of a Drupal site to quickly send feedback messages about the currently displayed page, using a fixed positioned and ajaxified feedback form.", | ||
"support": { | ||
"issues": "http://drupal.org/project/issues/feedback" | ||
} | ||
} |
Please register or sign in to comment