mirror of
https://github.com/YGGverse/gemini-php.git
synced 2025-01-28 07:44:14 +00:00
17 lines
426 B
JSON
17 lines
426 B
JSON
{
|
|
"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": {
|
|
"dekor/php-array-table": "^2.0"
|
|
}
|
|
}
|