Skip to content

Commit 739c1ee

Browse files
committed
update project name and description in composer.json
1 parent badcb71 commit 739c1ee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
{
22
"$schema": "https://getcomposer.org/schema.json",
3-
"name": "laravel/laravel",
3+
"name": "tallstackui/starter-kit",
44
"type": "project",
5-
"description": "The skeleton application for the Laravel framework.",
6-
"keywords": ["laravel", "framework"],
5+
"description": "The TallStackUI Starter Kit for Laravel 12.",
6+
"keywords": ["laravel", "framework", "tallstackui"],
77
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "AJ Meireles",
11+
"email": "[email protected]"
12+
}
13+
],
814
"require": {
915
"php": "^8.2",
1016
"laravel/framework": "^12.0",

0 commit comments

Comments
 (0)