diff --git a/composer.lock b/composer.lock index a7e29f0112d..c7654466e13 100644 --- a/composer.lock +++ b/composer.lock @@ -238,20 +238,20 @@ }, { "name": "pocketmine/log-pthreads", - "version": "0.1.3", + "version": "0.1.4", "source": { "type": "git", "url": "https://github.com/pmmp/LogPthreads.git", - "reference": "e477ecf6ec214fdd4415ea1da3fdd9d73bf699ea" + "reference": "01620c3628cdaa6b4a21122cff4c5d2f70b5c1d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pmmp/LogPthreads/zipball/e477ecf6ec214fdd4415ea1da3fdd9d73bf699ea", - "reference": "e477ecf6ec214fdd4415ea1da3fdd9d73bf699ea", + "url": "https://api.github.com/repos/pmmp/LogPthreads/zipball/01620c3628cdaa6b4a21122cff4c5d2f70b5c1d3", + "reference": "01620c3628cdaa6b4a21122cff4c5d2f70b5c1d3", "shasum": "" }, "require": { - "ext-pthreads": "~3.2.0", + "ext-pthreads": "~3.2.0 || ^4.0", "php": "^7.2 || ^8.0", "pocketmine/log": "^0.2.0" }, @@ -260,7 +260,7 @@ }, "require-dev": { "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "0.12.66", + "phpstan/phpstan": "0.12.80", "phpstan/phpstan-strict-rules": "^0.12.4" }, "type": "library", @@ -276,9 +276,9 @@ "description": "Logging components specialized for pthreads used by PocketMine-MP and related projects", "support": { "issues": "https://github.com/pmmp/LogPthreads/issues", - "source": "https://github.com/pmmp/LogPthreads/tree/0.1.3" + "source": "https://github.com/pmmp/LogPthreads/tree/0.1.4" }, - "time": "2021-01-15T00:35:49+00:00" + "time": "2021-11-01T20:36:53+00:00" }, { "name": "pocketmine/math",