mirror of
https://github.com/php/pecl-security-selinux.git
synced 2026-03-23 23:12:12 +01:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "pecl/selinux",
|
|
"type": "php-ext",
|
|
"license": "PHP-3.01",
|
|
"description": "SELinux binding for PHP language",
|
|
"require": {
|
|
"php": ">= 7.0.0"
|
|
},
|
|
"php-ext": {
|
|
"extension-name": "selinux",
|
|
"configure-options": []
|
|
}
|
|
}
|