{ "minimum-stability": "RC", "bin": ["bin/fan-ctrl"], "require": { "tflori/riki-framework": "dev-master", "tflori/hugga": "^1.2", "ulrichsg/getopt-php": "^4.0", "filp/whoops": "^2.14", "monolog/monolog": "^1.9", "mossadal/math-parser": "^1.3", "ext-pcntl": "*", "ext-posix": "*", "php": ">=7.4" }, "autoload": { "psr-4": { "App\\": "app" } } }