64f4ea89be
with inspiration from https://packagist.org/packages/avency/gitea
22 lines
457 B
JSON
22 lines
457 B
JSON
{
|
|
"name": "rattail/posterior",
|
|
"description": "Tailbone API Client",
|
|
"type": "library",
|
|
"homepage": "https://rattailproject.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Rattail\\Posterior\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Lance Edgar",
|
|
"email": "lance@edbob.org"
|
|
}
|
|
],
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^7.0"
|
|
}
|
|
}
|