1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 09:32:55 +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:
Kevin Boyd 2012-06-22 23:09:57 -07:00
parent 6e90c0be51
commit 09be4ed936

View file

@ -90,7 +90,7 @@ class PlatformRepository extends ArrayRepository
break;
case 'uuid':
$prettyVersion = UUID_VERSION;
$prettyVersion = phpversion('uuid');
break;
case 'xsl':