Files @ 272fd5f72b0c
Branch filter:

Location: rattail-project/posterior/composer.json - annotation

lance
First commit, as generated by `composer init`
{
    "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": {}
}