{
    "name": "matto1990/lastfm-api",
    "description": "Last.fm webservice client",
    "keywords": [
        "last.fm",
        "api",
        "webservice client"
    ],
    "homepage": "https://github.com/matto1990/PHP-Last.fm-API",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Matt",
            "email": "matt@oakes.ws"
        },
        {
            "name": "Marcos",
            "email": "devilcius@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.3.3"
    },
    "require-dev": {
        "php": ">=5.3.3",
        "phpunit/phpunit": "7.4.0",
        "vlucas/phpdotenv": "*"
    },
    "minimum-stability": "dev",
    "autoload": {
        "psr-4": {
            "LastFmApi\\": "src/lastfmapi/",
            "Tests\\": "tests"
        }
    }
}