-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
[Notifier] Add Sipgate bridge #57627
Conversation
src/Symfony/Component/Notifier/Bridge/Sipgate/SipgateTransport.php
Outdated
Show resolved
Hide resolved
"php": ">=8.2", | ||
"symfony/http-client": "^6.4|^7.0", | ||
"symfony/notifier": "^6.4|^7.0", | ||
"symfony/polyfill-mbstring": "^1.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure this should be in require section, but rather replace
?
cc @stof
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I left some comments.
Can you also create a docs and recipes PR?
Yes sure, I have not created a recipe yet so will read into it first. |
Docs: symfony/symfony-docs#20018 Is this the correct way to do this? |
src/Symfony/Component/Notifier/Bridge/Sipgate/SipgateTransport.php
Outdated
Show resolved
Hide resolved
@OskarStark Maybe you can answer me two more questions:
Best regards |
You can ignore all errors that are not related to your work.
This will be automatically fixed when I will submit the package. Nothing to do on your side.
|
The failures in the „Verify Packages“ job are related. Looks like some files are missing. You can take inspiration from other existing bridges. |
There are some hidden useful information in the broken tests:
|
I've added the missing files but the Verify Packages check still fails, this time because of "Composer.json's replace section needs to contain symfony/sipgate-notifier". I have read into the composer schema and also looked into other comparable packages and can't find a clue why I should do that. Of course I could simply add it but that does not seem to be right, maybe you can give me some insight for that? |
55128a9
to
69a4a0f
Compare
Thank you @sakul95. |
This PR was squashed before being merged into the 7.2 branch. Discussion ---------- [Notifier] Add Sipgate bridge Add a docs entry according to PR [#sakul95:sipgate_notifier_transport](symfony/symfony#57627) Commits ------- c4e8ace [Notifier] Add Sipgate bridge
Added a new notifier bridge for sipgate.