posterior/composer.json

19 lines
393 B
JSON
Raw Normal View History

{
"name": "rattail/posterior",
"description": "Tailbone API Client",
"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": {}
}