We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79da52 commit 79a8930Copy full SHA for 79a8930
1 file changed
composer.json
@@ -1,15 +1,21 @@
1
{
2
"name": "devbera/module-cmslinktomenu",
3
- "description": "",
+ "description": "Magento2 add a cms page link to menu",
4
"type": "magento2-module",
5
+ "keywords": ["Magento2 add a cms page link to menu"],
6
"license": "OSL-3.0",
7
+ "version": "1.0.0",
8
"authors": [
9
10
"name": "Amit Bera",
- "email": "dev.amitbera@gmail.com"
11
+ "email": "dev.amitbera@gmail.com",
12
+ "homepage": "https://www.amitbera.com",
13
}
14
],
- "require": {},
15
+ "require": {
16
+ "php": ">=5.6.0"
17
+ },
18
+ "minimum-stability": "stable",
19
"autoload": {
20
"files": [
21
"registration.php"
0 commit comments