Update composer.json

This commit is contained in:
floppydiskette 2023-07-12 00:27:38 +01:00
parent 64b3d6d986
commit 4c501179df
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View file

@ -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": {

View file

@ -16,7 +16,8 @@
|
*/
'name' => env('APP_NAME', 'Laravel'),
'name' => env('APP_NAME', 'diskfloppy.me'),
'version' => '5.0.0',
/*
|--------------------------------------------------------------------------