Skip to content

Commit 8a6a491

Browse files
authored
Merge pull request #41 from SOF3/virion-3.0
2 parents b71464c + 98b2651 commit 8a6a491

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor
2+
/composer.lock

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44
"type": "library",
55
"license": "LGPL-3.0-only",
66
"autoload": {
7-
"psr-4": {"CortexPE\\Commando\\": ["src/CortexPE/Commando/"]}
7+
"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+
}
817
}
918
}

0 commit comments

Comments
 (0)