openeuropa / epoetry-client

PHP client for the ePoetry service.
European Union Public License 1.2
2 stars 2 forks source link

chore: add `symfony/yaml` component #54

Closed drupol closed 8 months ago

drupol commented 1 year ago

Hello,

While trying the PR #53 and trying to make it compatible with Symfony 5, I noticed that the symfony/yaml component is required for the tests. That component is not declared in require-dev. It currently does not make issues because it is pulled in by openeuropa/code-review .

To highlight the issue locally, remove the lines openeuropa/code-review and openeuropa/task-runner then composer i, then run the tests:

image

This PR fix this by adding the missing symfony/yaml component.