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:
commit
74c2fd5f06
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,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