Skip to content

Commit 79a8930

Browse files
committed
update for packgelist
1 parent d79da52 commit 79a8930

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"name": "devbera/module-cmslinktomenu",
3-
"description": "",
3+
"description": "Magento2 add a cms page link to menu",
44
"type": "magento2-module",
5+
"keywords": ["Magento2 add a cms page link to menu"],
56
"license": "OSL-3.0",
7+
"version": "1.0.0",
68
"authors": [
79
{
810
"name": "Amit Bera",
9-
"email": "dev.amitbera@gmail.com"
11+
"email": "dev.amitbera@gmail.com",
12+
"homepage": "https://www.amitbera.com",
1013
}
1114
],
12-
"require": {},
15+
"require": {
16+
"php": ">=5.6.0"
17+
},
18+
"minimum-stability": "stable",
1319
"autoload": {
1420
"files": [
1521
"registration.php"

0 commit comments

Comments
 (0)