forked from fubralimited/indeed-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 916 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
{
"name": "fubralimited/indeed-api",
"type": "library",
"description": "PHP interface to Indeed job search API",
"keywords": [
"indeed",
"job search",
"api"
],
"homepage": "https://github.com/fubralimited/indeed-api",
"license": "MIT",
"authors": [
{
"name": "Neil Sweeney",
"email": "neil.sweeney@fubra.com",
"homepage": "http://wolfiezero.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/fubralimited/indeed-api/issues"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"files" : [
"indeed-api.php"
]
}
}