Skip to content

Add Support: PHP8.5, Symfony8; Add mutation tests, drop prophecy & psalm#281

Merged
DanielBadura merged 1 commit into
3.13.xfrom
housekeeping
Dec 2, 2025
Merged

Add Support: PHP8.5, Symfony8; Add mutation tests, drop prophecy & psalm#281
DanielBadura merged 1 commit into
3.13.xfrom
housekeeping

Conversation

@DanielBadura

Copy link
Copy Markdown
Member
  • Add PHP 8.5 support
  • Add Symfony 8 support
  • Drop Psalm internally
  • Add mutation tests, using phpstan for them
  • drop prophecy
  • Update phpunit to v11

@DanielBadura DanielBadura self-assigned this Dec 2, 2025
Comment on lines -52 to -56
$eventSerializer = $this->prophesize(EventSerializer::class);

$eventSerializer->serialize($event, [
Encoder::OPTION_PRETTY_PRINT => true
])->willReturn(new SerializedEvent('profile.created', '{}'));

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

was unused

}
}

#[RequiresMethod(ContainerBuilder::class, 'getAutoconfiguredAttributes')]

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Method was dropped in Symfony 8 and replaced with getAttributeAutoconfigurators

* Add PHP 8.5 support
* Add Symfony 8 support
* Drop Psalm internally
* Add mutation tests, using phpstan for them
* drop prophecy
* Update phpunit to v11
@DanielBadura DanielBadura added this to the 3.13.0 milestone Dec 2, 2025
@DanielBadura DanielBadura added the enhancement New feature or request label Dec 2, 2025
Comment thread src/DependencyInjection/Configuration.php
@DanielBadura
DanielBadura merged commit d1a8538 into 3.13.x Dec 2, 2025
24 checks passed
@DanielBadura
DanielBadura deleted the housekeeping branch December 2, 2025 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants