Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Aug 9, 2016
1 parent a62245a commit 5cd850b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "coduo/php-humanizer",
"type": "library",
"description": "Humanize values that are readable only for developers",
"keywords": ["php", "humanize", "humanizer"],
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -39,6 +40,6 @@
}
},
"suggest": {
"ext-intl": "Required if you are going to use humanizer with different locales than en_EN"
"ext-intl": "Required if you are going to use humanizer with locales different than en_EN"
}
}

0 comments on commit 5cd850b

Please sign in to comment.