diff --git a/requirements.php b/requirements.php index 5c6495c..6983e20 100644 --- a/requirements.php +++ b/requirements.php @@ -11,7 +11,7 @@ */ // you may need to adjust this path to the correct Yii framework path -$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2/yii'; +$frameworkPath = dirname(__FILE__) . '/vendor/yiisoft/yii2'; if (!is_dir($frameworkPath)) { echo '

Error

';