mirror of
https://github.com/php/pecl-networking-uuid.git
synced 2026-03-23 23:22:17 +01:00
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"name": "pecl/uuid",
|
|
"type": "php-ext",
|
|
"license": "LGPL-2.1-or-later",
|
|
"description": "UUID extension",
|
|
"require": {
|
|
"php": ">= 7.0.0"
|
|
},
|
|
"php-ext": {
|
|
"extension-name": "uuid",
|
|
"configure-options": []
|
|
}
|
|
}
|