forked from ivankaizer/howlongtobeat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
29 lines (29 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
{
"name": "askancy/howlongtobeat",
"version": "1.2.1",
"authors": [
{
"name": "Ivan Kayzer",
"email": "[email protected]"
}
],
"keywords": ["how long to beat", "hl2b", "howlongtobeat"],
"homepage": "https://github.com/Askancy/howlongtobeat",
"license": "MIT",
"description": "howlongtobeat.com provides information about games and how long it will take to finish them. This library is a simple wrapper to fetch data from Howlongtobeat website",
"autoload": {
"psr-4": {
"Askancy\\HowLongToBeat\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^7",
"mockery/mockery": "^1.3"
},
"require": {
"guzzlehttp/guzzle": "^7.8",
"ext-json": "*",
"symfony/dom-crawler": "^6.3.2",
"symfony/css-selector": "^6.3.2"
}
}