Skip to content
Snippets Groups Projects

Add explicit composer.json.

1 file
+ 21
0
Compare changes
  • Side-by-side
  • Inline
composer.json 0 → 100644
+ 21
0
 
{
 
"name": "drupal/navigation_extra_tools",
 
"description": "Provide useful tools to Drupal Navigation.",
 
"type": "drupal-module",
 
"license": "GPL-2.0-or-later",
 
"require": {
 
"php": ">=8.1"
 
},
 
"authors": [
 
{
 
"name": "James Shields",
 
"role": "Maintainer"
 
}
 
],
 
"support": {
 
"issues": "https://www.drupal.org/project/issues/navigation_extra_tools",
 
"source": "https://git.drupalcode.org/project/advent_calendar"
 
}
 
}
Loading