From 6c85d4d254325a0f745a69748ee81fddecd0f3de Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 29 Aug 2021 23:35:07 +0100 Subject: [PATCH 1/4] CommandReader: fixed CS with php-cs-fixer 3.1.0 --- src/pocketmine/command/CommandReader.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pocketmine/command/CommandReader.php b/src/pocketmine/command/CommandReader.php index 2486cb740..450668e75 100644 --- a/src/pocketmine/command/CommandReader.php +++ b/src/pocketmine/command/CommandReader.php @@ -32,7 +32,6 @@ use function fstat; use function is_resource; use function microtime; use function preg_replace; -use function readline; use function stream_isatty; use function stream_select; use function trim; From ac060f2ec67ad0f4d087e9e86c6c51dbd6133549 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 3 Sep 2021 11:45:43 +0100 Subject: [PATCH 2/4] Update build/php submodule to pmmp/php-build-scripts@e55c60f1760a019662e0fa139210975e8a160d31 --- build/php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/php b/build/php index 49971716b..e55c60f17 160000 --- a/build/php +++ b/build/php @@ -1 +1 @@ -Subproject commit 49971716b0a4599022fca0eb5c755c91941b8339 +Subproject commit e55c60f1760a019662e0fa139210975e8a160d31 From 183489e8638454b28103aa501924cd76c8a63b14 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 3 Sep 2021 11:47:31 +0100 Subject: [PATCH 3/4] PHPUnit 9.5.9 --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index a7e29f011..67b7ec83d 100644 --- a/composer.lock +++ b/composer.lock @@ -1495,16 +1495,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.8", + "version": "9.5.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "191768ccd5c85513b4068bdbe99bb6390c7d54fb" + "reference": "ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/191768ccd5c85513b4068bdbe99bb6390c7d54fb", - "reference": "191768ccd5c85513b4068bdbe99bb6390c7d54fb", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b", + "reference": "ea8c2dfb1065eb35a79b3681eee6e6fb0a6f273b", "shasum": "" }, "require": { @@ -1582,7 +1582,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.8" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.9" }, "funding": [ { @@ -1594,7 +1594,7 @@ "type": "github" } ], - "time": "2021-07-31T15:17:34+00:00" + "time": "2021-08-31T06:47:40+00:00" }, { "name": "sebastian/cli-parser", From 85ed7efcb48550e668917f5d22edc1f431dfb244 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 3 Sep 2021 11:50:18 +0100 Subject: [PATCH 4/4] PHPStan 0.12.98 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 2cd98fd5d..89758d393 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "pocketmine/spl": "^0.4.0" }, "require-dev": { - "phpstan/phpstan": "0.12.96", + "phpstan/phpstan": "0.12.98", "phpstan/phpstan-phpunit": "^0.12.6", "phpstan/phpstan-strict-rules": "^0.12.2", "phpunit/phpunit": "^9.2" diff --git a/composer.lock b/composer.lock index 67b7ec83d..a79360e76 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f9c0c6c336bc35342a96fc8f987d50c9", + "content-hash": "8fc787ba6d9029fb6daa3e8c112b76c5", "packages": [ { "name": "adhocore/json-comment", @@ -1009,16 +1009,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.96", + "version": "0.12.98", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a98bdc51318f20fcae8c953d266f81a70254917f" + "reference": "3bb7cc246c057405dd5e290c3ecc62ab51d57e00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a98bdc51318f20fcae8c953d266f81a70254917f", - "reference": "a98bdc51318f20fcae8c953d266f81a70254917f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3bb7cc246c057405dd5e290c3ecc62ab51d57e00", + "reference": "3bb7cc246c057405dd5e290c3ecc62ab51d57e00", "shasum": "" }, "require": { @@ -1049,7 +1049,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.96" + "source": "https://github.com/phpstan/phpstan/tree/0.12.98" }, "funding": [ { @@ -1069,7 +1069,7 @@ "type": "tidelift" } ], - "time": "2021-08-21T11:55:13+00:00" + "time": "2021-09-02T12:33:01+00:00" }, { "name": "phpstan/phpstan-phpunit",