Updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2020-08-21 22:13:46 +01:00
parent 4ed59ea43f
commit 220c6dd41b

77
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a518c2e67a38a7f2e4b5de64b602a8e2", "content-hash": "f76900efadf8b19b39bbef9b1382851a",
"packages": [ "packages": [
{ {
"name": "adhocore/json-comment", "name": "adhocore/json-comment",
@ -324,16 +324,16 @@
}, },
{ {
"name": "pocketmine/callback-validator", "name": "pocketmine/callback-validator",
"version": "1.0.1", "version": "1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/CallbackValidator.git", "url": "git@github.com:pmmp/CallbackValidator.git",
"reference": "4aef6bb25f97d0b830ba0b4f66834b1a9c86fc9a" "reference": "8321aa3ccfe63639b0d08f0cbf270755cfc99fe2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/CallbackValidator/zipball/4aef6bb25f97d0b830ba0b4f66834b1a9c86fc9a", "url": "https://api.github.com/repos/pmmp/CallbackValidator/zipball/8321aa3ccfe63639b0d08f0cbf270755cfc99fe2",
"reference": "4aef6bb25f97d0b830ba0b4f66834b1a9c86fc9a", "reference": "8321aa3ccfe63639b0d08f0cbf270755cfc99fe2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -344,6 +344,9 @@
"daverandom/callback-validator": "*" "daverandom/callback-validator": "*"
}, },
"require-dev": { "require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "0.12.38",
"phpstan/phpstan-strict-rules": "^0.12.4",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
}, },
"type": "library", "type": "library",
@ -363,7 +366,7 @@
} }
], ],
"description": "Fork of daverandom/callback-validator - Tools for validating callback signatures", "description": "Fork of daverandom/callback-validator - Tools for validating callback signatures",
"time": "2020-03-17T12:04:22+00:00" "time": "2020-08-21T19:51:42+00:00"
}, },
{ {
"name": "pocketmine/classloader", "name": "pocketmine/classloader",
@ -371,12 +374,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/ClassLoader.git", "url": "https://github.com/pmmp/ClassLoader.git",
"reference": "70ab2a59217c4ebd33a58388ce87c86d770edfc3" "reference": "a9e7f20efc7af2ecb6c5d3a29b9ce53e5bdcb7a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/ClassLoader/zipball/70ab2a59217c4ebd33a58388ce87c86d770edfc3", "url": "https://api.github.com/repos/pmmp/ClassLoader/zipball/a9e7f20efc7af2ecb6c5d3a29b9ce53e5bdcb7a4",
"reference": "70ab2a59217c4ebd33a58388ce87c86d770edfc3", "reference": "a9e7f20efc7af2ecb6c5d3a29b9ce53e5bdcb7a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -388,7 +391,7 @@
"pocketmine/spl": "<0.4" "pocketmine/spl": "<0.4"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.8" "phpstan/phpstan": "0.12.38"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -401,7 +404,7 @@
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "Ad-hoc autoloading components used by PocketMine-MP", "description": "Ad-hoc autoloading components used by PocketMine-MP",
"time": "2020-01-31T14:26:22+00:00" "time": "2020-08-21T17:22:02+00:00"
}, },
{ {
"name": "pocketmine/color", "name": "pocketmine/color",
@ -552,12 +555,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Math.git", "url": "https://github.com/pmmp/Math.git",
"reference": "a036719cc0106ca03084211c622d2312d6b70674" "reference": "5e34660aaf7d6d13ec5b8d0c9f7675b49bed5903"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Math/zipball/a036719cc0106ca03084211c622d2312d6b70674", "url": "https://api.github.com/repos/pmmp/Math/zipball/5e34660aaf7d6d13ec5b8d0c9f7675b49bed5903",
"reference": "a036719cc0106ca03084211c622d2312d6b70674", "reference": "5e34660aaf7d6d13ec5b8d0c9f7675b49bed5903",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -566,7 +569,7 @@
}, },
"require-dev": { "require-dev": {
"irstea/phpunit-shim": "^7.5", "irstea/phpunit-shim": "^7.5",
"phpstan/phpstan": "^0.12.25" "phpstan/phpstan": "0.12.37"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -579,7 +582,7 @@
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "PHP library containing math related code used in PocketMine-MP", "description": "PHP library containing math related code used in PocketMine-MP",
"time": "2020-08-06T13:25:43+00:00" "time": "2020-08-16T18:42:45+00:00"
}, },
{ {
"name": "pocketmine/nbt", "name": "pocketmine/nbt",
@ -587,12 +590,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/NBT.git", "url": "https://github.com/pmmp/NBT.git",
"reference": "0248f64793c36bbde9437c8271b75ebdf4a50326" "reference": "590733fbaa40efe210e00ca8207489a528b6ecc5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/NBT/zipball/0248f64793c36bbde9437c8271b75ebdf4a50326", "url": "https://api.github.com/repos/pmmp/NBT/zipball/590733fbaa40efe210e00ca8207489a528b6ecc5",
"reference": "0248f64793c36bbde9437c8271b75ebdf4a50326", "reference": "590733fbaa40efe210e00ca8207489a528b6ecc5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -615,7 +618,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-08-01T15:53:15+00:00" "time": "2020-08-17T16:36:10+00:00"
}, },
{ {
"name": "pocketmine/raklib", "name": "pocketmine/raklib",
@ -623,12 +626,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/RakLib.git", "url": "https://github.com/pmmp/RakLib.git",
"reference": "9e66d5b194d2d483854d791c54409057855810f3" "reference": "d20db2fc790d1a45492455ae0be4d9f59d56d45e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/RakLib/zipball/9e66d5b194d2d483854d791c54409057855810f3", "url": "https://api.github.com/repos/pmmp/RakLib/zipball/d20db2fc790d1a45492455ae0be4d9f59d56d45e",
"reference": "9e66d5b194d2d483854d791c54409057855810f3", "reference": "d20db2fc790d1a45492455ae0be4d9f59d56d45e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -654,7 +657,7 @@
"GPL-3.0" "GPL-3.0"
], ],
"description": "A RakNet server implementation written in PHP", "description": "A RakNet server implementation written in PHP",
"time": "2020-08-02T14:51:48+00:00" "time": "2020-08-21T21:03:31+00:00"
}, },
{ {
"name": "pocketmine/snooze", "name": "pocketmine/snooze",
@ -1064,16 +1067,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.8.0", "version": "v4.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e" "reference": "aaee038b912e567780949787d5fe1977be11a778"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8c58eb4cd4f3883f82611abeac2efbc3dbed787e", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/aaee038b912e567780949787d5fe1977be11a778",
"reference": "8c58eb4cd4f3883f82611abeac2efbc3dbed787e", "reference": "aaee038b912e567780949787d5fe1977be11a778",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1081,7 +1084,7 @@
"php": ">=7.0" "php": ">=7.0"
}, },
"require-dev": { "require-dev": {
"ircmaxell/php-yacc": "^0.0.6", "ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
}, },
"bin": [ "bin": [
@ -1090,7 +1093,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.8-dev" "dev-master": "4.9-dev"
} }
}, },
"autoload": { "autoload": {
@ -1112,7 +1115,7 @@
"parser", "parser",
"php" "php"
], ],
"time": "2020-08-09T10:23:20+00:00" "time": "2020-08-18T19:48:01+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
@ -1428,16 +1431,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.36", "version": "0.12.37",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "eaeff985e395ff4e7aebf3251a43fca6c9be1af3" "reference": "5e16d83e6eb2dd784fbdaeaece5e2bca72e4f68a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/eaeff985e395ff4e7aebf3251a43fca6c9be1af3", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5e16d83e6eb2dd784fbdaeaece5e2bca72e4f68a",
"reference": "eaeff985e395ff4e7aebf3251a43fca6c9be1af3", "reference": "5e16d83e6eb2dd784fbdaeaece5e2bca72e4f68a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1480,7 +1483,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-08-05T09:29:40+00:00" "time": "2020-08-09T14:32:41+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",