Skip to content

Commit 0247535

Browse files
author
Sheldon Rupp
committed
Update vendor dependencies
1 parent 95998ec commit 0247535

File tree

2 files changed

+1922
-771
lines changed

2 files changed

+1922
-771
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "laravel-zero/laravel-zero",
3-
"description": "The Laravel Zero Framework.",
2+
"name": "fieu/phust",
3+
"description": "Send RCON commands to your Rust server via the command-line ⛏",
44
"keywords": [
5-
"framework",
6-
"laravel",
7-
"laravel zero",
5+
"rust",
6+
"rcon",
7+
"webrcon",
88
"console",
99
"cli"
1010
],
11-
"homepage": "https://laravel-zero.com",
11+
"homepage": "https://github.com/fieu/phust",
1212
"type": "project",
1313
"license": "MIT",
1414
"support": {
15-
"issues": "https://github.com/laravel-zero/laravel-zero/issues",
16-
"source": "https://github.com/laravel-zero/laravel-zero"
15+
"issues": "https://github.com/fieu/phust/issues",
16+
"source": "https://github.com/fieu/phust"
1717
},
1818
"authors": [
1919
{
20-
"name": "Nuno Maduro",
21-
"email": "[email protected]"
20+
"name": "Sheldon Rupp",
21+
"email": "[email protected]"
2222
}
2323
],
2424
"require": {
25-
"php": "^7.2.5",
26-
"laravel-zero/framework": "^7.0",
27-
"textalk/websocket": "^1.3",
25+
"php": "^7.4|^8.0",
26+
"laravel-zero/framework": "^8.0",
27+
"textalk/websocket": "^1.5",
2828
"ext-json": "*"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)