1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Merge pull request #824 from beryllium/bug823

PECL-UUID does not define a version constant, use phpversion() instead
This commit is contained in:
Jordi Boggiano 2012-06-23 10:26:38 -07:00
commit 74c2fd5f06

View file

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