Skip to content
Snippets Groups Projects

Support D9 and D10

2 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
2
composer.json 0 → 100644
+ 10
0
{
"name": "drupal/mobile_device_detection",
"description": "Allows determine which device went to the site.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/core": "^8.8 || ^9 || ^10"
}
}
Loading