Skip to content

Commit

Permalink
Update vendor packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fieu committed Jun 15, 2021
1 parent 91c426e commit abe9d0a
Show file tree
Hide file tree
Showing 3 changed files with 2,402 additions and 1,065 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# discord.php
# disphord
PHP port of discord.sh!
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "nurdturd/disphord",
"name": "fieu/disphord",
"description": "PHP port of discord.sh",
"keywords": ["discord", "laravel", "console", "cli", "phar"],
"homepage": "https://suce.dev/disphord",
"keywords": ["discord", "laravel", "console", "cli", "phar", "shell"],
"homepage": "https://github.com/fieu/disphord",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/NurdTurd/disphord/issues",
"source": "https://github.com/NurdTurd/disphord"
"issues": "https://github.com/fieu/disphord/issues",
"source": "https://github.com/fieu/disphord"
},
"authors": [
{
"name": "Sheldon Rupp",
"email": "me@suce.dev"
"email": "me@fieu.cc"
}
],
"require": {
"php": "^7.2.5",
"guzzlehttp/guzzle": "^6.3.1",
"illuminate/http": "^7.0",
"laravel-zero/framework": "^7.0",
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.0",
"illuminate/http": "^8.0",
"laravel-zero/framework": "^8.0",
"nopjmp/discord-webhooks": "^0.3.1"
},
"require-dev": {
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^8.5"
"mockery/mockery": "^1.4.3",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit abe9d0a

Please sign in to comment.