Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fixes for Symfony 3.1 #316

Merged
merged 1 commit into from
Jun 3, 2016
Merged

Fixes for Symfony 3.1 #316

merged 1 commit into from
Jun 3, 2016

Conversation

tarlepp
Copy link
Contributor

@tarlepp tarlepp commented Jun 2, 2016

Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.

https://github.com/symfony/symfony/blob/3.1/UPGRADE-3.1.md#yaml

Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.

https://github.com/symfony/symfony/blob/3.1/UPGRADE-3.1.md#yaml
@roukmoute roukmoute merged commit 14a4d19 into KnpLabs:master Jun 3, 2016
@tarlepp tarlepp deleted the patch-1 branch June 3, 2016 17:42
@MaZderMind
Copy link

nice catch. release 1.3.2 fails with current PHPUnit 5.4.7, because it ships a newer Yml-Parser which shadows symfony's own impl and fails with the above error.

Is there a plan for an 1.4 release? 1.3.2 is nearly 2 months old by now.
Thanks for the awsome work!

@jankramer jankramer mentioned this pull request Sep 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants