updated composer deps

This commit is contained in:
Dylan K. Taylor 2020-01-28 14:28:03 +00:00
parent ded0f5c80e
commit f68452a5d9

34
composer.lock generated
View File

@ -299,18 +299,21 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/BinaryUtils.git", "url": "https://github.com/pmmp/BinaryUtils.git",
"reference": "7b50fa2b212c54e2a280217c84955b23e90cf5a1" "reference": "a36705550b42e7e93e2a9748a8b9fa88985780bf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/7b50fa2b212c54e2a280217c84955b23e90cf5a1", "url": "https://api.github.com/repos/pmmp/BinaryUtils/zipball/a36705550b42e7e93e2a9748a8b9fa88985780bf",
"reference": "7b50fa2b212c54e2a280217c84955b23e90cf5a1", "reference": "a36705550b42e7e93e2a9748a8b9fa88985780bf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2", "php": ">=7.2",
"php-64bit": "*" "php-64bit": "*"
}, },
"require-dev": {
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -325,7 +328,7 @@
"source": "https://github.com/pmmp/BinaryUtils/tree/master", "source": "https://github.com/pmmp/BinaryUtils/tree/master",
"issues": "https://github.com/pmmp/BinaryUtils/issues" "issues": "https://github.com/pmmp/BinaryUtils/issues"
}, },
"time": "2019-10-21T14:41:23+00:00" "time": "2020-01-28T12:17:38+00:00"
}, },
{ {
"name": "pocketmine/classloader", "name": "pocketmine/classloader",
@ -398,18 +401,22 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Math.git", "url": "https://github.com/pmmp/Math.git",
"reference": "45f5156bf41083523568ec08f22bd52f31dcd109" "reference": "9aa4018635e7d634c535d4c7d9e032c7d905c29d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Math/zipball/45f5156bf41083523568ec08f22bd52f31dcd109", "url": "https://api.github.com/repos/pmmp/Math/zipball/9aa4018635e7d634c535d4c7d9e032c7d905c29d",
"reference": "45f5156bf41083523568ec08f22bd52f31dcd109", "reference": "9aa4018635e7d634c535d4c7d9e032c7d905c29d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.0", "php": ">=7.2.0",
"php-64bit": "*" "php-64bit": "*"
}, },
"require-dev": {
"irstea/phpunit-shim": "^7.5",
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -429,7 +436,7 @@
"source": "https://github.com/pmmp/Math/tree/master", "source": "https://github.com/pmmp/Math/tree/master",
"issues": "https://github.com/pmmp/Math/issues" "issues": "https://github.com/pmmp/Math/issues"
}, },
"time": "2019-11-27T06:54:09+00:00" "time": "2020-01-28T14:13:55+00:00"
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
@ -437,12 +444,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "c1d440cccb0be90f8ef519f231de7e91bb8db28f" "reference": "a30398cdb3d3c431f29862f5a84578d3ed2a6c6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/c1d440cccb0be90f8ef519f231de7e91bb8db28f", "url": "https://api.github.com/repos/pmmp/NBT/zipball/a30398cdb3d3c431f29862f5a84578d3ed2a6c6c",
"reference": "c1d440cccb0be90f8ef519f231de7e91bb8db28f", "reference": "a30398cdb3d3c431f29862f5a84578d3ed2a6c6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -451,6 +458,9 @@
"php-64bit": "*", "php-64bit": "*",
"pocketmine/binaryutils": "dev-master" "pocketmine/binaryutils": "dev-master"
}, },
"require-dev": {
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -470,7 +480,7 @@
"source": "https://github.com/pmmp/NBT/tree/master", "source": "https://github.com/pmmp/NBT/tree/master",
"issues": "https://github.com/pmmp/NBT/issues" "issues": "https://github.com/pmmp/NBT/issues"
}, },
"time": "2020-01-01T10:09:55+00:00" "time": "2020-01-27T15:15:07+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",