]> git.mxchange.org Git - friendica.git/blob - library/Mobile_Detect/composer.json
Merge pull request #1 from friendica/develop
[friendica.git] / library / Mobile_Detect / composer.json
1 {
2     "name": "mobiledetect/mobiledetectlib",
3     "type": "library",
4     "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
5     "keywords": ["mobile", "mobile detect", "mobile detector", "php mobile detect", "detect mobile devices"],
6     "homepage": "https://github.com/serbanghita/Mobile-Detect",
7     "license": "MIT",
8     "authors": [
9         {
10             "name": "Serban Ghita",
11             "email": "serbanghita@gmail.com",
12             "homepage": "http://mobiledetect.net",
13             "role": "Developer"
14         }
15     ],
16     "require": {
17         "php": ">=5.0.0"
18     },
19     "require-dev": {
20         "phpunit/phpunit": "*",
21         "johnkary/phpunit-speedtrap": "~1.0@dev",
22         "codeclimate/php-test-reporter": "dev-master"
23     },
24     "autoload": {
25         "classmap": ["Mobile_Detect.php"],
26         "psr-0": {
27             "Detection": "namespaced/"
28         }
29     }
30 }