From 2c166a33a82fe334c0410adca701945b4e75306b Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Wed, 4 Oct 2023 01:33:26 +0300 Subject: [PATCH] composer.json - update dependencies (PluginCore 0.27 supports plugin-update-checker v5|v4) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 65a0483..f66be5f 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require":{ "abuyoyo/screen-meta-links": "~0.13", - "abuyoyo/plugincore": "~0.26", - "abuyoyo/adminmenupage": "~0.25" + "abuyoyo/plugincore": "~0.27", + "abuyoyo/adminmenupage": "~0.28" } } \ No newline at end of file