mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2024-11-24 05:42:19 +08:00
43 lines
1.1 KiB
JSON
Executable File
43 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "vectorface/whip",
|
|
"description": "A PHP class for retrieving accurate IP address information for the client.",
|
|
"keywords": [
|
|
"IP", "Cloudflare", "CDN"
|
|
],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Bruce",
|
|
"email": "dbruce@vectorface.com",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Cory Darby",
|
|
"email": "ckdarby@vectorface.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Vectorface\\Whip\\": "./src",
|
|
"VectorFace\\Whip\\": "./src",
|
|
"Vectorface\\WhipTests\\": "./tests"
|
|
}
|
|
},
|
|
"homepage": "https://github.com/Vectorface/whip",
|
|
"support": {
|
|
"issues": "https://github.com/Vectorface/whip/issues",
|
|
"source": "https://github.com/Vectorface/whip"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~2.0",
|
|
"vectorface/dunit": "~2.0",
|
|
"psr/http-message": "~1.0"
|
|
}
|
|
}
|