Skip to content

Commit 9c66c9f

Browse files
committed
Adding latest updates
1 parent 467e615 commit 9c66c9f

File tree

7 files changed

+316
-342
lines changed

7 files changed

+316
-342
lines changed

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
3-
"name": "laravel/laravel",
3+
"name": "devdojo/genesis",
44
"type": "project",
5-
"description": "The skeleton application for the Laravel framework.",
5+
"description": "The Genesis Laravel Starter Kit",
66
"keywords": [
77
"laravel",
8-
"framework"
8+
"framework",
9+
"starter",
10+
"starter-kit"
911
],
1012
"license": "MIT",
1113
"require": {
@@ -72,4 +74,4 @@
7274
},
7375
"minimum-stability": "stable",
7476
"prefer-stable": true
75-
}
77+
}

0 commit comments

Comments
 (0)