-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
29 lines (29 loc) · 953 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
{
"name": "vipinkhushu/hackerearth-sdk-php",
"type": "library",
"description": "A PHP SDK To Run And Compile Codes Using Hackerearth's API V3",
"keywords": ["hackerearth", "run", "compile", "api", "coding", "code", "vipin", "khushu"],
"license": "MIT",
"homepage": "https://www.hackerearth.com/docs/api/developers/code/v3/",
"authors": [
{
"name": "Vipin Khushu",
"email": "vipinkhushu@hotmail.com",
"homepage": "https://www.vipinkhushu.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/vipinkhushu/Hackerearth-SDK-PHP",
"issues": "https://github.com/vipinkhushu/Hackerearth-SDK-PHP/issues"
},
"require": {
"php": ">=5.5.0",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.3.*",
"phpmd/phpmd": "2.3.*"
}
}