Skip to content
Code-Schnipsel Gruppen Projekte
composer.json 663 B
Newer Older
  • Learn to ignore specific revisions
  • Henning Leutz's avatar
    Henning Leutz committed
        "name" : "quiqqer/cron",
    
    Henning Leutz's avatar
    Henning Leutz committed
        "type" : "quiqqer-module",
    
        "description" : "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.",
    
    Henning Leutz's avatar
    Henning Leutz committed
        "version" : "dev-master",
    
        "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",
    
        },
    
        "autoload": {
            "psr-0" : {
    
    Henning Leutz's avatar
    Henning Leutz committed
                "QUI" : "src/"