Skip to content

Commit

Permalink
Update vendor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fieu committed Jun 23, 2021
1 parent 95998ec commit 0247535
Show file tree
Hide file tree
Showing 2 changed files with 1,922 additions and 771 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "laravel-zero/laravel-zero",
"description": "The Laravel Zero Framework.",
"name": "fieu/phust",
"description": "Send RCON commands to your Rust server via the command-line ⛏",
"keywords": [
"framework",
"laravel",
"laravel zero",
"rust",
"rcon",
"webrcon",
"console",
"cli"
],
"homepage": "https://laravel-zero.com",
"homepage": "https://github.com/fieu/phust",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
"source": "https://github.com/laravel-zero/laravel-zero"
"issues": "https://github.com/fieu/phust/issues",
"source": "https://github.com/fieu/phust"
},
"authors": [
{
"name": "Nuno Maduro",
"email": "[email protected]"
"name": "Sheldon Rupp",
"email": "[email protected]"
}
],
"require": {
"php": "^7.2.5",
"laravel-zero/framework": "^7.0",
"textalk/websocket": "^1.3",
"php": "^7.4|^8.0",
"laravel-zero/framework": "^8.0",
"textalk/websocket": "^1.5",
"ext-json": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 0247535

Please sign in to comment.