From ec2c161f5661a9e05ce35a5148427ed850596533 Mon Sep 17 00:00:00 2001 From: Josef Petrak Date: Sun, 20 Sep 2020 21:06:19 +0200 Subject: [PATCH] Updated support contacts --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 6091e12..1408982 100644 --- a/composer.json +++ b/composer.json @@ -17,9 +17,9 @@ } ], "support": { - "email": "martin.stekl@gmail.com", - "issues": "https://github.com/stekycz/Cronner/issues", - "source": "https://github.com/stekycz/Cronner" + "email": "development@bileto.com", + "issues": "https://github.com/bileto/cronner/issues", + "source": "https://github.com/bileto/cronner" }, "require": { "php": ">=7.1.0", @@ -38,8 +38,6 @@ "phpstan/phpstan": "^0.8" }, "suggest": { - "kdyby/events": "Events for Nette Framework", - "kdyby/console": "Symfony Console integration for Kdyby components" }, "replace": { "stekycz/cronner": "v2.2.0"