24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "snowplow/referer-parser",
|
|
"description": "Snowplow Refer(r)er parser for PHP",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.*",
|
|
"symfony/yaml": "*"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "Support for YAML configuration file"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Lars Strojny",
|
|
"email": "lars@strojny.net"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Snowplow\\RefererParser": "php/src/"
|
|
}
|
|
}
|
|
}
|