Skip to content

Commit 5edcee1

Browse files
authored
update php supoprt to 8.2 (#34)
* update php supoprt to 8.2 * remove php 7.4
1 parent 1b0fb18 commit 5edcee1

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CatalogGraphQlAux/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.4.0||~8.1.0",
6+
"php": "~8.1.0||~8.2.0",
77
"magento/framework": "*",
88
"magento/module-catalog": "*",
99
"magento/module-catalog-graph-ql": "*",

ContactGraphQlPwa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sort-packages": true
1111
},
1212
"require": {
13-
"php": "~7.4.0||~8.1.0",
13+
"php": "~8.1.0||~8.2.0",
1414
"magento/framework": "*",
1515
"magento/module-contact": "*"
1616
},

EavGraphQlAux/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.4.0||~8.1.0",
6+
"php": "~8.1.0||~8.2.0",
77
"magento/framework": "*",
88
"magento/module-eav": "*",
99
"magento/module-eav-graph-ql": "*",

NewsletterGraphQlPwa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sort-packages": true
1111
},
1212
"require": {
13-
"php": "~7.4.0||~8.1.0",
13+
"php": "~8.1.0||~8.2.0",
1414
"magento/framework": "*"
1515
},
1616
"suggest": {

PageBuilderPwa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"magento/module-cms": "*",
1515
"magento/module-page-builder": "*",
1616
"magento/module-eav-graph-ql-aux": "*",
17-
"php": "~7.4.0||~8.1.0",
17+
"php": "~8.1.0||~8.2.0",
1818
"phpgt/dom": "*"
1919
},
2020
"autoload": {

ReCaptchaGraphQlPwa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sort-packages": true
1111
},
1212
"require": {
13-
"php": "~7.4.0||~8.1.0",
13+
"php": "~8.1.0||~8.2.0",
1414
"magento/framework": "*",
1515
"magento/module-re-captcha-frontend-ui": "*",
1616
"magento/module-re-captcha-validation-api": "*",

ReCaptchaPwa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sort-packages": true
1111
},
1212
"require": {
13-
"php": "~7.4.0||~8.1.0",
13+
"php": "~8.1.0||~8.2.0",
1414
"magento/framework": "*",
1515
"magento/module-config": "*",
1616
"magento/module-checkout": "*",

SalesGraphQlAux/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.4.0||~8.1.0",
6+
"php": "~8.1.0||~8.2.0",
77
"magento/framework": "*"
88
},
99
"suggest": {

UrlRewriteGraphQlPwa/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"sort-packages": true
1111
},
1212
"require": {
13-
"php": "~7.4.0||~8.1.0",
13+
"php": "~8.1.0||~8.2.0",
1414
"magento/framework": "*",
1515
"magento/module-store": "*",
1616
"magento/module-url-rewrite": "*",

WeeeGraphQlAux/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.4.0||~8.1.0",
6+
"php": "~8.1.0||~8.2.0",
77
"magento/framework": "*"
88
},
99
"suggest": {

0 commit comments

Comments
 (0)