PECL-UUID does not define a version constant, so we should use phpversion() to fetch the required information
parent
6e90c0be51
commit
09be4ed936
|
@ -90,7 +90,7 @@ class PlatformRepository extends ArrayRepository
|
|||
break;
|
||||
|
||||
case 'uuid':
|
||||
$prettyVersion = UUID_VERSION;
|
||||
$prettyVersion = phpversion('uuid');
|
||||
break;
|
||||
|
||||
case 'xsl':
|
||||
|
|
Loading…
Reference in New Issue