Skip to content

Commit

Permalink
Composer require (#22)
Browse files Browse the repository at this point in the history
* Support virion 3.0

* Composer dependents
  • Loading branch information
AIPTU authored Jun 15, 2024
1 parent 444746c commit fac2d81
Show file tree
Hide file tree
Showing 2 changed files with 1,310 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "A Command Framework virion for PocketMine-MP ",
"type": "library",
"license": "LGPL-3.0-only",
"require": {
"pocketmine/pocketmine-mp": "^5.0",
"muqsit/simple-packet-handler": "^0.1.4"
},
"autoload": {
"psr-4": {"CortexPE\\Commando\\": ["src/CortexPE/Commando/"]}
},
Expand Down
Loading

0 comments on commit fac2d81

Please sign in to comment.