Closed (fixed)
Project:
Symfony Mailer Lite GraphAPI
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2026 at 08:49 UTC
Updated:
14 Feb 2026 at 14:19 UTC
Jump to comment: Most recent
Comments
Comment #3
aayushpathak commentedworking on it !
Comment #5
aayushpathak commentedUpdated composer.json to allow vitrus/symfony-office-graph-mailer ^0.0.7, enabling Reply-To support added upstream.
Composer update tested in a full Drupal project context.
Comment #6
aayushpathak commentedComment #7
drubbHey, Aayush,
Thanks for your contribution. Just one minor thing:
It makes sense to limit automatic updates to minor versions. So if we're changing the version constraint from '0.0.7' to a bigger range, imho this should be '~0.0.7', not '^0.0.7', that's too broad. Please update your MR accordingly.
If you'd like to work on it, there's the same issue for another project, Symfony Mailer GraphAPI:
https://www.drupal.org/project/symfony_mailer_graphapi/issues/3569807
Best regards,
Boris
Comment #8
drubbSorry, I've got it wrong; we're dealing with unstable versions here (< 1.0.0). That means '^0.0.7' is practically the same as '0.0.7', it won't allow updates to e.g. '0.0.8'. My conclusion, however, is the same: using '~0.0.7' to allow minor updates.
Comment #9
aayushpathak commentedThanks for the clarification,
I’ve updated the dependency constraint to ~0.0.7 to allow minor updates for unstable releases and pushed the corrected composer.json.
Please let me know if anything else needs adjustment.
Comment #11
drubbMerged to dev.