-
Notifications
You must be signed in to change notification settings - Fork 58
/
composer.json
43 lines (37 loc) · 1.03 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
{
"name": "masih/youtubedownloader",
"type": "library",
"description": "Youtube video downloader",
"keywords": ["youtube", "download", "downloader", "simple", "masih", "vevo"],
"homepage": "https://github.com/masihyeganeh/YoutubeDownloader",
"license": "MIT",
"authors": [
{
"name": "Masih Yeganeh",
"homepage": "http://www.dogtag.ir/"
}
],
"support":{
"email":"goodboy.php@gmail.com",
"issues":"https://github.com/masihyeganeh/YoutubeDownloader/issues"
},
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0",
"dflydev/apache-mime-types": "1.0.*",
"nategood/commando": "~0.2.8",
"dariuszp/cli-progress-bar": "~1.0.2",
"debach/zend-mp3": "~1.8.1",
"patchwork/utf8": "~1.3.1"
},
"require-dev": {
"janmarek/mockista": "1.1.*",
"satooshi/php-coveralls": "v2.0.0"
},
"autoload": {
"psr-0": {"Masih": ""}
},
"bin": [
"youtube"
]
}