Changeset - 272fd5f72b0c
[Not reviewed]
0 0 2
Lance Edgar (lance) - 16 months ago 2023-05-15 09:59:34
lance@edbob.org
First commit, as generated by `composer init`
2 files changed with 19 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.gitignore
Show inline comments
 
new file 100644
 
/vendor/
composer.json
Show inline comments
 
new file 100644
 
{
 
    "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": {}
 
}
0 comments (0 inline, 0 general)