-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 888 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "iamwizzdom/netty-finder-php",
"license": "MIT",
"description": "Check a Nigerian telephone number and detect which network it belongs to.",
"type": "library",
"authors": [
{
"name": "Wisdom Emenike",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://wizdom.dev"
}
],
"require": {
"php": "~7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"autoload": {
"psr-4": {
"Netty\\": "src/Netty"
}
},
"autoload-dev": {
"psr-4": {
"Netty\\Tests\\": "tests"
}
},
"keywords": [
"netty finder",
"netty-finder",
"netty",
"nigerian networks",
"check network",
"phone number checker",
"find network"
]
}