Skip to content

Commit

Permalink
Update library to latest libproxy TCP version
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed May 22, 2024
1 parent ea6419f commit 6685a31
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 542 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,17 @@
"type": "project",
"require": {
"php": "^8.1",
"ext-pthreads": "^5.1",
"ext-pmmpthread": "^6.0.1",
"ext-sockets": "*",
"nethergamesmc/libproxy": "dev-pm5"
"nethergamesmc/libproxy": "dev-tcp"
},
"require-dev": {
"phpstan/phpstan": "1.10.8",
"pocketmine/pocketmine-mp": "^5.0.0-BETA1"
"nethergamesmc/pocketmine-mp": "dev-stable"
},
"repositories": [
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libproxy.git" }
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libproxy.git" },
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/PocketMine-MP.git" }
],
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6685a31

Please sign in to comment.