Skip to content

Commit

Permalink
added gettext/gettext library as sugested but not required
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 5, 2019
1 parent 084cceb commit 4025181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"oscarotero/php-cs-fixer-config": "^1.0",
"friendsofphp/php-cs-fixer": "^2.15"
},
"suggest": {
"gettext/gettext": "Is necessary to load and generate array files used by the translator"
},
"autoload": {
"psr-4": {
"Gettext\\": "src"
Expand Down

0 comments on commit 4025181

Please sign in to comment.