Add support for lib-zip platform package
parent
702a532a61
commit
ef249ef6b6
|
@ -221,6 +221,13 @@ class PlatformRepository extends ArrayRepository
|
|||
$prettyVersion = LIBXSLT_DOTTED_VERSION;
|
||||
break;
|
||||
|
||||
case 'zip':
|
||||
if (defined('ZipArchive::LIBZIP_VERSION')) {
|
||||
$prettyVersion = \ZipArchive::LIBZIP_VERSION;
|
||||
} else {
|
||||
continue 2;
|
||||
}
|
||||
|
||||
default:
|
||||
// None handled extensions have no special cases, skip
|
||||
continue 2;
|
||||
|
|
Loading…
Reference in New Issue