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",