First commit, as generated by composer init
This commit is contained in:
commit
272fd5f72b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/vendor/
|
18
composer.json
Normal file
18
composer.json
Normal 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": {}
|
||||||
|
}
|
Loading…
Reference in a new issue