siwwy :3 #3

Closed
RoscoeDaWah wants to merge 261 commits from feat-privacy into master
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 4c501179df - Show all commits

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',
/*
|--------------------------------------------------------------------------