Skip to content

Commit 81f63ac

Browse files
authored
Merge pull request #96 from magento-engcom/MAGETWO-89350
MAGETWO-89350: php version in composer.json of some components is inconsistent with php version in root composer.json
2 parents c4d38fb + ef54888 commit 81f63ac

File tree

142 files changed

+142
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+142
-142
lines changed

app/code/Magento/AdvancedSearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"magento/module-customer": "100.3.*",
1414
"magento/module-search": "100.3.*",
1515
"magento/module-store": "100.3.*",
16-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
16+
"php": "~7.1.3||~7.2.0"
1717
},
1818
"type": "magento2-module",
1919
"version": "100.3.0-dev",

app/code/Magento/Amqp/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"magento/framework": "100.3.*",
99
"magento/framework-amqp": "100.1.*",
1010
"magento/framework-message-queue": "100.3.*",
11-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
11+
"php": "~7.1.3||~7.2.0"
1212
},
1313
"type": "magento2-module",
1414
"version": "100.3.0-dev",

app/code/Magento/AsynchronousOperations/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"magento/module-backend": "100.3.*",
1212
"magento/module-ui": "100.3.*",
1313
"magento/module-user": "100.3.*",
14-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
14+
"php": "~7.1.3||~7.2.0"
1515
},
1616
"suggest": {
1717
"magento/module-admin-notification": "100.3.*",

app/code/Magento/Elasticsearch/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-elasticsearch",
33
"description": "N/A",
44
"require": {
5-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
5+
"php": "~7.1.3||~7.2.0",
66
"magento/module-advanced-search": "100.2.*",
77
"magento/module-catalog": "102.0.*",
88
"magento/module-catalog-search": "100.2.*",

app/code/Magento/MessageQueue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"magento/framework": "100.3.*",
99
"magento/magento-composer-installer": "*",
10-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
10+
"php": "~7.1.3||~7.2.0"
1111
},
1212
"type": "magento2-module",
1313
"version": "100.3.0-dev",

app/code/Magento/MysqlMq/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"magento/framework": "100.3.*",
99
"magento/magento-composer-installer": "*",
1010
"magento/module-store": "100.3.*",
11-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
11+
"php": "~7.1.3||~7.2.0"
1212
},
1313
"type": "magento2-module",
1414
"version": "100.3.0-dev",

app/design/adminhtml/Magento/backend/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
},
1111
"type": "magento2-theme",

app/design/frontend/Magento/blank/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
},
1111
"type": "magento2-theme",

app/design/frontend/Magento/luma/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/theme-frontend-blank": "100.3.*"
1111
},

app/design/frontend/Magento/rush/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/theme-frontend-rush",
33
"description": "N/A",
44
"require": {
5-
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
5+
"php": "~7.1.3||~7.2.0",
66
"magento/framework": "100.3.*"
77
},
88
"type": "magento2-theme",

0 commit comments

Comments
 (0)