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",
"description": "The skeleton application for the Laravel framework.",
"keywords": ["laravel", "framework"],
"license": "MIT",
"keywords": ["stocks", "dividends", "investments", "tracking"],
"license": "CC-BY-NC 4.0",
"require": {
"php": "^8.2",
"laravel/framework": "^11.9",
@@ -25,6 +25,9 @@
"phpunit/phpunit": "^11.0.1"
},
"autoload": {
"files": [
"app/Support/Helpers.php"
],
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",