Skip to content

Commit 5c25953

Browse files
committed
Add module deps
1 parent dd09747 commit 5c25953

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
],
88
"type": "magento2-module",
99
"require": {
10-
"symfony/finder": "*",
11-
"magento/framework": "*"
10+
"symfony/finder": "^5.0|^6.0",
11+
"magento/framework": "^103.0",
12+
"ext-json": "*",
13+
"ext-pcre": "*"
1214
},
1315
"license": [
1416
"Open Software License (OSL)"

0 commit comments

Comments
 (0)