Skip to content

Commit

Permalink
Support virion 3.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
AIPTU authored May 10, 2024
1 parent 8473a50 commit 06c0f58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
{
"name": "cortexpe/commando",
"name": "paroxity/commando",
"description": "A Command Framework virion for PocketMine-MP ",
"type": "library",
"license": "LGPL-3.0-only",
"autoload": {
"psr-4": {"CortexPE\\Commando\\": ["src/CortexPE/Commando/"]}
},
"extra": {
"virion": {
"spec": "3.0",
"namespace-root": "CortexPE\\Commando"
}
}
}

1 comment on commit 06c0f58

@AIPTU
Copy link
Author

@AIPTU AIPTU commented on 06c0f58 May 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone please submit it to packagist

Please sign in to comment.