We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00477b commit be3069fCopy full SHA for be3069f
1 file changed
composer.json
@@ -1,18 +1,16 @@
1
{
2
"name": "access-manager/constants",
3
+ "description": "A sub-module for Access Manager",
4
+ "keywords": ["wifi", "hotspot", "mikrotik"],
5
"license": "MIT",
- "authors": [
- {
6
- "name": "Rahul makhija",
7
- "email": "rahulmkhj@gmail.com"
8
- }
9
- ],
10
- "autoload" : {
+ "homepage": "http://accessmanager.in",
+ "require": {
+ "php": ">=5.6.4"
+ },
+ "autoload": {
11
"psr-4":{
12
"AccessManager\\Constants\\":"src"
13
}
14
},
15
- "minimum-stability": "dev",
16
- "prefer-stable": true,
17
- "require": {}
+ "prefer-stable": true
18
0 commit comments