mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"version": "3.1.1",
|
|
"name": "ghostzero/bitinflow-accounts",
|
|
"description": "PHP bitinflow Accounts API Client for Laravel 5+",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "René Preuß",
|
|
"email": "rene@preuss.io"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2",
|
|
"ext-json": "*",
|
|
"illuminate/support": "^8.0",
|
|
"illuminate/console": "^8.0",
|
|
"guzzlehttp/guzzle": "^6.3|^7.0.1",
|
|
"socialiteproviders/manager": "^3.4",
|
|
"firebase/php-jwt": "^5.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.0",
|
|
"orchestra/testbench": "^6.0",
|
|
"codedungeon/phpunit-result-printer": "^0.26.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GhostZero\\BitinflowAccounts\\": "src/GhostZero/BitinflowAccounts"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"GhostZero\\BitinflowAccounts\\Tests\\": "tests/GhostZero/BitinflowAccounts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor/bin/phpunit",
|
|
"docs": "php generator/generate-docs.php"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"GhostZero\\BitinflowAccounts\\Providers\\BitinflowAccountsServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"BitinflowAccounts": "GhostZero\\BitinflowAccounts\\Facades\\BitinflowAccounts"
|
|
}
|
|
}
|
|
}
|
|
}
|