-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
38 lines (38 loc) · 864 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
33
34
35
36
37
38
{
"name": "jketelaar/php-fut-api",
"type": "library",
"authors": [
{
"name": "JKetelaar",
"email": "[email protected]",
"homepage": "http://jketelaar.nl/"
}
],
"description": "Allows you to interact with the FUT using PHP",
"keywords": [
"fut",
"bot",
"fifa",
"api"
],
"homepage": "https://github.com/JKetelaar/PHP-FUT-Bot",
"version": "0.0.6",
"license": "GPL-3.0+",
"require": {
"php": "^5.5 || ^7.0",
"php-curl-class/php-curl-class": "^7.0",
"sunra/php-simple-html-dom-parser": "^1.5",
"spomky-labs/otphp": "^8.2",
"myclabs/php-enum": "^1.4",
"phpunit/phpunit": "5.5.*",
"fut/eahashor": "^1.0"
},
"autoload": {
"psr-0": {
"JKetelaar": "src/"
}
},
"suggest": {
"spomky-labs/otphp": "Allows implementation TOTP (Two step authentication)"
}
}