Skip to content

Commit 3bb9832

Browse files
committed
📝 Update composer.json
1 parent 4e19418 commit 3bb9832

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

‎composer.json‎

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
{
22
"name": "sikessem/filament",
3-
"type": "project",
4-
"description": "📦️ Sikessem library builder template.",
3+
"type": "library",
4+
"description": "Ready-to-use components, commands, presets, and customizations for Filament.",
55
"homepage": "https://sikessem.github.io/packages/filament",
66
"license": "MIT",
77
"keywords": [
8+
"silament",
89
"sikessem",
9-
"package-filament",
10-
"repository-template",
10+
"filament",
11+
"laravel",
12+
"livewire",
13+
"tailwind",
14+
"components",
15+
"commands",
16+
"presets",
17+
"customizations",
18+
"art",
19+
"artisan",
20+
"artisan commands",
1121
"php"
1222
],
1323
"authors": [
1424
{
15-
"name": "SIGUI Kessé Emmanuel",
16-
"email": "[email protected]",
17-
"homepage": "https://sigui.ci"
25+
"name": "Sigui Kessé Emmanuel",
26+
"email": "[email protected]",
27+
"homepage": "https://siguici.deno.dev"
1828
}
1929
],
2030
"support": {
@@ -49,11 +59,6 @@
4959
"@review",
5060
"@test"
5161
],
52-
"init:tools": [
53-
"psalm --init",
54-
"rector init",
55-
"pest --init"
56-
],
5762
"fix": [
5863
"@refactor",
5964
"@improve",

0 commit comments

Comments
 (0)