-
Notifications
You must be signed in to change notification settings - Fork 2
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
Enhancement: Recipient
rework
#102
Conversation
Hey @OskarStark Few points:
|
composer.json
Outdated
@@ -20,7 +20,8 @@ | |||
"require": { | |||
"php": ">=8.2", | |||
"ext-curl": "*", | |||
"ext-json": "*" | |||
"ext-json": "*", | |||
"symfony/deprecation-contracts": "^3.5" |
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.
forgot to add this @slunak
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.
I actually would like to avoid any dependencies. I would be ok to use point 3 above.
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.
Maybe I come back later here, feel free to take over, I am a bit busy at the moment. sorry
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.
@OskarStark I have removed the dependency. I wonder, if trigger_error
should be silenced though?
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.
Yes 👍
Should be good now |
Ready to merge I guess |
No description provided.