{ "name": "noccylabs/react-inotify", "description": "Watch files and directories using inotify", "type": "library", "license": "GPL-2.0-or-later", "autoload": { "psr-4": { "NoccyLabs\\React\\Inotify\\": "src/" } }, "authors": [ { "name": "Christopher Vagnetoft", "email": "labs@noccy.com" } ], "require": { "php": "^8.3", "ext-inotify": "*", "react/event-loop": "^1.5", "evenement/evenement": "^3.0" } }