mirror of
https://github.com/cubixle/trustpilot-api-wrapper.git
synced 2026-04-25 01:44:46 +01:00
22 lines
435 B
JSON
22 lines
435 B
JSON
{
|
|
"name": "lukerodham/trustpilot-api",
|
|
"keywords": ["trustpilot", "trust", "pilot"],
|
|
"description": "A TrustPilot API client",
|
|
"authors": [
|
|
{
|
|
"name": "Luke Rodham",
|
|
"email": "lkrodham@gmail.com",
|
|
"homepage": "http://www.snowysocial.co.uk"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LukeRodham\\TrustPilot\\": "src"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.4",
|
|
"guzzlehttp/guzzle": "^6.1"
|
|
}
|
|
}
|