diff --git a/composer.json b/composer.json index a16bc025f..a83c27407 100644 --- a/composer.json +++ b/composer.json @@ -34,11 +34,11 @@ ], "require-dev": { "doctrine/coding-standard": "^11.1.0", - "phpstan/phpstan": "^1.9.16", - "phpstan/phpstan-phpunit": "^1.3.3", - "phpunit/phpunit": "10.0.5", - "vimeo/psalm": "5.6.0", - "roave/infection-static-analysis-plugin": "^1.28.0" + "phpstan/phpstan": "^1.9.18", + "phpstan/phpstan-phpunit": "^1.3.4", + "phpunit/phpunit": "10.0.9", + "vimeo/psalm": "5.7.0", + "roave/infection-static-analysis-plugin": "^1.29.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 7e7c97e6c..0bf5b8303 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": "62b24d60b4b79412f0ec832be0393372", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -1908,16 +1908,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.17", + "version": "1.9.18", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2" + "reference": "f2d5cf71be91172a57c649770b73c20ebcffb0bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2", - "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f2d5cf71be91172a57c649770b73c20ebcffb0bf", + "reference": "f2d5cf71be91172a57c649770b73c20ebcffb0bf", "shasum": "" }, "require": { @@ -1947,7 +1947,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.17" + "source": "https://github.com/phpstan/phpstan/tree/1.9.18" }, "funding": [ { @@ -1963,7 +1963,7 @@ "type": "tidelift" } ], - "time": "2023-02-08T12:25:00+00:00" + "time": "2023-02-17T15:01:27+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -2337,16 +2337,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.5", + "version": "10.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24" + "reference": "b027e0e266b2e51bb74d5050ff5b1304c40ea209" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f4a775285c6401693cee39876f3ba764d42cb24", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b027e0e266b2e51bb74d5050ff5b1304c40ea209", + "reference": "b027e0e266b2e51bb74d5050ff5b1304c40ea209", "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.9" }, "funding": [ { @@ -2433,7 +2433,7 @@ "type": "tidelift" } ], - "time": "2023-02-07T06:06:01+00:00" + "time": "2023-02-19T07:11:46+00:00" }, { "name": "psr/container", @@ -2540,16 +2540,16 @@ }, { "name": "roave/infection-static-analysis-plugin", - "version": "1.29.x-dev", + "version": "1.29.0", "source": { "type": "git", "url": "https://github.com/Roave/infection-static-analysis-plugin.git", - "reference": "8d93f43d1db07478f026a4fefdba101e1bade962" + "reference": "fe8f89dd60d3baa523dbc14cc202f1d37c4ed9c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/8d93f43d1db07478f026a4fefdba101e1bade962", - "reference": "8d93f43d1db07478f026a4fefdba101e1bade962", + "url": "https://api.github.com/repos/Roave/infection-static-analysis-plugin/zipball/fe8f89dd60d3baa523dbc14cc202f1d37c4ed9c7", + "reference": "fe8f89dd60d3baa523dbc14cc202f1d37c4ed9c7", "shasum": "" }, "require": { @@ -2561,9 +2561,8 @@ }, "require-dev": { "doctrine/coding-standard": "^11.1.0", - "phpunit/phpunit": "^9.6.3" + "phpunit/phpunit": "^10.0.7" }, - "default-branch": true, "bin": [ "bin/roave-infection-static-analysis-plugin" ], @@ -2586,9 +2585,9 @@ "description": "Static analysis on top of mutation testing - prevents escaped mutants from being invalid according to static analysis", "support": { "issues": "https://github.com/Roave/infection-static-analysis-plugin/issues", - "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.29.x" + "source": "https://github.com/Roave/infection-static-analysis-plugin/tree/1.29.0" }, - "time": "2023-02-05T23:02:49+00:00" + "time": "2023-02-14T15:49:49+00:00" }, { "name": "sanmai/later", @@ -3688,26 +3687,25 @@ }, { "name": "spatie/array-to-xml", - "version": "2.17.1", + "version": "3.1.5", "source": { "type": "git", "url": "https://github.com/spatie/array-to-xml.git", - "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46" + "reference": "13f76acef5362d15c71ae1ac6350cc3df5e25e43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46", - "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46", + "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/13f76acef5362d15c71ae1ac6350cc3df5e25e43", + "reference": "13f76acef5362d15c71ae1ac6350cc3df5e25e43", "shasum": "" }, "require": { "ext-dom": "*", - "php": "^7.4|^8.0" + "php": "^8.0" }, "require-dev": { "mockery/mockery": "^1.2", "pestphp/pest": "^1.21", - "phpunit/phpunit": "^9.0", "spatie/pest-plugin-snapshots": "^1.1" }, "type": "library", @@ -3736,7 +3734,7 @@ "xml" ], "support": { - "source": "https://github.com/spatie/array-to-xml/tree/2.17.1" + "source": "https://github.com/spatie/array-to-xml/tree/3.1.5" }, "funding": [ { @@ -3748,7 +3746,7 @@ "type": "github" } ], - "time": "2022-12-26T08:22:07+00:00" + "time": "2022-12-24T13:43:51+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -4849,16 +4847,16 @@ }, { "name": "vimeo/psalm", - "version": "5.6.0", + "version": "5.7.0", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "e784128902dfe01d489c4123d69918a9f3c1eac5" + "reference": "d934875532c7eb344d6b2914c3525f116a6b0cf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/e784128902dfe01d489c4123d69918a9f3c1eac5", - "reference": "e784128902dfe01d489c4123d69918a9f3c1eac5", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/d934875532c7eb344d6b2914c3525f116a6b0cf2", + "reference": "d934875532c7eb344d6b2914c3525f116a6b0cf2", "shasum": "" }, "require": { @@ -4877,12 +4875,12 @@ "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.1", "felixfbecker/language-server-protocol": "^1.5.2", - "fidry/cpu-core-counter": "^0.4.0", + "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "nikic/php-parser": "^4.13", "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0", "sebastian/diff": "^4.0 || ^5.0", - "spatie/array-to-xml": "^2.17.0", + "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^4.1.6 || ^5.0 || ^6.0", "symfony/filesystem": "^5.4 || ^6.0" }, @@ -4891,13 +4889,13 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", - "brianium/paratest": "^6.0", + "brianium/paratest": "^6.9", "ext-curl": "*", "mockery/mockery": "^1.5", "nunomaduro/mock-final-classes": "^1.1", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/phpdoc-parser": "^1.6", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.6", "psalm/plugin-mockery": "^1.1", "psalm/plugin-phpunit": "^0.18", "slevomat/coding-standard": "^8.4", @@ -4943,13 +4941,14 @@ "keywords": [ "code", "inspection", - "php" + "php", + "static analysis" ], "support": { "issues": "https://github.com/vimeo/psalm/issues", - "source": "https://github.com/vimeo/psalm/tree/5.6.0" + "source": "https://github.com/vimeo/psalm/tree/5.7.0" }, - "time": "2023-01-23T20:32:47+00:00" + "time": "2023-02-19T10:11:10+00:00" }, { "name": "webmozart/assert", 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 8061cd718..72141826f 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.3", + "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "607a4c04006ce1d2b6fdfd5467bae3d7ad9ce5ab" + "reference": "6b67eeea4d72051c369ccdbfb2423a56e2ab51a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/607a4c04006ce1d2b6fdfd5467bae3d7ad9ce5ab", - "reference": "607a4c04006ce1d2b6fdfd5467bae3d7ad9ce5ab", + "url": "https://api.github.com/repos/composer/composer/zipball/6b67eeea4d72051c369ccdbfb2423a56e2ab51a9", + "reference": "6b67eeea4d72051c369ccdbfb2423a56e2ab51a9", "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.3" + "source": "https://github.com/composer/composer/tree/2.5.4" }, "funding": [ { @@ -407,7 +407,7 @@ "type": "tidelift" } ], - "time": "2023-02-10T12:23:52+00:00" + "time": "2023-02-15T12:10:06+00:00" }, { "name": "composer/metadata-minifier",