From 277d91eec9edb84fb5e49c3e769885c717995cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 01:15:50 +0000 Subject: [PATCH] Update Composer dev tooling dependencies --- composer.json | 10 +++---- composer.lock | 74 +++++++++++++++++++++++++-------------------------- 2 files changed, 42 insertions(+), 42 deletions(-) diff --git a/composer.json b/composer.json index 02c343e..cabab8e 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.29", - "php-cs-fixer/shim": "^3.14.3", - "phpstan/phpstan": "^1.9.14", + "php-cs-fixer/shim": "^3.14.4", + "phpstan/phpstan": "^1.9.17", "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.3", + "phpstan/phpstan-phpunit": "^1.3.4", "phpstan/phpstan-strict-rules": "^1.4.5", - "phpunit/phpunit": "^10.0.4", - "rector/rector": "^0.15.12" + "phpunit/phpunit": "^10.0.7", + "rector/rector": "^0.15.13" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 0cacce0..f4a95f2 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": "fce3c9e8571e2dda8a6020ab268903dc", + "content-hash": "45627aa0fbb62e8a8f3681c91203e949", "packages": [ { "name": "psr/container", @@ -1406,16 +1406,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.14.3", + "version": "v3.14.4", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "f5097f1228ebb73faba2ced9f802b9575cce939c" + "reference": "9026b84b6cc6946b897db7ad889b44166e413728" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/f5097f1228ebb73faba2ced9f802b9575cce939c", - "reference": "f5097f1228ebb73faba2ced9f802b9575cce939c", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/9026b84b6cc6946b897db7ad889b44166e413728", + "reference": "9026b84b6cc6946b897db7ad889b44166e413728", "shasum": "" }, "require": { @@ -1452,22 +1452,22 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.14.3" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.14.4" }, - "time": "2023-01-30T00:25:16+00:00" + "time": "2023-02-09T21:50:19+00:00" }, { "name": "phpstan/phpstan", - "version": "1.9.14", + "version": "1.9.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58" + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e5fcc96289cf737304286a9b505fbed091f02e58", - "reference": "e5fcc96289cf737304286a9b505fbed091f02e58", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2", + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2", "shasum": "" }, "require": { @@ -1497,7 +1497,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.14" + "source": "https://github.com/phpstan/phpstan/tree/1.9.17" }, "funding": [ { @@ -1513,7 +1513,7 @@ "type": "tidelift" } ], - "time": "2023-01-19T10:47:09+00:00" + "time": "2023-02-08T12:25:00+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -1565,16 +1565,16 @@ }, { "name": "phpstan/phpstan-phpunit", - "version": "1.3.3", + "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "54a24bd23e9e80ee918cdc24f909d376c2e273f7" + "reference": "d77af96c1aaec28f7c0293677132eaaad079e01b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/54a24bd23e9e80ee918cdc24f909d376c2e273f7", - "reference": "54a24bd23e9e80ee918cdc24f909d376c2e273f7", + "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/d77af96c1aaec28f7c0293677132eaaad079e01b", + "reference": "d77af96c1aaec28f7c0293677132eaaad079e01b", "shasum": "" }, "require": { @@ -1611,9 +1611,9 @@ "description": "PHPUnit extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.3" + "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.4" }, - "time": "2022-12-21T15:25:00+00:00" + "time": "2023-02-09T08:05:29+00:00" }, { "name": "phpstan/phpstan-strict-rules", @@ -1983,16 +1983,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.4", + "version": "10.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "6be2d07cce2c7f812db007825a57da3b08972eaf" + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6be2d07cce2c7f812db007825a57da3b08972eaf", - "reference": "6be2d07cce2c7f812db007825a57da3b08972eaf", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6f61c5629dd95db79af72f1e94d56702187479a", + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a", "shasum": "" }, "require": { @@ -2063,7 +2063,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.4" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.7" }, "funding": [ { @@ -2079,20 +2079,20 @@ "type": "tidelift" } ], - "time": "2023-02-05T16:23:38+00:00" + "time": "2023-02-08T15:16:31+00:00" }, { "name": "rector/rector", - "version": "0.15.12", + "version": "0.15.13", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "9b9b8ed4d918abcd999f4a7c2575834a8aede929" + "reference": "05df336f8e29873ed14c0790fbea68fa5de14f50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/9b9b8ed4d918abcd999f4a7c2575834a8aede929", - "reference": "9b9b8ed4d918abcd999f4a7c2575834a8aede929", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/05df336f8e29873ed14c0790fbea68fa5de14f50", + "reference": "05df336f8e29873ed14c0790fbea68fa5de14f50", "shasum": "" }, "require": { @@ -2127,7 +2127,7 @@ "description": "Instant Upgrade and Automated Refactoring of any PHP code", "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/0.15.12" + "source": "https://github.com/rectorphp/rector/tree/0.15.13" }, "funding": [ { @@ -2135,7 +2135,7 @@ "type": "github" } ], - "time": "2023-02-03T17:49:48+00:00" + "time": "2023-02-07T01:46:29+00:00" }, { "name": "sebastian/cli-parser", @@ -2994,16 +2994,16 @@ }, { "name": "sebastian/version", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "5facf5a20311ac44f79221274cdeb6c569ca11dd" + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/5facf5a20311ac44f79221274cdeb6c569ca11dd", - "reference": "5facf5a20311ac44f79221274cdeb6c569ca11dd", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", "shasum": "" }, "require": { @@ -3035,7 +3035,7 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/4.0.0" + "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" }, "funding": [ { @@ -3043,7 +3043,7 @@ "type": "github" } ], - "time": "2023-02-03T07:11:37+00:00" + "time": "2023-02-07T11:34:05+00:00" }, { "name": "theseer/tokenizer",