diff --git a/composer.lock b/composer.lock index 8abe5233a..2557f8b7a 100644 --- a/composer.lock +++ b/composer.lock @@ -4537,16 +4537,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.24.5", + "version": "1.25.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc" + "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fedf211ff14ec8381c9bf5714e33a7a552dd1acc", - "reference": "fedf211ff14ec8381c9bf5714e33a7a552dd1acc", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", + "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", "shasum": "" }, "require": { @@ -4578,22 +4578,22 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.5" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" }, - "time": "2023-12-16T09:33:33+00:00" + "time": "2024-01-04T17:06:16+00:00" }, { "name": "phpstan/phpstan", - "version": "1.10.50", + "version": "1.10.51", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4" + "reference": "5082fa72dc13944578806ca1196a385818d8b077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/06a98513ac72c03e8366b5a0cb00750b487032e4", - "reference": "06a98513ac72c03e8366b5a0cb00750b487032e4", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5082fa72dc13944578806ca1196a385818d8b077", + "reference": "5082fa72dc13944578806ca1196a385818d8b077", "shasum": "" }, "require": { @@ -4642,7 +4642,7 @@ "type": "tidelift" } ], - "time": "2023-12-13T10:59:42+00:00" + "time": "2024-01-04T21:16:30+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/tools/composer.lock b/tools/composer.lock index e6da59461..b48e0572d 100644 --- a/tools/composer.lock +++ b/tools/composer.lock @@ -1392,16 +1392,16 @@ }, { "name": "roave/better-reflection", - "version": "6.20.0", + "version": "6.21.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "a1fcefb03ced1e8f3a5be4d92e23bb9e95f51bca" + "reference": "7f9bf2c73d80c71599aa84b2cd78360346049f6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/a1fcefb03ced1e8f3a5be4d92e23bb9e95f51bca", - "reference": "a1fcefb03ced1e8f3a5be4d92e23bb9e95f51bca", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/7f9bf2c73d80c71599aa84b2cd78360346049f6a", + "reference": "7f9bf2c73d80c71599aa84b2cd78360346049f6a", "shasum": "" }, "require": { @@ -1418,9 +1418,9 @@ "doctrine/coding-standard": "^12.0.0", "phpstan/phpstan": "^1.10.50", "phpstan/phpstan-phpunit": "^1.3.15", - "phpunit/phpunit": "^10.5.3", + "phpunit/phpunit": "^10.5.5", "roave/infection-static-analysis-plugin": "^1.34.0", - "vimeo/psalm": "5.17.0" + "vimeo/psalm": "5.18.0" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -1460,9 +1460,9 @@ "description": "Better Reflection - an improved code reflection API", "support": { "issues": "https://github.com/Roave/BetterReflection/issues", - "source": "https://github.com/Roave/BetterReflection/tree/6.20.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.21.0" }, - "time": "2023-12-16T12:01:31+00:00" + "time": "2024-01-04T16:52:13+00:00" }, { "name": "roave/signature",