Skip to content

Commit

Permalink
Use github URL for patch files (#2871)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel authored Dec 30, 2022
1 parent f2b9b7d commit fcb45a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcb45a3

Please sign in to comment.