sixacross / unaliased_yaml
An wrapper for the Symfony YAML component that ignores anchors, aliases, and merge keys.
dev-main
2022-01-23 05:55 UTC
Requires (Dev)
- pestphp/pest: ^1.21
- spatie/pest-plugin-snapshots: ^1.1
This package is not auto-updated.
Last update: 2025-03-03 18:46:38 UTC
README
A wrapper for the Symfony YAML component that allows parsing and dumping of YAML that ignores and preserves anchors, aliases, and merge keys.
This allows users to parse YAML, manipulate the parsed tree of data, and then dump the result back to YAML without losing the aliasing features that have been placed there by the author of the original YAML.