Skip to content

Commit 0f87d50

Browse files
committed
rename php library
1 parent bd7fe9d commit 0f87d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/plugins/php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"require": {
66
"php": ">=8.1",
7-
"dragonfly/plugin-sdk": "^0.1",
7+
"dragonfly-plugins/plugin-sdk": "^0.0.2",
88
"grpc/grpc": "1.74.0",
99
"google/protobuf": "^3.25"
1010
},

packages/php/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "dragonfly/plugin-sdk",
2+
"name": "dragonfly-plugins/plugin-sdk",
33
"description": "Official PHP SDK for creating Dragonfly Minecraft Bedrock server plugins.",
44
"type": "library",
55
"license": "MIT",

0 commit comments

Comments
 (0)