load some non-class constants with composer

this makes PHPStan happy and also makes working with PM code externally less of a pain in the ass.
This commit is contained in:
Dylan K. Taylor
2019-11-05 11:16:22 +00:00
parent 5edff79f5f
commit 4cb0b319c0
4 changed files with 43 additions and 7 deletions

View File

@ -36,7 +36,11 @@
"autoload": {
"psr-4": {
"": ["src"]
}
},
"files": [
"src/pocketmine/GlobalConstants.php",
"src/pocketmine/VersionInfo.php"
]
},
"autoload-dev": {
"psr-4": {