You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
It seems that composer.json needs symfony/yaml as dependency for users who wish to use the yaml format, not just as a dev dependency (which are not installed by default anymore).
The text was updated successfully, but these errors were encountered:
koenhoeymans
changed the title
Yaml format requires symfony/yaml in composer.json
Yaml format requires non-dev symfony/yaml in composer.json
Apr 15, 2019
Maybe it would be useful to mention it in the README in the section? I don't remember seeing the 'suggested' part after installing through composer and then the code examples failed with yaml so I had to figure out what was wrong myself. Not that it was much work but were it mentioned in the usage section I wouldn't have had a problem.
It seems that composer.json needs
symfony/yaml
as dependency for users who wish to use the yaml format, not just as a dev dependency (which are not installed by default anymore).The text was updated successfully, but these errors were encountered: