Skip to content

Commit a196b63

Browse files
committed
fix(composer): update keywords in composer.json
- Added "testing" to the keywords array in `composer.json`. - Provides better categorization and discoverability for the package. - Ensures alignment with the package's purpose and functionality.
1 parent c66d032 commit a196b63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"license": "MIT",
55
"type": "laravel",
66
"keywords": [
7+
"dev",
8+
"testing",
9+
"static analysis",
710
"soar",
811
"SQL",
912
"sql",

0 commit comments

Comments
 (0)