diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-12 00:27:38 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-12 00:27:38 +0100 |
commit | 4c501179df145b794953402cd207108e7835b1b6 (patch) | |
tree | 8075a26b560b4e04ad08ae2c9f40153760bb6db1 | |
parent | 64b3d6d986f7d3135a69af67ad92721128bfa541 (diff) |
Update composer.json
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | config/app.php | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json index e1fb449..e4c5e7d 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "laravel/laravel", + "name": "floppydisk05/diskfloppy.me", "type": "project", - "description": "The skeleton application for the Laravel framework.", + "description": "My personal website, developed using the Laravel framework.", "keywords": ["laravel", "framework"], "license": "MIT", "require": { diff --git a/config/app.php b/config/app.php index 80f4e07..36e7f61 100644 --- a/config/app.php +++ b/config/app.php @@ -16,7 +16,8 @@ return [ | */ - 'name' => env('APP_NAME', 'Laravel'), + 'name' => env('APP_NAME', 'diskfloppy.me'), + 'version' => '5.0.0', /* |-------------------------------------------------------------------------- |