-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 1.03 KB
/
composer.json
File metadata and controls
34 lines (34 loc) · 1.03 KB
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
{
"name": "cedwardsmedia/everyonephp",
"description": "Simple Class for querying EveryoneAPI",
"type": "library",
"keywords": ["cnam","phone number", "phone lookup", "EveryoneAPI"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Corey Edwards",
"email": "hi@cedwardsmedia.com",
"homepage": "https://www.cedwardsmedia.com",
"role": "Developer"
},
{
"name": "Brian Seymour",
"email": "imbrianseymour@gmail.com",
"homepage": "https://bri.io",
"role": "Developer"
}
],
"support": {
"email": "hi@cedwardsmedia.com",
"issues": "https://github.com/cedwardsmedia/everyonephp/issues",
"source": "https://github.com/cedwardsmedia/everyonephp/",
"docs": "https://github.com/cedwardsmedia/everyonephp/README.md"
},
"require": {
"php": ">=5.3.0",
"guzzlehttp/guzzle": "~6.0"
},
"autoload": {
"files": ["EveryonePHP.php"]
}
}