First commit, as generated by composer init

This commit is contained in:
Lance Edgar 2023-05-15 09:59:34 -05:00
commit 272fd5f72b
2 changed files with 19 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/vendor/

18
composer.json Normal file
View file

@ -0,0 +1,18 @@
{
"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": {}
}