Skip to content

Commit 5cd850b

Browse files
authored
Update composer.json
1 parent a62245a commit 5cd850b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "coduo/php-humanizer",
33
"type": "library",
4+
"description": "Humanize values that are readable only for developers",
45
"keywords": ["php", "humanize", "humanizer"],
56
"license": "MIT",
67
"authors": [
@@ -39,6 +40,6 @@
3940
}
4041
},
4142
"suggest": {
42-
"ext-intl": "Required if you are going to use humanizer with different locales than en_EN"
43+
"ext-intl": "Required if you are going to use humanizer with locales different than en_EN"
4344
}
4445
}

0 commit comments

Comments
 (0)