Skip to content

Commit 7570124

Browse files
authored
Merge pull request #7 from WeareJH/fix-magento-framework-constraint
loosen magento/framework constraint to make it work with older and ne…
2 parents 660839e + 5294c66 commit 7570124

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
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.4||^8.0",
7-
"magento/framework": "103.*"
7+
"magento/framework": "*"
88
},
99
"repositories": [
1010
{

0 commit comments

Comments
 (0)