mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-08-16 08:24:03 +00:00
28 lines
679 B
JSON
28 lines
679 B
JSON
{
|
|
"name": "donatj/phpuseragentparser",
|
|
"type": "library",
|
|
"description": "Simple, streamlined PHP user-agent parser",
|
|
"keywords": ["user agent", "useragent", "parser", "browser", "browser detection"],
|
|
"homepage": "http://donatstudios.com/PHP-Parser-HTTP_USER_AGENT",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"camspiers/json-pretty": "0.1.*",
|
|
"phpunit/phpunit": "~4.8",
|
|
"donatj/drop": "*"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Jesse G. Donat",
|
|
"email": "donatj@gmail.com",
|
|
"homepage": "http://donatstudios.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [ "Source/UserAgentParser.php" ]
|
|
}
|
|
}
|