Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
44 lines (44 sloc)
917 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "craft/core", | |
"description": "A PHP library for all things Minecraft: Java Edition.", | |
"keywords": [ | |
"minecraft-api", | |
"minecraft-library", | |
"nbt-library", | |
"minecraft-protocol", | |
"minecraft-java-edition", | |
"minecraft-java", | |
"minecraft", | |
"mcje" | |
], | |
"homepage": "https://github.com/Phpcraft/core", | |
"type": "library", | |
"license": "MIT", | |
"autoload": { | |
"psr-4": { | |
"Phpcraft\\": "src/" | |
} | |
}, | |
"require": { | |
"php": "^7.1", | |
"ext-curl": "*", | |
"ext-gmp": "*", | |
"ext-json": "*", | |
"ext-mbstring": "*", | |
"ext-openssl": "*", | |
"ext-sockets": "*", | |
"ext-SPL": "*", | |
"ext-zlib": "*", | |
"hell-sh/asyncore": "^2.0", | |
"hell-sh/enum": "^1.1", | |
"hell-sh/hotswapp": "^1.1", | |
"hell-sh/uuid": "^1.3", | |
"phpseclib/mcrypt_compat": "^1.0" | |
}, | |
"require-dev": { | |
"hell-sh/nose": "^1.1" | |
}, | |
"suggest": { | |
"ext-mcrypt": "Install the mcrypt extension to speed up \"online mode\" connections." | |
} | |
} |