From 58b265572bf56465868c46ce43dd7115b75625cc Mon Sep 17 00:00:00 2001 From: hadimansouri Date: Mon, 12 Aug 2019 11:37:09 +0430 Subject: [PATCH] change verison of dependencies to pluf modules --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 54135f6..da6af31 100644 --- a/composer.json +++ b/composer.json @@ -21,15 +21,15 @@ ], "minimum-stability" : "stable", "require" : { - "pluf/core" : "5.7.x", - "pluf/cms" : "5.7.x", - "pluf/bank" : "5.7.x", - "pluf/discount" : "5.7.x", - "pluf/tenant" : "5.7.x", + "pluf/core" : "5.8.x", + "pluf/cms" : "5.8.x", + "pluf/bank" : "5.8.x", + "pluf/discount" : "5.8.x", + "pluf/tenant" : "5.8.x", "firebase/php-jwt" : "^5.0" }, "require-dev" : { - "pluf/test" : "5.7.x" + "pluf/test" : "5.8.x" }, "include-path" : [ "src/"