Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 658 B
Newer Older
Henning Leutz's avatar
Henning Leutz committed
    "name" : "quiqqer/cron",
Henning Leutz's avatar
Henning Leutz committed
    "type" : "quiqqer-module",
Henning Leutz's avatar
Henning Leutz committed
    "description" : "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.",
Henning Leutz's avatar
Henning Leutz committed
    "version" : "1.1.0",
Henning Leutz's avatar
Henning Leutz committed
    "license" : "GPL-2.0+",

    "authors" : [{
        "name": "Henning Leutz",
        "email": "leutz@pcsg.de",
        "homepage": "http://www.pcsg.de",
        "role": "Developer"
    }],

    "support" : {
        "email" : "support@pcsg.de"
    },

    "require": {
Henning Leutz's avatar
Henning Leutz committed
        "quiqqer/quiqqer" : "*@dev",
Henning Leutz's avatar
Henning Leutz committed
    },

    "autoload": {
        "psr-0" : {
            "QUI" : "lib/"
        }
    }
}