- Issue created by @Shubham_Kumar
The module is currently missing a composer.json file, which is essential for developers using Composer to manage their Drupal projects. Composer is the standard tool for dependency management in modern Drupal workflows, and without this file, it's difficult to include the module properly via composer require.
Adding a composer.json file will:
- Allow the module to be installed and versioned correctly using Composer.
- Enable dependency resolution and autoloading.
- Improve compatibility with Drupal installations following best practices.
Active
1.0
Code