-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
Hi
I'm looking into using this yaml extension to improve performance on yaml parsing for an application I'm working on, but have a question.
My current parser, the Symfony yaml library, supports yaml 1.2, however this extension states explicitly that it only supports 1.1. Is there a reason for this?
Also, what would it take to add support for yaml 1.2?