Skip to content

Commit 78b4713

Browse files
committed
Add version constraints for release
1 parent 34b03b1 commit 78b4713

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

0 commit comments

Comments
 (0)