Skip to content

Commit 6a64b70

Browse files
author
Joan He
committed
Merge remote-tracking branch 'upstream/2.3-develop' into libs-upgrade
# Conflicts: # composer.lock # SwaggerWebapi/composer.json # SwaggerWebapiAsync/composer.json # WebapiAsync/composer.json
1 parent 6b4501d commit 6a64b70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/SwaggerWebapi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
8+
"php": "~7.1.3||~7.2.0",
99
"magento/framework": "100.3.*",
1010
"magento/module-swagger": "100.3.*"
1111
},

app/code/Magento/SwaggerWebapiAsync/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"sort-packages": true
66
},
77
"require": {
8+
"php": "~7.1.3||~7.2.0",
89
"magento/framework": "100.3.*",
9-
"magento/module-swagger": "100.3.*",
10-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
10+
"magento/module-swagger": "100.3.*"
1111
},
1212
"suggest": {
1313
"magento/module-config": "100.3.*"

app/code/Magento/WebapiAsync/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"sort-packages": true
66
},
77
"require": {
8-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
8+
"php": "~7.1.3||~7.2.0",
99
"magento/framework": "100.3.*",
1010
"magento/module-webapi": "100.3.*",
1111
"magento/module-asynchronous-operations": "100.3.*"

0 commit comments

Comments
 (0)