updated pocketmine/nbt dependency

This commit is contained in:
Dylan K. Taylor 2020-02-24 22:00:03 +00:00
parent 8a770d837e
commit e279672d45

19
composer.lock generated
View File

@ -443,12 +443,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "c81711e2110545880f5d9a76028b7987d2ac5e32" "reference": "1cdf6aec3024e2061b8c3e5045c43250df94a740"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/c81711e2110545880f5d9a76028b7987d2ac5e32", "url": "https://api.github.com/repos/pmmp/NBT/zipball/1cdf6aec3024e2061b8c3e5045c43250df94a740",
"reference": "c81711e2110545880f5d9a76028b7987d2ac5e32", "reference": "1cdf6aec3024e2061b8c3e5045c43250df94a740",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -459,7 +459,7 @@
}, },
"require-dev": { "require-dev": {
"irstea/phpunit-shim": "^7.5", "irstea/phpunit-shim": "^7.5",
"phpstan/phpstan": "^0.12.8" "phpstan/phpstan": "^0.12.11"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -472,7 +472,7 @@
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "PHP library for working with Named Binary Tags", "description": "PHP library for working with Named Binary Tags",
"time": "2020-01-28T17:04:17+00:00" "time": "2020-02-24T21:43:33+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",
@ -591,7 +591,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git", "url": "https://gitlab.irstea.fr/pole-is/tools/phpunit-shim.git",
"reference": "8ec63f895972681271191821a36f9081c236b993" "reference": "39b6155954d6caec1110a9e78582c4816ab247bc"
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
@ -613,11 +613,6 @@
"phpunit" "phpunit"
], ],
"type": "library", "type": "library",
"autoload": {
"exclude-from-classmap": [
"phpunit"
]
},
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"BSD-3-Clause" "BSD-3-Clause"
@ -637,7 +632,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2020-01-23T13:39:47+00:00" "time": "2020-01-09T03:20:20+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",