Skip to content

Instantly share code, notes, and snippets.

@matthijsotterloo
Created March 29, 2015 09:40
Show Gist options
  • Save matthijsotterloo/71c7e230bb3b60e5a1b5 to your computer and use it in GitHub Desktop.
Save matthijsotterloo/71c7e230bb3b60e5a1b5 to your computer and use it in GitHub Desktop.
{
"name": "jwilsson/spotify-web-api-php",
"description": "PHP implementation of Spotify's Web API.",
"type": "library",
"license": "MIT",
"keywords": ["spotify"],
"homepage": "https://github.com/jwilsson/spotify-web-api-php",
"authors": [
{
"name": "Jonathan Wilsson",
"email": "jonathan.wilsson@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"jwilsson/spotify-web-api-php": "0.8.*"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "dev-master",
"vlucas/phpdotenv": "1.*"
},
"autoload": {
"psr-4": {
"SpotifyWebAPI\\": "src/"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment