Chore: Upgrade to Laravel 12 + remove Mary and Jetstream dependencies (#141)
* docs: remove requirement for setting APP_KEY manually * optimize date picker * clean up modals * spot light working * reorganization * add lazy load * wip * remove filament * styling
This commit is contained in:
+11
-4
@@ -2,18 +2,25 @@
|
||||
"name": "investbrainapp/investbrain",
|
||||
"type": "project",
|
||||
"description": "A smart open-source tool that consolidates and tracks portfolios from your different brokerages",
|
||||
"keywords": ["stocks", "dividends", "investments", "tracking"],
|
||||
"keywords": [
|
||||
"stocks",
|
||||
"dividends",
|
||||
"investments",
|
||||
"tracking"
|
||||
],
|
||||
"license": "CC-BY-NC 4.0",
|
||||
"require": {
|
||||
"php": "^8.3",
|
||||
"ext-gd": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-zip": "*",
|
||||
"blade-ui-kit/blade-heroicons": "^2.6",
|
||||
"finnhub/client": "master@dev",
|
||||
"hackeresq/filter-models": "dev-main",
|
||||
"investbrainapp/frankfurter-client": "dev-main",
|
||||
"laravel/framework": "^11.35",
|
||||
"laravel/jetstream": "^5.1",
|
||||
"laravel/fortify": "^1.30.0",
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/sanctum": "^4.0",
|
||||
"laravel/socialite": "^5.16",
|
||||
"laravel/tinker": "^2.9",
|
||||
@@ -23,7 +30,7 @@
|
||||
"maatwebsite/excel": "^3.1",
|
||||
"openai-php/client": "^0.10.3",
|
||||
"predis/predis": "^2.2",
|
||||
"robsontenorio/mary": "^1.35",
|
||||
"rappasoft/laravel-livewire-tables": "^3.7",
|
||||
"scheb/yahoo-finance-api": "^5.0",
|
||||
"staudenmeir/eloquent-has-many-deep": "^1.20",
|
||||
"symfony/cache": "^7.3",
|
||||
|
||||
Reference in New Issue
Block a user