1
0
Fork 0

Merge branch '1.2'

pull/5927/head
Jordi Boggiano 2016-12-01 14:33:34 +01:00
commit 9b730183a6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class PlatformRepository extends ArrayRepository
break;
case 'openssl':
$prettyVersion = preg_replace_callback('{^(?:OpenSSL\s*)?([0-9.]+)([a-z]*).*}', function ($match) {
$prettyVersion = preg_replace_callback('{^(?:OpenSSL|LibreSSL)?\s*([0-9.]+)([a-z]*).*}i', function ($match) {
if (empty($match[2])) {
return $match[1];
}