33 lines
803 B
JSON
Executable File
33 lines
803 B
JSON
Executable File
{
|
|
"name": "discord-php/http",
|
|
"description": "Handles HTTP requests to Discord servers",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "David Cole",
|
|
"email": "david.cole1340@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Discord\\Http\\": "src/Discord"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.2|^8.0",
|
|
"react/http": "^1.2",
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0",
|
|
"react/promise": "^2.2"
|
|
},
|
|
"suggest": {
|
|
"guzzlehttp/guzzle": "For alternative to ReactPHP/Http Browser"
|
|
},
|
|
"require-dev": {
|
|
"monolog/monolog": "^2.2",
|
|
"friendsofphp/php-cs-fixer": "^2.17",
|
|
"psy/psysh": "^0.10.6",
|
|
"guzzlehttp/guzzle": "^6.0|^7.0"
|
|
}
|
|
}
|