From 5ed5017665fd818113f6372e7f1eb742ae15ee6f Mon Sep 17 00:00:00 2001 From: kamiyang Date: Thu, 20 Jun 2019 18:21:24 +0200 Subject: [PATCH] [TASK] Add christianessl/adminpanel_int as a suggestion "christianessl/adminpanel_int" provides info about INT objects. The extension can be found here: https://github.com/IndyIndyIndy/adminpanel_int --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index b08a226..ed498a4 100644 --- a/composer.json +++ b/composer.json @@ -62,5 +62,8 @@ "test": [ "@test:php:unit" ] + }, + "suggest": { + "christianessl/adminpanel_int": "Extend the adminpanel by showing the actual info for each USER_INT object on the page." } }