1*d5ef99ddSAndreas Gohr{ 2*d5ef99ddSAndreas Gohr "packages": [ 3*d5ef99ddSAndreas Gohr { 4*d5ef99ddSAndreas Gohr "name": "matomo/device-detector", 5*d5ef99ddSAndreas Gohr "version": "6.4.6", 6*d5ef99ddSAndreas Gohr "version_normalized": "6.4.6.0", 7*d5ef99ddSAndreas Gohr "source": { 8*d5ef99ddSAndreas Gohr "type": "git", 9*d5ef99ddSAndreas Gohr "url": "https://github.com/matomo-org/device-detector.git", 10*d5ef99ddSAndreas Gohr "reference": "6f07f615199851548db47a900815d2ea2cdcde08" 11*d5ef99ddSAndreas Gohr }, 12*d5ef99ddSAndreas Gohr "dist": { 13*d5ef99ddSAndreas Gohr "type": "zip", 14*d5ef99ddSAndreas Gohr "url": "https://api.github.com/repos/matomo-org/device-detector/zipball/6f07f615199851548db47a900815d2ea2cdcde08", 15*d5ef99ddSAndreas Gohr "reference": "6f07f615199851548db47a900815d2ea2cdcde08", 16*d5ef99ddSAndreas Gohr "shasum": "" 17*d5ef99ddSAndreas Gohr }, 18*d5ef99ddSAndreas Gohr "require": { 19*d5ef99ddSAndreas Gohr "mustangostang/spyc": "*", 20*d5ef99ddSAndreas Gohr "php": "^7.2|^8.0" 21*d5ef99ddSAndreas Gohr }, 22*d5ef99ddSAndreas Gohr "replace": { 23*d5ef99ddSAndreas Gohr "piwik/device-detector": "self.version" 24*d5ef99ddSAndreas Gohr }, 25*d5ef99ddSAndreas Gohr "require-dev": { 26*d5ef99ddSAndreas Gohr "matthiasmullie/scrapbook": "^1.4.7", 27*d5ef99ddSAndreas Gohr "mayflower/mo4-coding-standard": "^v9.0.0", 28*d5ef99ddSAndreas Gohr "phpstan/phpstan": "^1.10.44", 29*d5ef99ddSAndreas Gohr "phpunit/phpunit": "^8.5.8", 30*d5ef99ddSAndreas Gohr "psr/cache": "^1.0.1", 31*d5ef99ddSAndreas Gohr "psr/simple-cache": "^1.0.1", 32*d5ef99ddSAndreas Gohr "slevomat/coding-standard": "<8.16.0", 33*d5ef99ddSAndreas Gohr "symfony/yaml": "^5.1.7" 34*d5ef99ddSAndreas Gohr }, 35*d5ef99ddSAndreas Gohr "suggest": { 36*d5ef99ddSAndreas Gohr "doctrine/cache": "Can directly be used for caching purpose", 37*d5ef99ddSAndreas Gohr "ext-yaml": "Necessary for using the Pecl YAML parser" 38*d5ef99ddSAndreas Gohr }, 39*d5ef99ddSAndreas Gohr "time": "2025-06-10T10:00:59+00:00", 40*d5ef99ddSAndreas Gohr "type": "library", 41*d5ef99ddSAndreas Gohr "installation-source": "dist", 42*d5ef99ddSAndreas Gohr "autoload": { 43*d5ef99ddSAndreas Gohr "psr-4": { 44*d5ef99ddSAndreas Gohr "DeviceDetector\\": "" 45*d5ef99ddSAndreas Gohr }, 46*d5ef99ddSAndreas Gohr "exclude-from-classmap": [ 47*d5ef99ddSAndreas Gohr "Tests/" 48*d5ef99ddSAndreas Gohr ] 49*d5ef99ddSAndreas Gohr }, 50*d5ef99ddSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 51*d5ef99ddSAndreas Gohr "license": [ 52*d5ef99ddSAndreas Gohr "LGPL-3.0-or-later" 53*d5ef99ddSAndreas Gohr ], 54*d5ef99ddSAndreas Gohr "authors": [ 55*d5ef99ddSAndreas Gohr { 56*d5ef99ddSAndreas Gohr "name": "The Matomo Team", 57*d5ef99ddSAndreas Gohr "email": "hello@matomo.org", 58*d5ef99ddSAndreas Gohr "homepage": "https://matomo.org/team/" 59*d5ef99ddSAndreas Gohr } 60*d5ef99ddSAndreas Gohr ], 61*d5ef99ddSAndreas Gohr "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.", 62*d5ef99ddSAndreas Gohr "homepage": "https://matomo.org", 63*d5ef99ddSAndreas Gohr "keywords": [ 64*d5ef99ddSAndreas Gohr "devicedetection", 65*d5ef99ddSAndreas Gohr "parser", 66*d5ef99ddSAndreas Gohr "useragent" 67*d5ef99ddSAndreas Gohr ], 68*d5ef99ddSAndreas Gohr "support": { 69*d5ef99ddSAndreas Gohr "forum": "https://forum.matomo.org/", 70*d5ef99ddSAndreas Gohr "issues": "https://github.com/matomo-org/device-detector/issues", 71*d5ef99ddSAndreas Gohr "source": "https://github.com/matomo-org/matomo", 72*d5ef99ddSAndreas Gohr "wiki": "https://dev.matomo.org/" 73*d5ef99ddSAndreas Gohr }, 74*d5ef99ddSAndreas Gohr "install-path": "../matomo/device-detector" 75*d5ef99ddSAndreas Gohr }, 76*d5ef99ddSAndreas Gohr { 77*d5ef99ddSAndreas Gohr "name": "mustangostang/spyc", 78*d5ef99ddSAndreas Gohr "version": "0.6.3", 79*d5ef99ddSAndreas Gohr "version_normalized": "0.6.3.0", 80*d5ef99ddSAndreas Gohr "source": { 81*d5ef99ddSAndreas Gohr "type": "git", 82*d5ef99ddSAndreas Gohr "url": "https://github.com/mustangostang/spyc.git", 83*d5ef99ddSAndreas Gohr "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0" 84*d5ef99ddSAndreas Gohr }, 85*d5ef99ddSAndreas Gohr "dist": { 86*d5ef99ddSAndreas Gohr "type": "zip", 87*d5ef99ddSAndreas Gohr "url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0", 88*d5ef99ddSAndreas Gohr "reference": "4627c838b16550b666d15aeae1e5289dd5b77da0", 89*d5ef99ddSAndreas Gohr "shasum": "" 90*d5ef99ddSAndreas Gohr }, 91*d5ef99ddSAndreas Gohr "require": { 92*d5ef99ddSAndreas Gohr "php": ">=5.3.1" 93*d5ef99ddSAndreas Gohr }, 94*d5ef99ddSAndreas Gohr "require-dev": { 95*d5ef99ddSAndreas Gohr "phpunit/phpunit": "4.3.*@dev" 96*d5ef99ddSAndreas Gohr }, 97*d5ef99ddSAndreas Gohr "time": "2019-09-10T13:16:29+00:00", 98*d5ef99ddSAndreas Gohr "type": "library", 99*d5ef99ddSAndreas Gohr "extra": { 100*d5ef99ddSAndreas Gohr "branch-alias": { 101*d5ef99ddSAndreas Gohr "dev-master": "0.5.x-dev" 102*d5ef99ddSAndreas Gohr } 103*d5ef99ddSAndreas Gohr }, 104*d5ef99ddSAndreas Gohr "installation-source": "dist", 105*d5ef99ddSAndreas Gohr "autoload": { 106*d5ef99ddSAndreas Gohr "files": [ 107*d5ef99ddSAndreas Gohr "Spyc.php" 108*d5ef99ddSAndreas Gohr ] 109*d5ef99ddSAndreas Gohr }, 110*d5ef99ddSAndreas Gohr "notification-url": "https://packagist.org/downloads/", 111*d5ef99ddSAndreas Gohr "license": [ 112*d5ef99ddSAndreas Gohr "MIT" 113*d5ef99ddSAndreas Gohr ], 114*d5ef99ddSAndreas Gohr "authors": [ 115*d5ef99ddSAndreas Gohr { 116*d5ef99ddSAndreas Gohr "name": "mustangostang", 117*d5ef99ddSAndreas Gohr "email": "vlad.andersen@gmail.com" 118*d5ef99ddSAndreas Gohr } 119*d5ef99ddSAndreas Gohr ], 120*d5ef99ddSAndreas Gohr "description": "A simple YAML loader/dumper class for PHP", 121*d5ef99ddSAndreas Gohr "homepage": "https://github.com/mustangostang/spyc/", 122*d5ef99ddSAndreas Gohr "keywords": [ 123*d5ef99ddSAndreas Gohr "spyc", 124*d5ef99ddSAndreas Gohr "yaml", 125*d5ef99ddSAndreas Gohr "yml" 126*d5ef99ddSAndreas Gohr ], 127*d5ef99ddSAndreas Gohr "support": { 128*d5ef99ddSAndreas Gohr "issues": "https://github.com/mustangostang/spyc/issues", 129*d5ef99ddSAndreas Gohr "source": "https://github.com/mustangostang/spyc/tree/0.6.3" 130*d5ef99ddSAndreas Gohr }, 131*d5ef99ddSAndreas Gohr "install-path": "../mustangostang/spyc" 132*d5ef99ddSAndreas Gohr } 133*d5ef99ddSAndreas Gohr ], 134*d5ef99ddSAndreas Gohr "dev": true, 135*d5ef99ddSAndreas Gohr "dev-package-names": [] 136*d5ef99ddSAndreas Gohr} 137