diff --git a/composer.json b/composer.json index 88f920c..daf1ea9 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.0.0", - "yiisoft/yii2": "2.*", + "yiisoft/yii2": "!2.*", "triagens/arangodb": "~3.2" }, "require-dev": { @@ -42,4 +42,4 @@ "mirzaev\\yii2\\arangodb\\tests\\": "mirzaev/yii2/arangodb/tests" } } -} \ No newline at end of file +}