-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
49 lines (49 loc) · 1.43 KB
/
composer.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "pbxg33k/music-info",
"description": "Combine the power of multiple music related API Services and get the complete information for your music",
"require": {
"php": "^5.6|^7.0",
"guzzlehttp/guzzle": "^6.0",
"symfony/dependency-injection": "^2.8|^3.1",
"symfony/http-foundation": "^2.8|^3.1",
"symfony/http-kernel": "^2.8|^3.1",
"symfony/config": "^2.8|^3.0",
"symfony/yaml": "^2.8|^3.0",
"doctrine/collections": "^1.3",
"pbxg33k/pbxg33k-traits": "^1.0",
"pbxg33k/vocadb": "^0.1.3.2",
"jwilsson/spotify-web-api-php": "^1.3",
"pbxg33k/musicbrainz": "^0.3.0",
"symfony/console": "^2.8|^3.2",
"guzzlehttp/psr7": "^1.4",
"pbxg33k/php-info-base": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"satooshi/php-coveralls": "^1.0",
"symfony/debug": "^3.2",
"phpmd/phpmd": "@stable",
"squizlabs/php_codesniffer": "^2.8",
"phploc/phploc": "^3.0",
"sebastian/phpcpd": "^3.0",
"pdepend/pdepend": "^2.5"
},
"autoload": {
"psr-4": {
"Pbxg33k\\MusicInfo\\": "src/"
}
},
"license": "LGPL-3.0",
"bin": [
"musicinfo"
],
"authors": [
{
"name": "Oguzhan Uysal",
"email": "development@oguzhanuysal.eu"
}
],
"config": {
"bin-dir": "bin"
}
}