move finnhub client to investbrain namespace

This commit is contained in:
hackerESQ
2024-09-13 11:11:14 -05:00
parent 512fd0121e
commit d59b8447d0
2 changed files with 226 additions and 298 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
"license": "CC-BY-NC 4.0", "license": "CC-BY-NC 4.0",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"finnhub/client": "dev-master", "finnhub/client": "master@dev",
"laravel/framework": "^11.9", "laravel/framework": "^11.9",
"laravel/jetstream": "^5.1", "laravel/jetstream": "^5.1",
"laravel/sanctum": "^4.0", "laravel/sanctum": "^4.0",
@@ -31,7 +31,7 @@
"repositories": [ "repositories": [
{ {
"type": "vcs", "type": "vcs",
"url": "https://github.com/hackerESQ/finnhub-php" "url": "https://github.com/investbrainapp/finnhub-php"
} }
], ],
"autoload": { "autoload": {
@@ -80,6 +80,6 @@
"php-http/discovery": true "php-http/discovery": true
} }
}, },
"minimum-stability": "dev", "minimum-stability": "stable",
"prefer-stable": true "prefer-stable": true
} }
Generated
+223 -295
View File
File diff suppressed because it is too large Load Diff