posterior/composer.json
2023-05-15 16:39:45 -05:00

22 lines
465 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": "^6.0 || ^7.0"
}
}