-  
- Downloads
added PHP8.2 to list of allowed versions in composer.json
parent
fcb67491
  No related branches found   
  No related tags found   
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ | 
| "name": "firegento/magento2-content-provisioning", | "name": "firegento/magento2-content-provisioning", | ||
| "description": "N/A", | "description": "N/A", | ||
| "require": { | "require": { | ||
| "php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0", | "php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0", | ||
| "ext-dom": "*", | "ext-dom": "*", | ||
| "magento/framework": "100.1.*|101.0.*|102.0.*|103.0.*", | "magento/framework": "100.1.*|101.0.*|102.0.*|103.0.*", | ||
| "magento/module-cms": "101.0.*|102.0.*|103.0.*|104.0.*", | "magento/module-cms": "101.0.*|102.0.*|103.0.*|104.0.*", | ||
| ... | ... | 
Please sign in to comment