From 9260a67c0460a798ade7b0857b824eca2c7a6aec Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Fri, 29 May 2026 09:47:46 +0200 Subject: [PATCH] update stan and require secure twig version --- .phive/phars.xml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.phive/phars.xml b/.phive/phars.xml index 848f478..4291c7f 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -1,4 +1,4 @@ - + diff --git a/composer.json b/composer.json index 32f5f22..546eeed 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "cakephp/cakephp": "^5.0.0", "jasny/twig-extensions": "^1.3", "twig/markdown-extra": "^3.0", - "twig/twig": "^3.11.1" + "twig/twig": "^3.27.0" }, "require-dev": { "cakephp/cakephp-codesniffer": "^5.0",