Skip to content

Commit 9ac079c

Browse files
committed
Add version constraint for release
1 parent eada8ab commit 9ac079c

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": "*",
10-
"magento/upward": "*"
9+
"magento/framework": "102.0.*",
10+
"magento/upward": "^1.1.3"
1111
},
1212
"type": "magento2-module",
1313
"license": [

0 commit comments

Comments
 (0)