Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade symfony components (6.4) #6

Merged
merged 2 commits into from
Nov 18, 2024
Merged

Upgrade symfony components (6.4) #6

merged 2 commits into from
Nov 18, 2024

Conversation

pscheit
Copy link
Contributor

@pscheit pscheit commented Nov 18, 2024

No description provided.

@pscheit pscheit requested a review from a team November 18, 2024 11:16
@pscheit pscheit self-assigned this Nov 18, 2024
Copy link

composer.lock

Package changes

Package Operation From To About
symfony/console upgrade v6.1.3 v6.4.15 diff
symfony/deprecation-contracts upgrade v3.1.1 v3.5.0 diff
symfony/dotenv upgrade v6.1.0 v6.4.13 diff
symfony/options-resolver upgrade v6.1.0 v6.4.13 diff
symfony/polyfill-ctype upgrade v1.26.0 v1.31.0 diff
symfony/polyfill-intl-grapheme upgrade v1.26.0 v1.31.0 diff
symfony/polyfill-intl-normalizer upgrade v1.26.0 v1.31.0 diff
symfony/polyfill-mbstring upgrade v1.26.0 v1.31.0 diff
symfony/polyfill-php80 upgrade v1.26.0 v1.31.0 diff
symfony/service-contracts upgrade v3.1.1 v3.5.0 diff
symfony/string upgrade v6.1.3 v6.4.15 diff

Dev Package changes

Package Operation From To About
symfony/event-dispatcher upgrade v6.1.0 v6.4.13 diff
symfony/event-dispatcher-contracts upgrade v3.1.1 v3.5.0 diff
symfony/filesystem upgrade v6.1.3 v6.4.13 diff
symfony/finder upgrade v6.1.3 v6.4.13 diff
symfony/polyfill-php81 upgrade v1.26.0 v1.31.0 diff
symfony/process upgrade v6.1.3 ⚠️ v6.4.15 ✅ diff
symfony/stopwatch upgrade v6.1.0 v6.4.13 diff
symfony/translation-contracts upgrade v3.1.1 v3.5.0 diff

Settings · Docs · Powered by Private Packagist

Comment on lines -19 to -30
private readonly MockHttpClient $httpClient;
private MockHttpClient $httpClient;
private Command $command;

/** @phpstan-ignore-next-line TestCase constructor arguments are not covered by backwards-compatibility guarantee */
public function __construct(... $args)
public function setUp(): void
{
parent::__construct(... $args);
$this->httpClient = $this->createMockedResponseHttpClientUsingDirectory(__DIR__ . '/../res/http');
}

public function setUp(): void
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no idea what changed so that doesnt validate in phpstan anymore (it is fine in 8.2) but on the other hand I don't see a reason why this property needs to be readonly in the first place

@glaubinix glaubinix merged commit 7cc2e60 into main Nov 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants