blob: 2e22349e35428ec7160fc6980dfcdec3ac7ea780 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
}
}
|