adds finnhub market data provider

This commit is contained in:
hackerESQ
2024-09-12 21:05:01 -05:00
parent 166fdee521
commit 2075d8273c
11 changed files with 213 additions and 26 deletions
+8 -1
View File
@@ -6,6 +6,7 @@
"license": "CC-BY-NC 4.0",
"require": {
"php": "^8.2",
"finnhub/client": "dev-master",
"laravel/framework": "^11.9",
"laravel/jetstream": "^5.1",
"laravel/sanctum": "^4.0",
@@ -27,6 +28,12 @@
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/hackerESQ/finnhub-php"
}
],
"autoload": {
"files": [
"app/Support/Helpers.php"
@@ -73,6 +80,6 @@
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"minimum-stability": "dev",
"prefer-stable": true
}