Closed dependabot[bot] closed 3 months ago
@ilario-pierbattista this PR unlocks the installation for Symfony DI 7, which in turn breaks the tests, because ProfilerController
uses ContainerAwareInterface
, which got removed in 7.
We should improve the CI locking down multiple jobs with different Symfony versions. I'll try to do it.
@ilario-pierbattista I had to pack multiple changes in this PR, but I hope that the commit history makes crystal clear what I did. Can you review this?
Updates the requirements on matthiasnoback/symfony-dependency-injection-test to permit the latest version.
Release notes
Sourced from matthiasnoback/symfony-dependency-injection-test's releases.
Changelog
Sourced from matthiasnoback/symfony-dependency-injection-test's changelog.
... (truncated)
Commits
2bd8962
Check identity of the Container parameter (#128)23e0c46
Merge pull request #154 from stloyd/bugfix/issue-141e0032f5
Merge pull request #155 from stloyd/bugfix/tests-for-147355cb4e
Add basic tests forDefinitionDecoratesConstraint
76663d8
Merge pull request #147 from mbabker/fix-decorator-testd381ca0
Fail when comparing arguments with referenced56f207
Merge pull request #152 from Chris53897/feature/fix-ci-badgeefc8d51
docs: fix ci badge in README.mdc2c0c14
Make it easy to copy require command from Github interface (#138)52dd641
Proper hierarchy for usage example chapters in readme (#140)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show