-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 751 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "audeio/spotify-web-api",
"description": "PHP library for the Spotify Web API",
"license": "MIT",
"homepage": "https://github.com/jonjomckay/spotify-web-api",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Audeio\\Spotify\\": "src/"
}
},
"require": {
"php": ">=5.4",
"guzzle/guzzle": "3.*",
"league/oauth2-client": "~0.6",
"zendframework/zend-filter": "2.*",
"zendframework/zend-eventmanager": "2.*",
"zendframework/zend-servicemanager": "2.*",
"zendframework/zend-stdlib": "2.*",
"doctrine/collections": "1.*"
},
"require-dev": {
"vlucas/phpdotenv": "1.*",
"phpunit/phpunit": "4.*"
}
}