Skip to content

Commit 81d9780

Browse files
committed
Update composer.json
1 parent 19a7207 commit 81d9780

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name" : "magepow/ajaxwishlist",
33
"description": "Ajax Wishlist",
4+
"require": {
5+
"magepow/core": "^1.0.0",
6+
"magento/module-wishlist": "*"
7+
},
48
"type": "magento2-module",
59
"license": [
610
"OSL-3.0",
@@ -21,8 +25,6 @@
2125
"files": [
2226
"registration.php"
2327
]
24-
},
25-
"require": {
26-
"magento/module-wishlist": "*"
2728
}
29+
2830
}

0 commit comments

Comments
 (0)