[PR #6376] Pinning dev dependency symfony/yaml to working version #9955

Open
opened 2026-01-22 16:05:57 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6376

State: closed
Merged: No


You've been having some weird build breaks in pull requests recently. This is because the latest version of symfony/yaml that you're getting with "minimum-stability": "dev" is 3.3.x-dev, which isn't working for you.

This PR makes your build run with a stable version of symfony/yaml, which we know works for your test suite.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6376 **State:** closed **Merged:** No --- You've been having some [weird build breaks](https://travis-ci.org/doctrine/doctrine2/jobs/215427291) in [pull requests](https://github.com/doctrine/doctrine2/pull/6359) recently. This is because the latest version of `symfony/yaml` that you're getting with `"minimum-stability": "dev"` is `3.3.x-dev`, which isn't working for you. This PR makes your build run with a stable version of `symfony/yaml`, which we know works for your test suite.
admin added the pull-request label 2026-01-22 16:05:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9955