We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7fe9d commit 0f87d50Copy full SHA for 0f87d50
examples/plugins/php/composer.json
@@ -4,7 +4,7 @@
4
"type": "project",
5
"require": {
6
"php": ">=8.1",
7
- "dragonfly/plugin-sdk": "^0.1",
+ "dragonfly-plugins/plugin-sdk": "^0.0.2",
8
"grpc/grpc": "1.74.0",
9
"google/protobuf": "^3.25"
10
},
packages/php/composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "dragonfly/plugin-sdk",
+ "name": "dragonfly-plugins/plugin-sdk",
3
"description": "Official PHP SDK for creating Dragonfly Minecraft Bedrock server plugins.",
"type": "library",
"license": "MIT",
0 commit comments