From 1536266a19544f052f3cdac0da3ce4299398314b Mon Sep 17 00:00:00 2001 From: Rajesh Kumar Date: Wed, 18 Dec 2024 20:32:31 +0530 Subject: [PATCH] Update the latest version --- composer.json | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 0726342..37fe243 100644 --- a/composer.json +++ b/composer.json @@ -7,20 +7,10 @@ ], "homepage": "http://framework.zend.com/", "license": "BSD-3-Clause", - "repositories": [ - { - "type": "vcs", - "url": "git@github.com:magento-gl/magento-zend-exception.git" - }, - { - "type": "vcs", - "url": "git@github.com:magento-gl/magento-zend-loader.git" - } - ], "require": { "php": ">=7.0.0", - "magento/zend-exception": "dev-php84_deprication_fix", - "magento/zend-loader": "dev-php84_deprication_fix" + "magento/zend-exception": "^1.16", + "magento/zend-loader": "^1.16" }, "replace": { "zf1/zend-db": "^1.12",