From 8220fc850220c8160cc191957a8c43e432657f45 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 6 Sep 2017 23:08:48 +1000 Subject: [PATCH] Added author and license information. --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 8c34dbc..41c74d0 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,13 @@ "name": "integratedexperts/robo-git-artefact", "description": "Robo task to push git artefact to remote repository", "type": "robo-tasks", + "license": "GPL-2.0+", + "authors": [ + { + "name": "Alex Skrypnyk", + "email": "alex.designworks@gmail.com" + } + ], "require": { "php": ">=5.5.0", "consolidation/robo": "~1"