Symfony Functional test case 1.1.1
This small patch fixes an issue that arises in Symfony 5.3, where the getContainer
method in the parent class was made non-static; the same issue was encountered and resolved in the upstream project.
This small patch fixes an issue that arises in Symfony 5.3, where the getContainer
method in the parent class was made non-static; the same issue was encountered and resolved in the upstream project.
This last small patch had to be rushed out due to a deprecation in Composer 2.0.14. This was triggering failures downstream, like in the Sentry SDK CI.
This small patch is just to allow a dependency bump for end users.
This other new minor, released on the same day of the previous one, was needed to release support for PHP 8, since it also required to drop support for PHP 7.2 at the same time. Having two separate releases allows end users to have a smoother upgrade path, and me the possibility to release patches in both minors if needed.
This new, first minor of this package handles two issues coming from the upstream, Symfony Messenger package. In both cases the originating cause was the addition of the new ErrorDetailsStamp
, which will be the future way to store failure information in messages.