Convert VersionInfo into a final class

this allows it to be loaded by the autoloader without additional changes.
This commit is contained in:
Dylan K. Taylor
2020-07-25 19:00:48 +01:00
parent 5910905e95
commit 2645b19617
11 changed files with 45 additions and 45 deletions

View File

@ -60,8 +60,7 @@
"pocketmine\\": "src/"
},
"files": [
"src/CoreConstants.php",
"src/VersionInfo.php"
"src/CoreConstants.php"
]
},
"autoload-dev": {