composer.json
{
"name": "thunderer/similarweb-api",
"description": "SimilarWeb API PHP Client Library",
"license": "MIT",
"authors": [
{
"name": "Tomasz Kowalczyk",
"email": "tomasz@kowalczyk.cc"
}
],
"require": {
"symfony/yaml": "^2.3|^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.1|^5.0"
},
"autoload": {
"psr-4": {
"Thunder\\SimilarWebApi\\": "src/",
"Thunder\\SimilarWebApi\\Tests\\": "tests/"
}
},
"scripts": {
"post-install-cmd": "php bin/generate",
"post-update-cmd": "php bin/generate"
}
}