Skip to content

Commit 4214cd2

Browse files
committed
Merge branch 'php8.2-composer' into 'develop'
added PHP8.2 to list of allowed versions in composer.json See merge request techdivision-public/m2-content-provisioning!43
2 parents fcb6749 + 64f606a commit 4214cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "firegento/magento2-content-provisioning",
33
"description": "N/A",
44
"require": {
5-
"php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0",
5+
"php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
66
"ext-dom": "*",
77
"magento/framework": "100.1.*|101.0.*|102.0.*|103.0.*",
88
"magento/module-cms": "101.0.*|102.0.*|103.0.*|104.0.*",

0 commit comments

Comments
 (0)