Skip to content

Commit 36a694f

Browse files
committed
Loosen requirements
1 parent 4214cd2 commit 36a694f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
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|~8.2.0",
65
"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.*"
6+
"magento/framework": ">=100.1",
7+
"magento/module-cms": ">=101.0",
8+
"magento/module-widget": ">=100.1",
9+
"magento/module-backend": ">=100",
10+
"magento/module-ui": ">=100",
11+
"magento/module-store": ">=100"
1312
},
1413
"require-dev": {
1514
"mikey179/vfsstream": "^1.6"

0 commit comments

Comments
 (0)