Fix composer
Showing
| ... | @@ -2,12 +2,12 @@ | ... | @@ -2,12 +2,12 @@ |
| "name": "ubertheme/module-base", | "name": "ubertheme/module-base", | ||
| "description": "UB Base - Magento2 extension", | "description": "UB Base - Magento2 extension", | ||
| "require": { | "require": { | ||
| "php": "~7.1.3||~7.2.0||~7.3.0", | "php" : ">=7.3.0", | ||
| "magento/framework": ">=100.0.0" | "magento/framework": ">=100.0.0" | ||
| }, | }, | ||
| "suggest": {}, | "suggest": {}, | ||
| "type": "magento2-module", | "type": "magento2-module", | ||
| "version": "1.0.3", | "version": "1.0.3.1", | ||
| "license": [ | "license": [ | ||
| "Proprietary" | "Proprietary" | ||
| ], | ], | ||
| ... | ... |
Please
register
or
sign in
to comment