version
Übergeordneter
448c61d4
No related branches found
No related tags found
wird angezeigt
{ | ||
"name" : "quiqqer/cron", | ||
"type" : "quiqqer-library", | ||
"description" : "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.", | ||
"version" : "1.0.0", | ||
"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" : "1.*", | ||
"mtdowling/cron-expression": "1.0.*" | ||
}, | ||
"autoload": { | ||
"psr-0" : { | ||
"QUI" : "lib/" | ||
} | ||
} | ||
} | ||
{ | ||
"name" : "quiqqer/cron", | ||
"type" : "quiqqer-library", | ||
"description" : "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.", | ||
"version" : "1.0.0", | ||
"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" : "~1", | ||
"mtdowling/cron-expression": "1.0.*" | ||
}, | ||
"autoload": { | ||
"psr-0" : { | ||
"QUI" : "lib/" | ||
} | ||
} | ||
} |
Bitte registrieren oder Anmelden zum Kommentieren