I have installed field_collection module with composer command by running this command
composer require 'drupal/field_collection:^1.0'
The module downloaded to /module/contrib folder
when i open the composer.json file the content is
{
"name": "drupal/page_manager",
"description": "Provides a way to place blocks on a custom page.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/page_manager",
"authors": [
{
"name": "Tim Plunkett",
"homepage": "https://www.drupal.org/u/tim.plunkett",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/page_manager",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupal.org/project/page_manager.git"
},
"license": "GPL-2.0+",
"minimum-stability": "dev",
"require": {
"drupal/ctools": "~3"
}
}
Please provide a patch with improvement in composer.json file
Comments
Comment #2
mahtab_alam commentedComment #3
mahtab_alam commentedComment #4
renatog commentedComment #6
renatog commentedFixed on the dev branch.
Thank you very much.
Best,