Skip to content
Snippets Groups Projects
composer.json 472 B
Newer Older
Thomas Flori's avatar
Thomas Flori committed
{
    "minimum-stability": "RC",
    "bin": ["bin/fan-ctrl"],
    "require":           {
        "tflori/riki-framework": "dev-master",
        "tflori/hugga":          "^1.1",
        "ulrichsg/getopt-php":   "^4.0",
        "filp/whoops": "^2.14",
        "monolog/monolog": "^1.9",
        "ext-pcntl": "*",
Thomas Flori's avatar
Thomas Flori committed
        "php": ">=7.4",
        "mossadal/math-parser": "^1.3"
Thomas Flori's avatar
Thomas Flori committed
    },
    "autoload":          {
        "psr-4": {
            "App\\": "app"
        }
    }
}