UHC/composer.json
Olivier Lamiraux a2e6f27073 Add Composer
2019-01-18 17:58:38 +01:00

40 righe
937 B
JSON

{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/pmmp/PocketMine-MP"
},
{
"type": "vcs",
"url": "https://github.com/pmmp/RakLib"
},
{
"type": "vcs",
"url": "https://github.com/pmmp/SPL"
},
{
"type": "vcs",
"url": "https://github.com/pmmp/BinaryUtils"
},
{
"type": "vcs",
"url": "https://github.com/pmmp/NBT"
},
{
"type": "vcs",
"url": "https://github.com/pmmp/Math"
},
{
"type": "vcs",
"url": "https://github.com/pmmp/Snooze"
}
],
"require-dev": {
"pocketmine/pocketmine-mp" : "dev-master#api/2.0.0"
},
"autoload": {
"psr-4": {"Ad5001\\": "src/Ad5001"}
},
"minimum-stability" : "dev"
}