diff --git a/composer.json b/composer.json index 40923018692..e53a4c04603 100644 --- a/composer.json +++ b/composer.json @@ -94,20 +94,20 @@ "magento-force": true, "patches": { "shardj/zf1-future": { - "MAG-1.1.1": "patches/MAG-1.1.1.patch", - "MAG-1.9.3.0": "patches/MAG-1.9.3.0.patch", - "MAG-1.9.3.7 - SUPEE-10415": "patches/MAG-1.9.3.7.patch", - "MAG-1.9.3.9": "patches/MAG-1.9.3.9.patch", - "MAG-1.9.3.10": "patches/MAG-1.9.3.10.patch", - "MAG-1.9.4.0": "patches/MAG-1.9.4.0.patch", - "ZF-295 - SUPEE-9652/10570": "patches/ZF-295.patch", - "ZF-296 - Better IIS suport": "patches/ZF-296.patch", - "ZF-297 - Invalid argument type": "patches/ZF-297.patch", - "ZF-299 - Limit mktime() year": "patches/ZF-299.patch", - "OM-918 - Add runtime cache to Zend_Locale_Data": "patches/OM-918.patch", - "OM-1081 - Not detecting HTTPS behind a proxy": "patches/OM-1081.patch", - "OM-2047 - Pass delimiter char to preg_quote": "patches/OM-2047.patch", - "OM-2050 - Prevent checking known date codes": "patches/OM-2050.patch" + "MAG-1.1.1": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.1.1.patch", + "MAG-1.9.3.0": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.0.patch", + "MAG-1.9.3.7 - SUPEE-10415": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.7.patch", + "MAG-1.9.3.9": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.9.patch", + "MAG-1.9.3.10": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.10.patch", + "MAG-1.9.4.0": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.4.0.patch", + "ZF-295 - SUPEE-9652/10570": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-295.patch", + "ZF-296 - Better IIS suport": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-296.patch", + "ZF-297 - Invalid argument type": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-297.patch", + "ZF-299 - Limit mktime() year": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-299.patch", + "OM-918 - Add runtime cache to Zend_Locale_Data": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-918.patch", + "OM-1081 - Not detecting HTTPS behind a proxy": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-1081.patch", + "OM-2047 - Pass delimiter char to preg_quote": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-2047.patch", + "OM-2050 - Prevent checking known date codes": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-2050.patch" } } }, diff --git a/composer.lock b/composer.lock index b709532ce99..ea00cb6f645 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "02777979d49d3d6513aac121560f35a2", + "content-hash": "5c29dfe419dc8e936c58187f7fbf5aba", "packages": [ { "name": "colinmollenhour/cache-backend-redis",