update basic project info

This commit is contained in:
hackerESQ
2024-08-10 13:29:48 -05:00
parent 35c4e95627
commit 4377aee9e5
+6 -3
View File
@@ -1,9 +1,9 @@
{ {
"name": "laravel/laravel", "name": "hackeresq/investbrain",
"type": "project", "type": "project",
"description": "The skeleton application for the Laravel framework.", "description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"], "keywords": ["stocks", "dividends", "investments", "tracking"],
"license": "MIT", "license": "CC-BY-NC 4.0",
"require": { "require": {
"php": "^8.2", "php": "^8.2",
"laravel/framework": "^11.9", "laravel/framework": "^11.9",
@@ -25,6 +25,9 @@
"phpunit/phpunit": "^11.0.1" "phpunit/phpunit": "^11.0.1"
}, },
"autoload": { "autoload": {
"files": [
"app/Support/Helpers.php"
],
"psr-4": { "psr-4": {
"App\\": "app/", "App\\": "app/",
"Database\\Factories\\": "database/factories/", "Database\\Factories\\": "database/factories/",