Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: symfony/yaml is a required dependency#983

Merged
Litarnus merged 1 commit into
getsentry:masterfrom
mbabker:patch-1
Dec 4, 2025
Merged

fix: symfony/yaml is a required dependency#983
Litarnus merged 1 commit into
getsentry:masterfrom
mbabker:patch-1

Conversation

@mbabker
Copy link
Copy Markdown
Contributor

@mbabker mbabker commented Dec 3, 2025

Description

#968 migrated the service definitions from XML to YAML, however, the bundle only declares the YAML component as a development dependency. This causes the bundle's services to not be loaded if an application does not have the component installed, therefore, the YAML component is now a production dependency of the bundle.

Issues

Follow-up to #968

Reminders

getsentry#968 migrated the service definitions from XML to YAML, however, the bundle only declares the YAML component as a development dependency.  This causes the bundle's services to not be loaded if an application does not have the component installed, therefore, the YAML component is now a production dependency of the bundle.
Copy link
Copy Markdown
Contributor

@Litarnus Litarnus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was an oversight on our side. Thank you for your contribution!

@Litarnus Litarnus merged commit e8557e5 into getsentry:master Dec 4, 2025
40 checks passed
@mbabker mbabker deleted the patch-1 branch December 4, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants