Change Composer package vendor name to pocketmine instead of pmmp, update dependencies

This commit is contained in:
Dylan K. Taylor 2018-01-11 13:16:27 +00:00
parent e6bd12dc2f
commit 43959bccb1
2 changed files with 19 additions and 20 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "pmmp/pocketmine-mp", "name": "pocketmine/pocketmine-mp",
"description": "A server software for Minecraft: Pocket Edition written in PHP", "description": "A server software for Minecraft: Pocket Edition written in PHP",
"type": "project", "type": "project",
"homepage": "https://pmmp.io", "homepage": "https://pmmp.io",
@ -21,8 +21,8 @@
"ext-yaml": ">=2.0.0", "ext-yaml": ">=2.0.0",
"ext-zip": "*", "ext-zip": "*",
"ext-zlib": ">=1.2.11", "ext-zlib": ">=1.2.11",
"pmmp/raklib": "dev-master#ae39b0bc648ac653f3744d3e9e8e4f6713f8cc11", "pocketmine/raklib": "^0.10.0",
"pmmp/pocketmine-spl": "^0.1.0" "pocketmine/pocketmine-spl": "^0.2.0"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {

33
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b1cbfab50811b3a3a47d93251cd171b4", "content-hash": "2e9fcb8bb36b51385e5dc3ebf0336d07",
"packages": [ "packages": [
{ {
"name": "pmmp/pocketmine-spl", "name": "pocketmine/pocketmine-spl",
"version": "0.1.0", "version": "0.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/PocketMine-SPL.git", "url": "https://github.com/pmmp/PocketMine-SPL.git",
"reference": "c56936e6aaad925bb60002b29b1c70f497af4679" "reference": "70c591a44b6c5aa541a1a55585764bed2b23148c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/PocketMine-SPL/zipball/c56936e6aaad925bb60002b29b1c70f497af4679", "url": "https://api.github.com/repos/pmmp/PocketMine-SPL/zipball/70c591a44b6c5aa541a1a55585764bed2b23148c",
"reference": "c56936e6aaad925bb60002b29b1c70f497af4679", "reference": "70c591a44b6c5aa541a1a55585764bed2b23148c",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@ -36,20 +36,20 @@
"support": { "support": {
"source": "https://github.com/pmmp/PocketMine-SPL/tree/master" "source": "https://github.com/pmmp/PocketMine-SPL/tree/master"
}, },
"time": "2017-12-10T12:18:30+00:00" "time": "2018-01-11T13:03:01+00:00"
}, },
{ {
"name": "pmmp/raklib", "name": "pocketmine/raklib",
"version": "dev-master", "version": "0.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/RakLib.git", "url": "https://github.com/pmmp/RakLib.git",
"reference": "ae39b0bc648ac653f3744d3e9e8e4f6713f8cc11" "reference": "112e11fb68efcd97dab8b1ace16e818b3163cba0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/RakLib/zipball/ae39b0bc648ac653f3744d3e9e8e4f6713f8cc11", "url": "https://api.github.com/repos/pmmp/RakLib/zipball/112e11fb68efcd97dab8b1ace16e818b3163cba0",
"reference": "ae39b0bc648ac653f3744d3e9e8e4f6713f8cc11", "reference": "112e11fb68efcd97dab8b1ace16e818b3163cba0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -57,7 +57,7 @@
"ext-pthreads": ">=3.1.7dev", "ext-pthreads": ">=3.1.7dev",
"ext-sockets": "*", "ext-sockets": "*",
"php": ">=7.2.0RC3", "php": ">=7.2.0RC3",
"pmmp/pocketmine-spl": "^0.1.0" "pocketmine/pocketmine-spl": "^0.2.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -70,10 +70,10 @@
], ],
"description": "A RakNet server implementation written in PHP", "description": "A RakNet server implementation written in PHP",
"support": { "support": {
"source": "https://github.com/pmmp/RakLib/tree/master", "source": "https://github.com/pmmp/RakLib/tree/0.10.0",
"issues": "https://github.com/pmmp/RakLib/issues" "issues": "https://github.com/pmmp/RakLib/issues"
}, },
"time": "2017-12-28T12:29:47+00:00" "time": "2018-01-11T13:13:42+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
@ -81,8 +81,7 @@
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"php": 5, "php": 5,
"ext-pthreads": 20, "ext-pthreads": 20
"pmmp/raklib": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,