Skip to content

Commit 9cdc47f

Browse files
chore: add minimal composer.json for Packagist
1 parent 667f6fa commit 9cdc47f

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "serpapps/clientclub-downloader",
3+
"type": "library",
4+
"description": "Download content from Clientclub instantly without ads or popups",
5+
"keywords": [
6+
"clientclub-downloader",
7+
"clientclub-video-downloader",
8+
"browser-extension",
9+
"course-video-downloader",
10+
"membership-site-downloader"
11+
],
12+
"homepage": "https://github.com/serpapps/clientclub-downloader",
13+
"license": "MIT",
14+
"authors": [
15+
{
16+
"name": "SERP Apps",
17+
"homepage": "https://github.com/serpapps",
18+
"role": "Developer"
19+
}
20+
],
21+
"require": {
22+
"php": ">=7.4"
23+
}
24+
}

0 commit comments

Comments
 (0)