Skip to content

Commit

Permalink
Adding ext-intl requirement to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Mar 19, 2019
1 parent 8e89138 commit e579313
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
Expand Up @@ -18,7 +18,8 @@
],
"type": "library",
"require": {
"php": ">=7.0"
"php": ">=7.0",
"ext-intl": "*"
},
"require-dev": {
"phpunit/phpunit": "^6"
Expand Down

0 comments on commit e579313

Please sign in to comment.