29 lines
632 B
JSON
29 lines
632 B
JSON
{
|
|
"name": "segmentio\/analytics-php",
|
|
"version": "1.0.0",
|
|
"description": "Segmentio Analytics PHP Library",
|
|
"keywords": [
|
|
"analytics",
|
|
"segmentio",
|
|
"analytics.js"
|
|
],
|
|
"homepage": "https:\/\/segment.io\/libraries\/php",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Segment.io <friends@segment.io>",
|
|
"homepage": "https:\/\/segment.io\/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "3.7.*"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib\/Segment.php"
|
|
]
|
|
}
|
|
} |