Skip to content

Commit 4f35742

Browse files
committed
docs: update package description and keywords for clarity
1 parent ca2915e commit 4f35742

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

composer.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "ahs12/laravel-setanjo",
3-
"description": "Multi-tenant Laravel settings package with polymorphic support",
3+
"description": "Laravel settings package for managing application configurations, user preferences, feature flags, and A/B testing with multi-tenant support",
44
"keywords": [
55
"laravel",
66
"settings",
7+
"configuration",
8+
"feature-flags",
9+
"ab-testing",
10+
"user-preferences",
711
"multi-tenant",
8-
"polymorphic",
9-
"configuration"
12+
"polymorphic"
1013
],
1114
"homepage": "https://github.com/ahs12/laravel-setanjo",
1215
"license": "MIT",

0 commit comments

Comments
 (0)