diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ea7a753 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "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": [] + } +} |
