Skip to content
Snippets Groups Projects

Issue #3287768: Automated Drupal 10 compatibility fixes

Files
2
composer.json 0 → 100644
+ 12
0
{
"name": "drupal/google_analytics_lite",
"type": "drupal-module",
"description": "a light weight and feature slim way to include the universal google analytics embed code in the site",
"license": "GPL-2.0-or-later",
"require": {
"php": "^7.3 || ^8.0",
"drupal/core": "^8 || ^9 || ^10"
},
"require-dev": { }
}
Loading