From 513898e35bd91ec6687dda91c35e64f8dd926734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morel?= Date: Wed, 23 May 2018 08:22:53 -0700 Subject: [PATCH] Add a star to ezsystems/ezplatform when ezpublish-kernel is installed. (#2336) --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index ac128751058..9dabd7fa774 100644 --- a/composer.json +++ b/composer.json @@ -74,6 +74,10 @@ "branch-alias": { "dev-master": "7.2.x-dev", "dev-tmp_ci_branch": "7.2.x-dev" + }, + "thanks": { + "name": "ezsystems/ezplatform", + "url": "https://github.com/ezsystems/ezplatform" } } }