mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-03-31 17:05:29 +00:00
initial commit
This commit is contained in:
parent
6a3e2b86d7
commit
e25e794dc4
4 changed files with 138 additions and 0 deletions
14
composer.json
Normal file
14
composer.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "yggverse/gemini",
|
||||
"description": "PHP 8 Library for Gemini Protocol",
|
||||
"keywords": [ "yggverse", "gemini", "wiki", "dokuwiki", "markdown" ],
|
||||
"homepage": "https://github.com/yggverse/gemini-php",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Yggverse\\Gemini\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue