From e851c8f0317e9ca9ad4b0c11a2afb40600b265b7 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 23 May 2026 13:16:24 +0200 Subject: [PATCH 1/2] update stan --- .phive/phars.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 4d447d1..848f478 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,4 +1,4 @@ - + From 6a9e7755a004b51a16c1261a009d50d31dabbb86 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 23 May 2026 13:26:55 +0200 Subject: [PATCH 2/2] fix tests deprecation --- .../TestTwigView/src/{Plugin.php => TestTwigViewPlugin.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/test_app/plugins/TestTwigView/src/{Plugin.php => TestTwigViewPlugin.php} (66%) diff --git a/tests/test_app/plugins/TestTwigView/src/Plugin.php b/tests/test_app/plugins/TestTwigView/src/TestTwigViewPlugin.php similarity index 66% rename from tests/test_app/plugins/TestTwigView/src/Plugin.php rename to tests/test_app/plugins/TestTwigView/src/TestTwigViewPlugin.php index f551211..c9376df 100644 --- a/tests/test_app/plugins/TestTwigView/src/Plugin.php +++ b/tests/test_app/plugins/TestTwigView/src/TestTwigViewPlugin.php @@ -5,6 +5,6 @@ use Cake\Core\BasePlugin; -class Plugin extends BasePlugin +class TestTwigViewPlugin extends BasePlugin { }