Updated PocketMine-SPL dependency

This commit is contained in:
Dylan K. Taylor 2017-12-10 12:26:48 +00:00
parent 7c8a29151c
commit a3622dfa9d
2 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@
"ext-zip": "*", "ext-zip": "*",
"ext-zlib": ">=1.2.11", "ext-zlib": ">=1.2.11",
"pmmp/raklib": "dev-master#e46352f9df4f34f70dd40b8a3144e941ffc1caf7", "pmmp/raklib": "dev-master#e46352f9df4f34f70dd40b8a3144e941ffc1caf7",
"pmmp/pocketmine-spl": "^0.0.2" "pmmp/pocketmine-spl": "^0.1.0"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {

14
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": "e08f45a793f6a776c35ffaba9db65b49", "content-hash": "15cc30eec8e5ea5a56340190f254368e",
"packages": [ "packages": [
{ {
"name": "pmmp/pocketmine-spl", "name": "pmmp/pocketmine-spl",
"version": "0.0.2", "version": "0.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/PocketMine-SPL.git", "url": "https://github.com/pmmp/PocketMine-SPL.git",
"reference": "065b631d63e2c4ddb3141f63a07a9ecbab8357d1" "reference": "c56936e6aaad925bb60002b29b1c70f497af4679"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/PocketMine-SPL/zipball/065b631d63e2c4ddb3141f63a07a9ecbab8357d1", "url": "https://api.github.com/repos/pmmp/PocketMine-SPL/zipball/c56936e6aaad925bb60002b29b1c70f497af4679",
"reference": "065b631d63e2c4ddb3141f63a07a9ecbab8357d1", "reference": "c56936e6aaad925bb60002b29b1c70f497af4679",
"shasum": "" "shasum": ""
}, },
"type": "library", "type": "library",
@ -34,9 +34,9 @@
], ],
"description": "Standard library files required by PocketMine-MP and related projects", "description": "Standard library files required by PocketMine-MP and related projects",
"support": { "support": {
"source": "https://github.com/pmmp/PocketMine-SPL/tree/0.0.2" "source": "https://github.com/pmmp/PocketMine-SPL/tree/master"
}, },
"time": "2017-11-14T18:56:38+00:00" "time": "2017-12-10T12:18:30+00:00"
}, },
{ {
"name": "pmmp/raklib", "name": "pmmp/raklib",