Skip to content

Commit be3069f

Browse files
committed
updated composer.json
1 parent d00477b commit be3069f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

composer.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
22
"name": "access-manager/constants",
3+
"description": "A sub-module for Access Manager",
4+
"keywords": ["wifi", "hotspot", "mikrotik"],
35
"license": "MIT",
4-
"authors": [
5-
{
6-
"name": "Rahul makhija",
7-
"email": "[email protected]"
8-
}
9-
],
10-
"autoload" : {
6+
"homepage": "http://accessmanager.in",
7+
"require": {
8+
"php": ">=5.6.4"
9+
},
10+
"autoload": {
1111
"psr-4":{
1212
"AccessManager\\Constants\\":"src"
1313
}
1414
},
15-
"minimum-stability": "dev",
16-
"prefer-stable": true,
17-
"require": {}
15+
"prefer-stable": true
1816
}

0 commit comments

Comments
 (0)