Skip to content
Snippets Groups Projects
composer.json 498 B
Newer Older
Thomas Flori's avatar
Thomas Flori committed
{
    "minimum-stability": "RC",
    "bin": ["bin/fan-ctrl"],
    "require":           {
        "tflori/riki-framework": "dev-master",
Thomas Flori's avatar
Thomas Flori committed
        "ext-pcntl": "*",
        "ext-posix": "*",
        "php": ">=7.4"
Thomas Flori's avatar
Thomas Flori committed
    },
    "autoload":          {
        "psr-4": {
            "App\\": "app"
        }
    }
}