Files
react-inotify/composer.json

24 lines
544 B
JSON
Raw Permalink Normal View History

2025-11-10 13:36:25 +01:00
{
"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"
}
}