From 0c679ef03d733cfcfeef421ac151238b0f17fc38 Mon Sep 17 00:00:00 2001 From: Henning Leutz <leutz@pcsg.de> Date: Thu, 4 Dec 2014 19:27:57 +0100 Subject: [PATCH] version --- composer.json | 58 +++++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index e5f72a2..95ea01b 100644 --- a/composer.json +++ b/composer.json @@ -1,29 +1,29 @@ -{ - "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/" + } + } +} -- GitLab