diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..2e22349 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "arnaud-lb/inotify", + "type": "php-ext", + "license": "MIT", + "description": "Inotify bindings for PHP", + "require": { + "php": ">= 8.1.0" + }, + "php-ext": { + "extension-name": "inotify" + } +} |
