Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symfony/notifier requirement from ^6.3.0 to ^6.3.6 #85

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Updates the requirements on symfony/notifier to permit the latest version.

Release notes

Sourced from symfony/notifier's releases.

v6.3.6

Changelog (symfony/notifier@v6.3.5...v6.3.6)

Changelog

Sourced from symfony/notifier's changelog.

CHANGELOG

6.3

  • Introduce FromNotificationInterface for MessageInterface implementations

6.2

  • Add PHPUnit constraints
  • Add from property in SmsMessage

6.1

  • Use importance level to set flash message type

5.4.21

  • [BC BREAK] The following data providers for TransportTestCase are now static: toStringProvider(), supportedMessagesProvider() and unsupportedMessagesProvider()
  • [BC BREAK] TransportTestCase::createTransport() is now static

5.4

  • Add SentMessageEvent and FailedMessageEvent
  • Add push channel

5.3

  • The component is not marked as @experimental anymore
  • [BC BREAK] Change signature of Dsn::__construct() method from: public function __construct(string $scheme, string $host, ?string $user = null, ?string $password = null, ?int $port = null, array $options = [], ?string $path = null) to: public function __construct(string $dsn)
  • [BC BREAK] Remove Dsn::fromString() method
  • [BC BREAK] Changed the return type of AbstractTransportFactory::getEndpoint() from ?string to string
  • Added DSN::getRequiredOption method which throws a new MissingRequiredOptionException.

5.2.0

  • [BC BREAK] The TransportInterface::send() and AbstractTransport::doSend() methods changed to return a ?SentMessage instance instead of void.
  • The EmailRecipientInterface and RecipientInterface were introduced.
  • Added email and phone properties to Recipient.
  • [BC BREAK] Changed the type-hint of the $recipient argument in the as*Message() method

... (truncated)

Commits
  • 2e39d4a Merge branch '5.4' into 6.3
  • 73bfa95 [Notifier] Tweak an error message
  • 29700bf Change incorrect message, when the sender in the global envelope or the from ...
  • See full diff 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 <dependency name> 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)

Updates the requirements on [symfony/notifier](https://github.com/symfony/notifier) to permit the latest version.
- [Release notes](https://github.com/symfony/notifier/releases)
- [Changelog](https://github.com/symfony/notifier/blob/6.3/CHANGELOG.md)
- [Commits](symfony/notifier@v6.3.0...v6.3.6)

---
updated-dependencies:
- dependency-name: symfony/notifier
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 23, 2023
@fezfez fezfez merged commit d6804c9 into main Oct 23, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/composer/symfony/notifier-tw-6.3.6 branch October 23, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant