diff --git a/framework/renderers/SmartyViewRenderer.php b/framework/renderers/SmartyViewRenderer.php
index 29d7b97..cb82438 100644
--- a/framework/renderers/SmartyViewRenderer.php
+++ b/framework/renderers/SmartyViewRenderer.php
@@ -26,7 +26,7 @@ class SmartyViewRenderer extends ViewRenderer
 	/**
 	 * @var string the directory or path alias pointing to where Smarty code is located.
 	 */
-	public $smartyPath = '@app/vendors/Smarty';
+	public $smartyPath = '@yii/vendor/smarty/smarty/distribution/libs';
 
 	/**
 	 * @var string the directory or path alias pointing to where Smarty cache will be stored.
diff --git a/framework/renderers/TwigViewRenderer.php b/framework/renderers/TwigViewRenderer.php
index 79faa9f..d48dc5b 100644
--- a/framework/renderers/TwigViewRenderer.php
+++ b/framework/renderers/TwigViewRenderer.php
@@ -25,7 +25,7 @@ class TwigViewRenderer extends ViewRenderer
 	/**
 	 * @var string the directory or path alias pointing to where Twig code is located.
 	 */
-	public $twigPath = '@Twig';
+	public $twigPath = '@yii/vendor/twig/twig/lib/Twig';
 
 	/**
 	 * @var string the directory or path alias pointing to where Twig cache will be stored.