Skip to content
Snippets Groups Projects

Issue #3206510: no composer.json in module

composer.json 0 → 100644
+ 14
0
{
"name": "drupal/session_limit",
"description": "Session Limit",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"support": {
"issues": "https://drupal.org/project/issues/session_limit",
"source": "https://git.drupalcode.org/project/session_limit"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
}
}
Loading