Skip to content

Commit

Permalink
Add php-intl as hard requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Nov 13, 2017
1 parent e91b689 commit d6c09c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/private/legacy/util.php
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ public static function checkServer(\OCP\IConfig $config) {
'DOMDocument' => 'dom',
'XMLWriter' => 'XMLWriter',
'XMLReader' => 'XMLReader',
'Collator' => 'intl',
],
'functions' => [
'xml_parser_create' => 'libxml',
Expand Down

0 comments on commit d6c09c3

Please sign in to comment.