diff --git a/composer.json b/composer.json index 5e135e08..3dc8f101 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "nikic/php-parser": "^4.15.3", "nikolaposa/version": "^4.1.0", "ocramius/package-versions": "^2.7.0", - "roave/better-reflection": "^6.5.0", + "roave/better-reflection": "^6.18.0", "symfony/console": "^6.2.3" }, "license": "MIT", diff --git a/composer.lock b/composer.lock index 4c364f8b..1a6e1b5b 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": "5e22b6153f4ff80d090fb49fc1c2e0bf", + "content-hash": "32e8d817b05bb7d73cb1a086bba6c6f5", "packages": [ { "name": "azjezz/psl", @@ -778,16 +778,16 @@ }, { "name": "jetbrains/phpstorm-stubs", - "version": "v2022.3", + "version": "v2023.2", "source": { "type": "git", "url": "https://github.com/JetBrains/phpstorm-stubs.git", - "reference": "6b568c153cea002dc6fad96285c3063d07cab18d" + "reference": "3bb9c8a1050ad324c2dca7964487fa9f081f1005" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/6b568c153cea002dc6fad96285c3063d07cab18d", - "reference": "6b568c153cea002dc6fad96285c3063d07cab18d", + "url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/3bb9c8a1050ad324c2dca7964487fa9f081f1005", + "reference": "3bb9c8a1050ad324c2dca7964487fa9f081f1005", "shasum": "" }, "require-dev": { @@ -795,7 +795,7 @@ "nikic/php-parser": "@stable", "php": "^8.0", "phpdocumentor/reflection-docblock": "@stable", - "phpunit/phpunit": "@stable" + "phpunit/phpunit": "^9.6" }, "type": "library", "autoload": { @@ -820,9 +820,9 @@ "type" ], "support": { - "source": "https://github.com/JetBrains/phpstorm-stubs/tree/v2022.3" + "source": "https://github.com/JetBrains/phpstorm-stubs/tree/v2023.2" }, - "time": "2022-10-17T09:21:37+00:00" + "time": "2023-07-14T12:50:15+00:00" }, { "name": "justinrainbow/json-schema", @@ -896,16 +896,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.3", + "version": "v4.17.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", - "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", + "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d", "shasum": "" }, "require": { @@ -946,9 +946,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1" }, - "time": "2023-01-16T22:05:37+00:00" + "time": "2023-08-13T19:53:39+00:00" }, { "name": "nikolaposa/version", @@ -1326,35 +1326,35 @@ }, { "name": "roave/better-reflection", - "version": "6.5.0", + "version": "6.18.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "01bfd42c3ce88f378edb4e1a7b063160c3359d5f" + "reference": "91015e0941b7caf8b4004697f2c19d92771312fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/01bfd42c3ce88f378edb4e1a7b063160c3359d5f", - "reference": "01bfd42c3ce88f378edb4e1a7b063160c3359d5f", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/91015e0941b7caf8b4004697f2c19d92771312fb", + "reference": "91015e0941b7caf8b4004697f2c19d92771312fb", "shasum": "" }, "require": { "ext-json": "*", - "jetbrains/phpstorm-stubs": "2022.3", - "nikic/php-parser": "^4.15.1", - "php": "~8.1.0 || ~8.2.0", + "jetbrains/phpstorm-stubs": "2023.2", + "nikic/php-parser": "^4.17.1", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "roave/signature": "^1.7" }, "conflict": { "thecodingmachine/safe": "<1.1.3" }, "require-dev": { - "doctrine/coding-standard": "^10.0.0", - "phpstan/phpstan": "^1.8.10", - "phpstan/phpstan-phpunit": "^1.2.2", - "phpunit/phpunit": "^9.5.25", - "roave/infection-static-analysis-plugin": "^1.26.0", - "vimeo/psalm": "^5.1.0" + "doctrine/coding-standard": "^12.0.0", + "phpstan/phpstan": "^1.10.41", + "phpstan/phpstan-phpunit": "^1.3.15", + "phpunit/phpunit": "^10.4.2", + "roave/infection-static-analysis-plugin": "^1.33.0", + "vimeo/psalm": "5.15.0" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -1394,9 +1394,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.5.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.18.0" }, - "time": "2022-12-12T19:02:33+00:00" + "time": "2023-11-24T18:31:06+00:00" }, { "name": "roave/signature",