Skip to content

Commit ba0dbe2

Browse files
Merge pull request #38 from magento/1.0-forward
Forward-port 1.0 branch
2 parents 63f7b35 + 05453b0 commit ba0dbe2

5 files changed

+433
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "magento/magento-cloud-patches",
33
"description": "Provides critical fixes for Magento 2 Enterprise Edition",
44
"type": "magento2-component",
5-
"version": "1.0.1",
5+
"version": "1.0.3",
66
"license": "OSL-3.0",
77
"require": {
88
"php": "^7.0",
99
"ext-json": "*",
1010
"composer/composer": "@stable",
1111
"composer/semver": "^1.5",
1212
"symfony/config": "^3.3||^4.4",
13-
"symfony/console": "^2.8||^4.0",
13+
"symfony/console": "^2.6||^4.0",
1414
"symfony/dependency-injection": "^3.3||^4.3",
1515
"symfony/process": "^2.1||^4.1"
1616
},

patches.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@
228228
"2.2.4": "MAGETWO-92926__fix_for_multi-site_configuration_issue__2.2.4.patch"
229229
},
230230
"FPC is getting disabled during deployments": {
231-
">=2.3.2 <2.4.0": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.2.patch"
231+
">=2.3.2 <2.3.5": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.2.patch",
232+
">=2.3.5 <2.4.0": "MAGECLOUD-5069__fpc_is_getting_disabled_during_deployments__2.3.5.patch"
232233
}
233234
},
234235
"magento/module-paypal": {

0 commit comments

Comments
 (0)