mirror of
https://github.com/composer/composer
synced 2025-05-11 01:22:54 +00:00
PECL-UUID does not define a version constant, so we should use phpversion() to fetch the required information
This commit is contained in:
parent
6e90c0be51
commit
09be4ed936
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ class PlatformRepository extends ArrayRepository
|
|||
break;
|
||||
|
||||
case 'uuid':
|
||||
$prettyVersion = UUID_VERSION;
|
||||
$prettyVersion = phpversion('uuid');
|
||||
break;
|
||||
|
||||
case 'xsl':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue