Skip to content

Commit 1dc3fa8

Browse files
committed
update composer.json
1 parent 68d625a commit 1dc3fa8

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22
"$schema": "https://getcomposer.org/schema.json",
33
"name": "rrpadilla/laravel-starter-kit",
44
"type": "project",
5-
"description": "The skeleton application for the Laravel framework.",
5+
"description": "Laravel Blade + Tailwind Starter Kit.",
66
"keywords": [
77
"laravel",
8-
"framework"
8+
"framework",
9+
"tailwindcss",
10+
"laravel starter kit",
11+
"shadcn/ui",
12+
"blade"
913
],
1014
"license": "MIT",
15+
"authors": [
16+
{
17+
"name": "Rodolfo Ruiz",
18+
"homepage": "https://www.thinkronizing.com/"
19+
}
20+
],
1121
"require": {
1222
"php": "^8.4",
1323
"blade-ui-kit/blade-icons": "^1.8",

0 commit comments

Comments
 (0)