Skip to content

Commit c5bf339

Browse files
MAGECLOUD-5359: Patches 1.0.2 fail on magento version 2.1.4 with php 7.0 (#26)
1 parent 0630552 commit c5bf339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.2",
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
},

0 commit comments

Comments
 (0)