style: code style, quiqqer/utils 1.4
Übergeordneter
09187cac
No related branches found
No related tags found
{ | ||
"name" : "quiqqer/cron", | ||
"type" : "quiqqer-module", | ||
"description" : "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.", | ||
"version" : "dev-dev", | ||
"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": { | ||
"quiqqer/quiqqer" : "*@dev", | ||
"mtdowling/cron-expression": "1.0.*" | ||
}, | ||
"autoload": { | ||
"psr-0" : { | ||
"QUI" : "src/" | ||
} | ||
"name": "quiqqer/cron", | ||
"type": "quiqqer-module", | ||
"description": "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.", | ||
"version": "dev-dev", | ||
"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": { | ||
"quiqqer/quiqqer": "*@dev", | ||
"quiqqer/utils": ">=1.4", | ||
"mtdowling/cron-expression": "1.0.*" | ||
}, | ||
"autoload": { | ||
"psr-0": { | ||
"QUI": "src/" | ||
} | ||
} | ||
} |
Bitte registrieren oder Anmelden zum Kommentieren