From 4c501179df145b794953402cd207108e7835b1b6 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Wed, 12 Jul 2023 00:27:38 +0100 Subject: Update composer.json --- composer.json | 4 ++-- 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', /* |-------------------------------------------------------------------------- -- cgit v1.2.3-54-g00ecf