mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Convert VersionInfo into a final class
this allows it to be loaded by the autoloader without additional changes.
This commit is contained in:
@ -60,8 +60,7 @@
|
||||
"pocketmine\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/CoreConstants.php",
|
||||
"src/VersionInfo.php"
|
||||
"src/CoreConstants.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
||||
Reference in New Issue
Block a user