forked from Synchro/UASparser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 958 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "synchro/uasparser",
"type": "library",
"license": "LGPL-2.1",
"description": "UASparser is a PHP parser and classifier for user agent strings presented by HTTP clients using databases from http://user-agent-string.info/.",
"keywords": ["http","parser","user-agent"],
"homepage": "https://github.com/Synchro/UASparser",
"authors": [
{
"name": "Jaroslav Mallat",
"homepage": "http://user-agent-string.info/",
"role": "developer"
},
{
"name": "Marcus Bointon",
"email": "[email protected]",
"homepage": "https://github.com/Synchro",
"role": "developer"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpunit/phpunit-selenium": "dev-master",
"ext-xdebug": "*",
"mikey179/vfsStream": "1.3.*@dev",
"satooshi/php-coveralls": "dev-master",
"phpunit/phpcov": "dev-master"
},
"autoload": {
"psr-0": {
"UAS": ""
}
}
}