From a5a990defb8e71ccec518a3028b7cea26ce4fb92 Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Sat, 21 May 2022 15:05:38 +0200 Subject: [PATCH] feature(init): init --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 4c3c0f4..579e9c5 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,9 @@ { "name": "wpdesk/wp-plugin-flow-common", + "description": "WP Desk Plugin Flow Common", "license": "MIT", + "keywords": ["wordpress", "plugin"], + "homepage": "https://gitlab.com/wpdesk/library/wp-plugin-flow-common", "authors": [ { "name": "Krzysiek", -- GitLab