diff --git a/composer.json b/composer.json index baa60ec..4f6b8d5 100644 --- a/composer.json +++ b/composer.json @@ -1,24 +1,25 @@ { - "name": "game-worker/kiri-http-server", - "description": "http-server", - "license": "MIT", - "authors": [ - { - "name": "向林", - "email": "as2252258@163.com" - } - ], - "require": { - "php": ">=8.0", - "ext-json": "*", - "composer-runtime-api": "^2.0", - "psr/http-server-middleware": "^1.0", - "psr/http-message": "^1.0", - "psr/event-dispatcher": "^1.0" - }, - "autoload": { - "psr-4": { - "Kiri\\Server\\": "./" - } + "name": "game-worker/kiri-http-server", + "description": "http-server", + "license": "MIT", + "authors": [ + { + "name": "向林", + "email": "as2252258@163.com" } + ], + "require": { + "php": ">=8.0", + "ext-json": "*", + "composer-runtime-api": "^2.0", + "psr/http-server-middleware": "^1.0", + "psr/http-message": "^1.0", + "psr/event-dispatcher": "^1.0", + "ext-inotify": "*" + }, + "autoload": { + "psr-4": { + "Kiri\\Server\\": "./" + } + } }