We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214cd2 commit 36a694fCopy full SHA for 36a694f
composer.json
@@ -2,14 +2,13 @@
2
"name": "firegento/magento2-content-provisioning",
3
"description": "N/A",
4
"require": {
5
- "php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0",
6
"ext-dom": "*",
7
- "magento/framework": "100.1.*|101.0.*|102.0.*|103.0.*",
8
- "magento/module-cms": "101.0.*|102.0.*|103.0.*|104.0.*",
9
- "magento/module-widget": "100.1.*|101.0.*|101.1.*|101.2.*",
10
- "magento/module-backend": "100.*|101.*|102.*",
11
- "magento/module-ui": "100.*|101.*",
12
- "magento/module-store": "100.*|101.*"
+ "magento/framework": ">=100.1",
+ "magento/module-cms": ">=101.0",
+ "magento/module-widget": ">=100.1",
+ "magento/module-backend": ">=100",
+ "magento/module-ui": ">=100",
+ "magento/module-store": ">=100"
13
},
14
"require-dev": {
15
"mikey179/vfsstream": "^1.6"
0 commit comments