Skip to content

Commit e668fd9

Browse files
committed
chore(meta): improve description and keywords in composer.json
- Description: more specific about zero-config, kcode CLI and .kcode/ isolation - Keywords: added cli, phar, linting, testing, coverage, developer-tools, code-quality, refactoring, php84
1 parent 7d48573 commit e668fd9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
11
{
22
"name": "kariricode/devkit",
3-
"description": "Unified quality toolchain for KaririCode Framework — encapsulates PHPUnit, PHPStan, PHP-CS-Fixer, Rector, and Psalm in .kcode/",
3+
"description": "Zero-config PHP quality toolchain for KaririCode Framework. Bundles PHPUnit, PHPStan, PHP-CS-Fixer, Rector, and Psalm under a single `kcode` CLI — isolated in .kcode/ so it never pollutes production dependencies.",
44
"type": "library",
55
"license": "MIT",
66
"keywords": [
77
"kariricode",
88
"devkit",
99
"quality",
1010
"toolchain",
11+
"cli",
12+
"phar",
1113
"phpunit",
1214
"phpstan",
1315
"php-cs-fixer",
1416
"rector",
1517
"psalm",
1618
"static-analysis",
17-
"code-style"
19+
"code-style",
20+
"linting",
21+
"testing",
22+
"coverage",
23+
"developer-tools",
24+
"code-quality",
25+
"refactoring",
26+
"php84"
1827
],
1928
"homepage": "https://kariricode.org",
2029
"authors": [

0 commit comments

Comments
 (0)