From f78eab9535367122aafa6f1193adec5aa9ca832b Mon Sep 17 00:00:00 2001 From: Henning Leutz <leutz@pcsg.de> Date: Fri, 23 Dec 2016 15:46:55 +0100 Subject: [PATCH] fix: code style --- composer.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 779bd18..8ac8868 100644 --- a/composer.json +++ b/composer.json @@ -1 +1,28 @@ -{"name":"quiqqer\/cron","type":"quiqqer-module","description":"Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.","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":{"quiqqer\/quiqqer":"*@dev","quiqqer\/utils":">=1.4|dev-dev","mtdowling\/cron-expression":"1.0.*"},"autoload":{"psr-0":{"QUI":"src\/"}}} \ No newline at end of file +{ + "name": "quiqqer\/cron", + "type": "quiqqer-module", + "description": "Provided currency calculation and a automtatic cron to get the Euro foreign exchange reference rates.", + "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": { + "quiqqer\/quiqqer": "*@dev", + "quiqqer\/utils": ">=1.4|dev-dev", + "mtdowling\/cron-expression": "1.0.*" + }, + "autoload": { + "psr-0": { + "QUI": "src\/" + } + } +} \ No newline at end of file -- GitLab