Initial commit
This commit is contained in:
23
composer.json
Normal file
23
composer.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user