We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b71464c + 98b2651 commit 8a6a491Copy full SHA for 8a6a491
.gitignore
@@ -0,0 +1,2 @@
1
+/vendor
2
+/composer.lock
composer.json
@@ -4,6 +4,15 @@
4
"type": "library",
5
"license": "LGPL-3.0-only",
6
"autoload": {
7
- "psr-4": {"CortexPE\\Commando\\": ["src/CortexPE/Commando/"]}
+ "psr-4": {"CortexPE\\Commando\\": ["src\\CortexPE\\Commando\\"]}
8
+ },
9
+ "require": {
10
+ "pocketmine/pocketmine-mp": "^4.0.0"
11
12
+ "extra": {
13
+ "virion": {
14
+ "spec": "3.0",
15
+ "namespace-root": "CortexPE\\Commando"
16
+ }
17
}
18
0 commit comments