mirror of
https://github.com/cubixle/trustpilot-api-wrapper.git
synced 2026-04-29 23:18:43 +01:00
initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user