An Appsflyer API package
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
624 B

{
"name": "jlorente/appsflyer",
"description": "An Appsflyer API package.",
"keywords": [
"php",
"jlorente",
"appsflyer"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "José Lorente",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.8"
},
"autoload": {
"psr-4": { "Jlorente\\Appsflyer\\": "src/" }
},
"minimum-stability": "stable"
}