Initial commit - Last War messaging system
This commit is contained in:
32
vendor/discord-php/http/composer.json
vendored
Executable file
32
vendor/discord-php/http/composer.json
vendored
Executable file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user