questlab/www/analytics/vendor/piwik/device-detector/composer.json
2016-04-10 18:55:57 +02:00

35 lines
1.2 KiB
JSON

{
"name": "piwik/device-detector",
"type": "library",
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"keywords": ["useragent","parser","devicedetection"],
"homepage": "http://piwik.org",
"license": "LGPL-3.0+",
"authors": [
{
"name": "The Piwik Team",
"email": "hello@piwik.org",
"homepage": "http://piwik.org/the-piwik-team/"
}
],
"support": {
"forum": "http://forum.piwik.org/",
"issues": "https://github.com/piwik/device-detector/issues",
"wiki": "http://dev.piwik.org/",
"source": "https://github.com/piwik/piwik"
},
"autoload": {
"psr-4": { "DeviceDetector\\": "" }
},
"require": {
"php": ">=5.3.2",
"mustangostang/spyc": "*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"fabpot/php-cs-fixer": "~1.7"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose"
}
}