Skip to content

Commit

Permalink
Fix PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 26, 2023
1 parent e4f2eb3 commit ea6419f
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 93 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "GPL-3.0-or-later",
"type": "project",
"require": {
"php": "^8.0",
"ext-pthreads": "*",
"php": "^8.1",
"ext-pthreads": "^5.1",
"ext-sockets": "*",
"nethergamesmc/libproxy": "dev-pm5"
},
"require-dev": {
"phpstan/phpstan": "1.10.8",
"pocketmine/pocketmine-mp": "^5.0.0"
"pocketmine/pocketmine-mp": "^5.0.0-BETA1"
},
"repositories": [
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/libproxy.git" }
Expand Down
Loading

0 comments on commit ea6419f

Please sign in to comment.