Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / routing / Tests / Fixtures / validresource.yml
1 _blog:
2     resource:     validpattern.yml
3     prefix:       /{foo}
4     defaults:     { 'foo': '123' }
5     requirements: { 'foo': '\d+' }
6     options:      { 'foo': 'bar' }
7     host:         ""
8     condition:    'context.getMethod() == "POST"'