Improve api operations

Change directory structure
Add bitinflow-accounts socialite provider
Improve docs generation
This commit is contained in:
René Preuß
2019-09-22 21:53:49 +02:00
parent 8a3d7e0411
commit 228c845bb5
32 changed files with 569 additions and 37 deletions

View File

@@ -10,9 +10,11 @@
],
"require": {
"php": ">=7.2",
"ext-json": "*",
"illuminate/support": "^5.5",
"illuminate/console": "^5.5",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.3",
"socialiteproviders/manager": "^3.4"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
@@ -21,12 +23,12 @@
},
"autoload": {
"psr-4": {
"GhostZero\\BitinflowAccounts\\": "src"
"GhostZero\\BitinflowAccounts\\": "src/GhostZero/BitinflowAccounts"
}
},
"autoload-dev": {
"psr-4": {
"GhostZero\\BitinflowAccounts\\Tests\\": "tests"
"GhostZero\\BitinflowAccounts\\Tests\\": "tests/GhostZero/BitinflowAccounts"
}
},
"scripts": {