Skip to content

Commit 9ae1018

Browse files
committed
Add keywords to composer.json
1 parent 6e3c898 commit 9ae1018

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "amaccis/php-stemmer",
33
"type": "library",
44
"description": "A PHP interface to the Snowball stemming algorithms",
5+
"keywords": [
6+
"snowball",
7+
"stem",
8+
"stemmer",
9+
"stemming"
10+
],
511
"license": "MIT",
612
"autoload": {
713
"psr-4": {

0 commit comments

Comments
 (0)