diff -u b/composer.json b/composer.json --- b/composer.json +++ b/composer.json @@ -1,9 +1,32 @@ { - "name": "drupal/mobile_detect", - "require": { - "mobiledetect/mobiledetectlib": "~2.8" + "name": "drupal/mobile_detect", + "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices.", + "type": "drupal-module", + "homepage": "http://drupal.org/project/mobile_detect", + "authors": [ + { + "name": "Matthew Donadio (mpdonadio)", + "homepage": "https://www.drupal.org/u/mpdonadio", + "role": "Maintainer" }, - "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices.", - "type": "drupal-module", - "license": "MIT" + { + "name": "Darryl Norris (darol100)", + "email": "admin@darrylnorris.com", + "homepage": "https://www.drupal.org/u/darol100", + "role": "Co-maintainer" + } + ], + "support": { + "issues": "http://drupal.org/project/mobile_detect", + "irc": "irc://irc.freenode.org/drupal-contribute", + "source": "http://cgit.drupalcode.org/mobile_detect" + }, + "replace": { + "drupal/core": "~8.0" + }, + "license": "GPL-2.0+", + "minimum-stability": "dev", + "require": { + "mobiledetect/mobiledetectlib": "~2.8" + } }