facile-it / mongodb-bundle

Bundle service integration of official mongodb/mongo-php-library
MIT License
36 stars 18 forks source link

Update matthiasnoback/symfony-dependency-injection-test requirement from ^4 to ^5 #169

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

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.

5.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/SymfonyTest/SymfonyDependencyInjectionTest/compare/5.0.0...5.1.0

Changelog

Sourced from matthiasnoback/symfony-dependency-injection-test's changelog.

Changelog

v4.3.0

  • Added support for Symfony 6,
  • Removed support for Symfony 5.0 - <5.3

v4.2.1

  • Support for PHP8

v4.2.0

  • Fix: PSR-4 autoloading (#132)
  • Add @coversNothing annotation to prevent raising risky warnings in PHPUnit 9
  • Fix: run prepend() for all extensions first, then load() then extensions (#126)

v4.1.0

  • Support for Symfony 5.

v4.0.0

  • Added support for PHPUnit 8.0
  • Dropped support for PHPUnit 7.x
  • Dropped support for PHP 7.1
  • Made classes and methods final
  • Added more type hints.

v3.1.0

  • Added support for yaml file extension.

v3.0.0

  • Dropped support for PHPUnit < 7.0
  • [BC Break] Add return type hints to all toString() methods of the constraint classes for compatibility with PHPUnit 7
  • Dropped support for PHP < 7.1

v2.3.0

  • Testing on Symfony 4 and make sure test passes
  • Support for named arguments
  • Service/alias names might be FQCNs

v2.2.0

  • Support for Symfony 4

v2.1.0

... (truncated)

Commits
  • 2bd8962 Check identity of the Container parameter (#128)
  • 23e0c46 Merge pull request #154 from stloyd/bugfix/issue-141
  • e0032f5 Merge pull request #155 from stloyd/bugfix/tests-for-147
  • 355cb4e Add basic tests for DefinitionDecoratesConstraint
  • 76663d8 Merge pull request #147 from mbabker/fix-decorator-test
  • d381ca0 Fail when comparing arguments with reference
  • d56f207 Merge pull request #152 from Chris53897/feature/fix-ci-badge
  • efc8d51 docs: fix ci badge in README.md
  • c2c0c14 Make it easy to copy require command from Github interface (#138)
  • 52dd641 Proper hierarchy for usage example chapters in readme (#140)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Jean85 commented 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.

Jean85 commented 3 months ago

@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?