-
-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 628 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 628 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": "michaelbelgium/youtube-to-mp3",
"description": "Convert and search youtube video's via your own API",
"type": "project",
"require": {
"php": ">=8.2",
"ext-json": "*",
"google/apiclient": "^2.0",
"norkunas/youtube-dl-php": "^2.0",
"vlucas/phpdotenv": "^5.6"
},
"license": "MIT",
"authors": [
{
"name": "Michael V.",
"email": "michael@michaelbelgium.me"
}
],
"require-dev": {
"phpstan/phpstan": "^2.0"
},
"config": {
"sort-packages": true,
"process-timeout": 600
}
}