From be6609cfeb1d0aecf46e626c4b736a55c6c855d1 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Tue, 19 May 2020 16:02:02 +0700 Subject: [PATCH] proper composer info --- composer.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 914c85c..c725607 100644 --- a/composer.json +++ b/composer.json @@ -1,18 +1,18 @@ { - "name": "laravel-zero/laravel-zero", - "description": "The Laravel Zero Framework.", - "keywords": ["framework", "laravel", "laravel zero", "console", "cli"], - "homepage": "https://laravel-zero.com", + "name": "ifhub/ifnews", + "description": "Game news parser", + "keywords": ["console", "cli"], + "homepage": "https://ifhub.club", "type": "project", - "license": "MIT", + "license": "GPL", "support": { - "issues": "https://github.com/laravel-zero/laravel-zero/issues", - "source": "https://github.com/laravel-zero/laravel-zero" + "issues": "https://code.oreolek.ru/ifhub/ifnews/issues", + "source": "https://code.oreolek.ru/ifhub/ifnews" }, "authors": [ { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" + "name": "Alexander Yakovlev", + "email": "keloero@oreolek.ru" } ], "require": {