- Issue created by @vivek_lnwebworks
- 🇮🇳India vivek_lnwebworks
I have created MR for this issue
Please review
Thanks
I have a site that needs to be migrated from Drupal 7 to Drupal 11. In the Drupal 7 site, we used a module to include scripts in the header and footer. After checking, I found that this module is only available for Drupal 9, so I’ve been working on making it compatible with Drupal 11.
1. Download the zip file of module
2. Tried to install
Add
core_version_requirement: ^8 || ^9 || ^10 ||^11
in info.yml
"php": "^7.4 || ^8.0 || ^8.1 || ^8.4 || ^8.3 ", "drupal/core": "^8 || ^9 || ^10 ||^11"
in composer.json
Active
3.0
Code
I have created MR for this issue
Please review
Thanks