Skip to content

Commit fcb45a3

Browse files
authored
Use github URL for patch files (#2871)
1 parent f2b9b7d commit fcb45a3

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,20 @@
9494
"magento-force": true,
9595
"patches": {
9696
"shardj/zf1-future": {
97-
"MAG-1.1.1": "patches/MAG-1.1.1.patch",
98-
"MAG-1.9.3.0": "patches/MAG-1.9.3.0.patch",
99-
"MAG-1.9.3.7 - SUPEE-10415": "patches/MAG-1.9.3.7.patch",
100-
"MAG-1.9.3.9": "patches/MAG-1.9.3.9.patch",
101-
"MAG-1.9.3.10": "patches/MAG-1.9.3.10.patch",
102-
"MAG-1.9.4.0": "patches/MAG-1.9.4.0.patch",
103-
"ZF-295 - SUPEE-9652/10570": "patches/ZF-295.patch",
104-
"ZF-296 - Better IIS suport": "patches/ZF-296.patch",
105-
"ZF-297 - Invalid argument type": "patches/ZF-297.patch",
106-
"ZF-299 - Limit mktime() year": "patches/ZF-299.patch",
107-
"OM-918 - Add runtime cache to Zend_Locale_Data": "patches/OM-918.patch",
108-
"OM-1081 - Not detecting HTTPS behind a proxy": "patches/OM-1081.patch",
109-
"OM-2047 - Pass delimiter char to preg_quote": "patches/OM-2047.patch",
110-
"OM-2050 - Prevent checking known date codes": "patches/OM-2050.patch"
97+
"MAG-1.1.1": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.1.1.patch",
98+
"MAG-1.9.3.0": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.0.patch",
99+
"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",
100+
"MAG-1.9.3.9": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.9.patch",
101+
"MAG-1.9.3.10": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.3.10.patch",
102+
"MAG-1.9.4.0": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/MAG-1.9.4.0.patch",
103+
"ZF-295 - SUPEE-9652/10570": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-295.patch",
104+
"ZF-296 - Better IIS suport": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-296.patch",
105+
"ZF-297 - Invalid argument type": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-297.patch",
106+
"ZF-299 - Limit mktime() year": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/ZF-299.patch",
107+
"OM-918 - Add runtime cache to Zend_Locale_Data": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-918.patch",
108+
"OM-1081 - Not detecting HTTPS behind a proxy": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-1081.patch",
109+
"OM-2047 - Pass delimiter char to preg_quote": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-2047.patch",
110+
"OM-2050 - Prevent checking known date codes": "https://raw.githubusercontent.com/OpenMage/magento-lts/1.9.4.x/patches/OM-2050.patch"
111111
}
112112
}
113113
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)