Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow custom tags & update consistence/coding-standard #11

Merged
merged 2 commits into from
Nov 22, 2019

Conversation

hojgr
Copy link
Contributor

@hojgr hojgr commented Oct 23, 2019

Yaml parser does not allow custom tags by default, but custom tags
are needed to use Symfony's shortcut to injecting tagged services
https://symfony.com/doc/current/service_container/tags.html#reference-tagged-services

Lowest symfony/yaml that support the custom tags is 3.1, thus I updated the requirements too

This PR also updates consistence/coding-standard to make this package buildable with php 7.3

@hojgr hojgr changed the title Allow custom tags Allow custom tags & update consistence/coding-standard Oct 23, 2019
@hojgr hojgr force-pushed the allow-custom-tags branch from 064bb14 to ef79437 Compare November 1, 2019 12:54
Yaml parser does not allow custom tags by default, but custom tags
are needed to use Symfony's shortcut to injecting tagged services
https://symfony.com/doc/current/service_container/tags.html#reference-tagged-services

Lowest symfony/yaml that support the custom tags is 3.3,
thus I updated the requirements too
@hojgr hojgr force-pushed the allow-custom-tags branch from ef79437 to 2774f38 Compare November 1, 2019 13:02
@hojgr
Copy link
Contributor Author

hojgr commented Nov 1, 2019

fixed the build errors by updating symfony/yaml

@hojgr
Copy link
Contributor Author

hojgr commented Nov 21, 2019

Is this repo maintained or is it perhaps dead?

@mhujer mhujer merged commit 3968990 into mhujer:master Nov 22, 2019
@mhujer
Copy link
Owner

mhujer commented Nov 22, 2019

@hojgr for some reason I'm not getting e-mail notification for my own repositories so I discovered this PR by accident.

Thanks for the PR. Merged and released as 1.3.0

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants