Add documentation

This commit is contained in:
René Preuß
2019-08-31 19:35:31 +02:00
parent 7226975ac3
commit 861fe1e5d2
5 changed files with 384 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ghostzero/bitinflow-accounts",
"description": "bitinflow Accounts Client for Laravel",
"description": "PHP bitinflow Accounts API Client for Laravel 5+",
"license": "MIT",
"authors": [
{
@@ -30,7 +30,8 @@
}
},
"scripts": {
"test": "vendor/bin/phpunit"
"test": "vendor/bin/phpunit",
"docs": "php generator/generate-docs.php"
},
"extra": {
"laravel": {