diff --git a/composer.json b/composer.json index 1cf5ec50..bbe22849 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ "justinrainbow/json-schema": "^6.10", "php-cs-fixer/shim": "^3.75", "php-parallel-lint/php-parallel-lint": "^1.4", - "phpstan/phpstan": "^2.1 !=2.2.6", + "phpstan/phpstan": "^2.2", "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0", - "rector/rector": "^2.0", + "rector/rector": "^2.5", "symfony/config": "^6.4 || ^7.0 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.0 || ^8.0", "symfony/framework-bundle": "^6.4 || ^7.0 || ^8.0", diff --git a/composer.lock b/composer.lock index 9972ed00..321be9e0 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": "e9f2f9ceb4ecd540cf91689eb8a48a7a", + "content-hash": "34d1764110b2f4953e0f44edfbef96d4", "packages": [], "packages-dev": [ { @@ -1439,11 +1439,11 @@ }, { "name": "phpstan/phpstan", - "version": "2.2.5", + "version": "2.2.6", "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0", - "reference": "909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a6e9b5a9420f6109c091e87d82683bd1a80b87ed", + "reference": "a6e9b5a9420f6109c091e87d82683bd1a80b87ed", "shasum": "" }, "require": { @@ -1499,7 +1499,7 @@ "type": "github" } ], - "time": "2026-07-05T06:31:06+00:00" + "time": "2026-07-26T21:22:49+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -1807,21 +1807,21 @@ }, { "name": "rector/rector", - "version": "2.5.7", + "version": "2.5.8", "source": { "type": "git", "url": "https://github.com/rectorphp/rector.git", - "reference": "ba22f8c087848278fed6b4910d4cf1108096d8d3" + "reference": "861c77fd2a6d45317a401f4e0b617f947e8b6f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/ba22f8c087848278fed6b4910d4cf1108096d8d3", - "reference": "ba22f8c087848278fed6b4910d4cf1108096d8d3", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/861c77fd2a6d45317a401f4e0b617f947e8b6f96", + "reference": "861c77fd2a6d45317a401f4e0b617f947e8b6f96", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.2.2" + "phpstan/phpstan": "^2.2.6" }, "conflict": { "rector/rector-doctrine": "*", @@ -1855,7 +1855,7 @@ ], "support": { "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.5.7" + "source": "https://github.com/rectorphp/rector/tree/2.5.8" }, "funding": [ { @@ -1863,7 +1863,7 @@ "type": "github" } ], - "time": "2026-07-13T15:24:18+00:00" + "time": "2026-07-27T06:19:16+00:00" }, { "name": "symfony/cache", diff --git a/tests/Support/TerminalEmulator.php b/tests/Support/TerminalEmulator.php index 39d48d49..31c81eab 100644 --- a/tests/Support/TerminalEmulator.php +++ b/tests/Support/TerminalEmulator.php @@ -14,7 +14,7 @@ final class TerminalEmulator /** * @var array> */ - private array $cells = []; + private array $cells; /** * @var array