Issue #3402339 by AstonVictor: Update info file
{ | ||
"name": "drupal/git_info", | ||
"description": "Some useful helpers to display info about the revision of your codebase on the site.", | ||
"type": "drupal-module", | ||
"description": "Git Info", | ||
"keywords": ["Drupal"], | ||
"license": "GPL-2.0+", | ||
"keywords": ["Drupal"], | ||
"homepage": "https://www.drupal.org/project/git_info", | ||
"authors": [ | ||
{ | ||
"name": "Eirik Morland (eiriksm)", | ||
"homepage": "https://www.drupal.org/u/eiriksm", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"minimum-stability": "dev", | ||
"support": { | ||
"issues": "http://drupal.org/project/issues/git_info", | ||
"source": "http://cgit.drupalcode.org/git_info" | ||
"issues": "https://www.drupal.org/project/issues/git_info", | ||
"source": "https://git.drupalcode.org/project/git_info" | ||
}, | ||
"require": { | ||
"eiriksm/gitinfo": "^2.0||^3.0||^4.0" | ||
... | ... |
Please register or sign in to comment