echoCTF / echoCTF.RED

A platform to develop, run and administer CTF competitions. The online echoCTF.RED platform user interfaces and codebase
https://echoCTF.RED/
BSD 2-Clause "Simplified" License
110 stars 24 forks source link

Update yiisoft/yii2-symfonymailer requirement from ^3.0.0 to ^4.0.0 in /frontend #1205

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on yiisoft/yii2-symfonymailer to permit the latest version.

Release notes

Sourced from yiisoft/yii2-symfonymailer's releases.

4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/yiisoft/yii2-symfonymailer/compare/3.0.0...4.0.0

Changelog

Sourced from yiisoft/yii2-symfonymailer's changelog.

4.0.0 Jan 29, 2024

  • Enh: Use DI container for creating factories (sammousa)

4.0.0

  • Enh #45: Include logger proxy as a dependency (sammousa)
  • Enh #45: Drop support for end-of-life php versions 7.4 and 8.0 (sammousa)

3.1.0 under development

  • Enh #52: Forward events to the Yii event system (sammousa)
  • Enh #45: Added option to create transport from Dsn object (Swanty)
  • Enh #50: Forward transport logs to the Yii Logger (sammousa)
  • Enh #49: Removed dependency on SymfonyMailer class (sammousa)

3.0.0 December 05, 2022

  • Enh #22: Added an exception if there is no transport configuration (Krakozaber)
  • Enh #27: Extensive rewrite to make it more statically typed and better testable (sammousa)

2.0.4 September 04, 2022

  • Enh #22: Added an exception if there is no transport configuration (Krakozaber)

2.0.3 February 10, 2022

  • Bug #20: Remove final from Mailer and Message class (Krakozaber)

2.0.2 February 03, 2022

  • Bug #15: Fix return value of Message::embed() and Message::embedContent() (Hyncica)
  • Bug #17: Fix missing import for \RuntimeException in Mailer (samdark)
  • Bug #18: Fix Message incompatibility with MessageInterface (samdark)
  • Bug #18: Fix not calling Message constructor (samdark)

2.0.1 December 31, 2021

  • Bug #12: Fix namespace import in Mailer.php (Krakozaber)

... (truncated)

Commits
  • 21f4072 Fix missing namespace in README.md
  • 956f26a Document overriding class using DI definitions
  • d62d395 Revert to supporting 6.4 for support of PHP 8.1, our min constraint
  • 356488e Merge pull request #67 from mtangoo/master
  • c8c02a6 Fix: Code standard compliance
  • 07ccf8a Support only Symfony mailer 7 and up
  • cb44ab8 Merge branch 'feature-container-factory'
  • 5c66ab7 Add new github actions, and appy fixes style-ci and ECS PERCS20 style. (#66)
  • 16da67d Merge pull request #54 from SAM-IT/drop-old-php
  • 3cb92ee fix: update symfony mailer and remove workaround for old version
  • 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)
dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.