mirror of
https://github.com/YGGverse/gemini-dl.git
synced 2026-03-31 09:05:31 +00:00
init composer project
This commit is contained in:
parent
9b2632eaab
commit
f24059863d
2 changed files with 26 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/vendor/
|
||||
/composer.lock
|
||||
24
composer.json
Normal file
24
composer.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "yggverse/gemini-dl",
|
||||
"description": "CLI downloader for Gemini protocol",
|
||||
"keywords": [ "yggverse", "gemini-dl", "gemini", "gemini-protocol", "batch", "downloader", "cli" ],
|
||||
"homepage": "https://github.com/yggverse/gemini-dl",
|
||||
"type": "project",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yggverse\\GeminiDl\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "YGGverse"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"codedungeon/php-cli-colors": "^1.12",
|
||||
"yggverse/gemini": "dev-main",
|
||||
"yggverse/gemtext": "dev-main",
|
||||
"yggverse/net": "^1.7"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue