Skip to content

Commit f9de4ca

Browse files
authored
Remove version constraints in develop line (#25)
1 parent 1470ce1 commit f9de4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0||~7.3.0",
9-
"magento/framework": "^102.0",
10-
"magento/upward": "^1.0.0"
9+
"magento/framework": "*",
10+
"magento/upward": "*"
1111
},
1212
"type": "magento2-module",
1313
"license": [

0 commit comments

Comments
 (0)