diff --git a/composer.json b/composer.json index a16bc025f..17a5d6606 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,9 @@ ], "require-dev": { "doctrine/coding-standard": "^11.1.0", - "phpstan/phpstan": "^1.9.16", - "phpstan/phpstan-phpunit": "^1.3.3", - "phpunit/phpunit": "10.0.5", + "phpstan/phpstan": "^1.9.17", + "phpstan/phpstan-phpunit": "^1.3.4", + "phpunit/phpunit": "10.0.7", "vimeo/psalm": "5.6.0", "roave/infection-static-analysis-plugin": "^1.28.0" }, diff --git a/composer.lock b/composer.lock index 9492ffeec..3fea71f7d 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": "91fef8396b09c9d0405772d620f586ca", + "content-hash": "556164e5599229ce40ef728096b013c7", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -1967,16 +1967,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": { @@ -2013,9 +2013,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": "phpunit/php-code-coverage", @@ -2096,16 +2096,16 @@ }, { "name": "phpunit/php-file-iterator", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "7d66d4e816d34e90acec9db9d8d94b5cfbfe926f" + "reference": "fd9329ab3368f59fe1fe808a189c51086bd4b6bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/7d66d4e816d34e90acec9db9d8d94b5cfbfe926f", - "reference": "7d66d4e816d34e90acec9db9d8d94b5cfbfe926f", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/fd9329ab3368f59fe1fe808a189c51086bd4b6bd", + "reference": "fd9329ab3368f59fe1fe808a189c51086bd4b6bd", "shasum": "" }, "require": { @@ -2144,7 +2144,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.0" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.0.1" }, "funding": [ { @@ -2152,7 +2152,7 @@ "type": "github" } ], - "time": "2023-02-03T06:55:11+00:00" + "time": "2023-02-10T16:53:14+00:00" }, { "name": "phpunit/php-invoker", @@ -2337,16 +2337,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.5", + "version": "10.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24" + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f4a775285c6401693cee39876f3ba764d42cb24", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6f61c5629dd95db79af72f1e94d56702187479a", + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a", "shasum": "" }, "require": { @@ -2417,7 +2417,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.7" }, "funding": [ { @@ -2433,7 +2433,7 @@ "type": "tidelift" } ], - "time": "2023-02-07T06:06:01+00:00" + "time": "2023-02-08T15:16:31+00:00" }, { "name": "psr/container", diff --git a/tools/roave-backward-compatibility-check/composer.json b/tools/roave-backward-compatibility-check/composer.json index 3d3af8989..8ed0e3518 100644 --- a/tools/roave-backward-compatibility-check/composer.json +++ b/tools/roave-backward-compatibility-check/composer.json @@ -1,5 +1,5 @@ { "require": { - "roave/backward-compatibility-check": "^8.2.1" + "roave/backward-compatibility-check": "^8.3.0" } } diff --git a/tools/roave-backward-compatibility-check/composer.lock b/tools/roave-backward-compatibility-check/composer.lock index bfcf757cf..253763255 100644 --- a/tools/roave-backward-compatibility-check/composer.lock +++ b/tools/roave-backward-compatibility-check/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": "69ad7ca6e6887bcae7f5e13047e19a2b", + "content-hash": "aafc09ed098791eeca795cdc1162a28b", "packages": [ { "name": "azjezz/psl", @@ -298,16 +298,16 @@ }, { "name": "composer/composer", - "version": "2.5.2", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "c76c013c555160410af47c03a0e173518e3f5796" + "reference": "607a4c04006ce1d2b6fdfd5467bae3d7ad9ce5ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/c76c013c555160410af47c03a0e173518e3f5796", - "reference": "c76c013c555160410af47c03a0e173518e3f5796", + "url": "https://api.github.com/repos/composer/composer/zipball/607a4c04006ce1d2b6fdfd5467bae3d7ad9ce5ab", + "reference": "607a4c04006ce1d2b6fdfd5467bae3d7ad9ce5ab", "shasum": "" }, "require": { @@ -391,7 +391,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.5.2" + "source": "https://github.com/composer/composer/tree/2.5.3" }, "funding": [ { @@ -407,7 +407,7 @@ "type": "tidelift" } ], - "time": "2023-02-04T13:33:22+00:00" + "time": "2023-02-10T12:23:52+00:00" }, { "name": "composer/metadata-minifier", @@ -1326,27 +1326,28 @@ }, { "name": "roave/backward-compatibility-check", - "version": "8.2.1", + "version": "8.3.0", "source": { "type": "git", "url": "https://github.com/Roave/BackwardCompatibilityCheck.git", - "reference": "9deff3cb411062a56e07dfa8c8f214c09cf9a55d" + "reference": "40956d53832b80dd4025c87b4cf5e1756f42f43d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/9deff3cb411062a56e07dfa8c8f214c09cf9a55d", - "reference": "9deff3cb411062a56e07dfa8c8f214c09cf9a55d", + "url": "https://api.github.com/repos/Roave/BackwardCompatibilityCheck/zipball/40956d53832b80dd4025c87b4cf5e1756f42f43d", + "reference": "40956d53832b80dd4025c87b4cf5e1756f42f43d", "shasum": "" }, "require": { - "azjezz/psl": "^2.3.0", - "composer/composer": "^2.4.4", + "azjezz/psl": "^2.3.1", + "composer/composer": "^2.5.1", "ext-json": "*", + "nikic/php-parser": "^4.15.3", "nikolaposa/version": "^4.1.0", "ocramius/package-versions": "^2.7.0", "php": "~8.1.0 || ~8.2.0", "roave/better-reflection": "^6.5.0", - "symfony/console": "^6.2.1" + "symfony/console": "^6.2.3" }, "conflict": { "revolt/event-loop": "<0.2.5", @@ -1357,10 +1358,10 @@ "php-standard-library/psalm-plugin": "^2.2.1", "phpunit/phpunit": "^9.5.27", "psalm/plugin-phpunit": "^0.18.4", - "roave/infection-static-analysis-plugin": "^1.26.0", + "roave/infection-static-analysis-plugin": "^1.27.0", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.7.1", - "vimeo/psalm": "^5.2.0" + "vimeo/psalm": "^5.4.0" }, "bin": [ "bin/roave-backward-compatibility-check" @@ -1388,9 +1389,9 @@ "description": "Tool to compare two revisions of a public API to check for BC breaks", "support": { "issues": "https://github.com/Roave/BackwardCompatibilityCheck/issues", - "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/8.2.1" + "source": "https://github.com/Roave/BackwardCompatibilityCheck/tree/8.3.0" }, - "time": "2022-12-21T01:16:55+00:00" + "time": "2023-02-11T17:26:11+00:00" }, { "name": "roave/better-reflection",