romaricdrigon / MetaYaml

A powerful schema validator!
MIT License
104 stars 21 forks source link

Support symfony/yaml 4.x #25

Open Nikerabbit opened 4 years ago

Nikerabbit commented 4 years ago

I am using this library in a project where another component started depending on symfony/yaml 4.x. The latest release version of this library however only accepts 2.x or 3.x. I see that this has been changed in the master branch (https://github.com/romaricdrigon/MetaYaml/commit/1481b99679b29cbb50c88f3e10e4951ac64b8ad3), but this has not been released.

How about doing a release that supports symfony/yaml 4.x?

philiplb commented 4 years ago

A new release would be great! Currently I'm depending on "romaricdrigon/metayaml": "dev-master#1481b99679b29cbb50c88f3e10e4951ac64b8ad3",. This works but raises a warning on Symfony Insight.

reedy commented 4 years ago

And at this point, a release that supports symfony/yaml 5.x too...

reedy commented 4 years ago

Ping @romaricdrigon

reedy commented 3 years ago

It's been a few months... Worth trying again. Hey @romaricdrigon, I see you've been a bit active in other repos/projects in the last couple of months... Any chance of getting a release done here? Thanks!