-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 885 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
{
"name": "ankitjain28may/hackerearth-api",
"description": "PHP and Laravel HackerEarth API Wrapper",
"license": "MIT",
"type": "library",
"keywords": ["laravel", "hackerearth-api", "HackerEarth", "laravel-hackerearth-package", "code-compile", "code-run", "compile", "run"],
"authors": [
{
"name": "ankitjain28may",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Ankitjain28may\\HackerEarth\\": "src/"
},
"files": [
]
},
"minimum-stability": "dev",
"require": {
"php": ">=5.6.4",
"guzzlehttp/guzzle": "^6.3",
"illuminate/support": "~5.4",
"illuminate/events": "^5.4",
"illuminate/database": "^5.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"prefer-stable": true
}