Skip to content

Commit

Permalink
Update composer name to nethergamesmc/libasynql
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Mar 27, 2024
1 parent 7893751 commit b029a80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "sof3/libasynql",
"name": "nethergamesmc/libasynql",
"type": "library",
"require": {
"sof3/await-generator": "^2.0.0 || ^3.0.0"
},
"require-dev": {
"pocketmine/pocketmine-mp": "^5.0.0-BETA4"
"nethergamesmc/pocketmine-mp": "dev-stable"
},
"license": "Apache-2.0",
"autoload": {
Expand All @@ -19,6 +19,9 @@
"email": "[email protected]"
}
],
"repositories": [
{ "type": "vcs", "url": "[email protected]:NetherGamesMC/PocketMine-MP.git" }
],
"bin": [
"libasynql/cli/def.php",
"libasynql/cli/fx.php"
Expand Down

0 comments on commit b029a80

Please sign in to comment.